[webkit-reviews] review requested: [Bug 50036] update run-webkit-httpd to be able to launch Apache2.2 in a MSYS environment : [Attachment 74785] Added httpd configuration file and modification to run Apache2.2 in MSYS environment

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 24 12:56:06 PST 2010


sccameron at rim.com has asked  for review:
Bug 50036: update run-webkit-httpd to be able to launch Apache2.2 in a MSYS
environment
https://bugs.webkit.org/show_bug.cgi?id=50036

Attachment 74785: Added httpd configuration file and modification to run
Apache2.2 in MSYS environment
https://bugs.webkit.org/attachment.cgi?id=74785&action=review

------- Additional Comments from sccameron at rim.com
NOTE: The apache2-msys-httpd.conf has been merged with apache2-httpd.conf.
The diff< ServerRoot "/usr"
---
> ServerRoot "C:/Program Files/Apache Software Foundation/Apache2.2"
68c68
< LockFile "/tmp/WebKit/httpd.lock"
---
> #LockFile "/tmp/WebKit/httpd.lock"
121,122c121,122
< MinSpareServers 1
< MaxSpareServers 5
---
> #MinSpareServers 1
> #MaxSpareServers 5
128c128
< StartServers 1
---
> #StartServers 1
137c137
< MaxClients 150
---
> #MaxClients 150
153c153
< MaxRequestsPerChild 100000
---
> #MaxRequestsPerChild 100000
169,171c169,171
< Listen [::1]:8000
< Listen [::1]:8080
< Listen [::1]:8443
---
> #Listen [::1]:8000
> #Listen [::1]:8080
> #Listen [::1]:8443
189,251c189,252

With the addition of some differences in modules.


More information about the webkit-reviews mailing list