Bug 116575 - [Windows] Support Apache 2 (httpd2.exe) in testing
Summary: [Windows] Support Apache 2 (httpd2.exe) in testing
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords: InRadar
Depends on:
Blocks: 22517
  Show dependency treegraph
 
Reported: 2013-05-21 14:09 PDT by Brent Fulgham
Modified: 2013-06-05 12:01 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.86 KB, patch)
2013-05-21 14:18 PDT, Brent Fulgham
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2013-05-21 14:09:55 PDT
Update the testing infrastructure to use the Cygwin build of Apache 2 if it is present.

This mainly consists of correcting some of the Perl scripts that launch the tests.  However, Cygwin does not ship an Apache 2-compatible libphp4.dll, so this will have to be addressed if PHP-based tests are being used.
Comment 1 Radar WebKit Bug Importer 2013-05-21 14:10:42 PDT
<rdar://problem/13953387>
Comment 2 Brent Fulgham 2013-05-21 14:12:03 PDT
Note: This change only affects the old-run-webkit-tests script.  More changes are needed in the new-run-webkit-tests script.
Comment 3 Brent Fulgham 2013-05-21 14:18:24 PDT
Created attachment 202469 [details]
Patch
Comment 4 Brent Fulgham 2013-06-05 12:01:28 PDT
We are ditching apache/apache2 on Windows in favor of using lighttpd, which has fewer setup and configuration problem on the Windows platform.