Bug 9564 - A bunch of fixes to run-webkit-httpd
Summary: A bunch of fixes to run-webkit-httpd
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Enhancement
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-24 07:47 PDT by Alexey Proskuryakov
Modified: 2006-06-24 08:34 PDT (History)
0 users

See Also:


Attachments
proposed patch (3.05 KB, patch)
2006-06-24 07:48 PDT, Alexey Proskuryakov
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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