RESOLVED FIXED 9564
A bunch of fixes to run-webkit-httpd
https://bugs.webkit.org/show_bug.cgi?id=9564
Summary A bunch of fixes to run-webkit-httpd
Alexey Proskuryakov
Reported 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.
Attachments
proposed patch (3.05 KB, patch)
2006-06-24 07:48 PDT, Alexey Proskuryakov
darin: review+
Alexey Proskuryakov
Comment 1 2006-06-24 07:48:14 PDT
Created attachment 9003 [details] proposed patch
Darin Adler
Comment 2 2006-06-24 07:48:41 PDT
Comment on attachment 9003 [details] proposed patch r=me
Note You need to log in before you can comment on or make changes to this bug.