Bug 9564

Summary: A bunch of fixes to run-webkit-httpd
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Enhancement    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
proposed patch darin: review+

Description Alexey Proskuryakov 2006-06-24 07:47:49 PDT
- Add an -all-interfaces (-a) flag to bind to all interfaces, not just 127.0.0.1. Useful for testing with WinIE running on another machine;
- don't call checkFrameworks() - we do not need a built WebKit here;
- changed tabs to spaces;
- disable HTTP keepalive (since Apache doesn't spawn sub-processes in interactive mode, they were a hassle when testing with several browsers, as one had to wait for connection to expire);
- remove httpd.pid when done, so that Apache doesn't complain next time.
Comment 1 Alexey Proskuryakov 2006-06-24 07:48:14 PDT
Created attachment 9003 [details]
proposed patch
Comment 2 Darin Adler 2006-06-24 07:48:41 PDT
Comment on attachment 9003 [details]
proposed patch

r=me