Bug 76933 - NRWT fails to launch/kill Apache for Apple's Windows port
Summary: NRWT fails to launch/kill Apache for Apple's Windows port
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords: InRadar, NRWT, PlatformOnly
Depends on:
Blocks: 38756
  Show dependency treegraph
 
Reported: 2012-01-24 12:59 PST by Adam Roben (:aroben)
Modified: 2013-05-29 14:40 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2012-01-24 12:59:04 PST
NRWT doesn't seem to be able to launch or kill Apache for Apple's Windows port. I believe there are at least two problems:

1) We use Apache 1.x, which doesn't support the "-k start"/"-k stop" options to apachectl
2) Our copy of Apache doesn't support SSL
Comment 1 Radar WebKit Bug Importer 2012-01-24 12:59:26 PST
<rdar://problem/10747576>
Comment 2 Dirk Pranke 2012-07-17 17:56:16 PDT
looking at this now, and (as noted in an email) ... I don't actually know where to get a copy of apache for this cygwin config , so this'll be hard to fix :).
Comment 3 Brent Fulgham 2013-05-23 09:55:42 PDT
There seems to be a number of problems with Cygwin and Apache.  Cygwin no longer ships Apache 1, and I cannot get the current build of Apache 2.2 that they distribute to run under Windows 7 or Windows 8.

The lighttpd program seems to work properly, and starts up and shuts down cleanly under Cygwin.  This seems like a better options, especially since this is how Blink is doing things.

I briefly attempted to use the stock Apache Foundation's Windows build, but this was even more trouble: The PID generated by the program was a Windows PID (not a Cygwin PID), so the Cygwin kill logic did not properly stop the program.  Even after writing conversion logic to get the Cygwin PID from the Windows PID, I found that Apache forks on Windows (creating at least two processes), only one of which is visible to Cygwin.  Disaster!

I am switching the Apple Windows port to lighttpd.
Comment 4 Brent Fulgham 2013-05-29 14:40:55 PDT
Apache on Cygwin does not seem usable at present.  Closing this bug and switching over to lighttpd.