[Webkit-unassigned] [Bug 50036] update run-webkit-httpd to be able to launch Apache2.2 in a MSYS environment

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


https://bugs.webkit.org/show_bug.cgi?id=50036


sccameron at rim.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #74785|                            |review?
               Flag|                            |




--- Comment #1 from sccameron at rim.com  2010-11-24 12:56:06 PST ---
Created an attachment (id=74785)
 --> (https://bugs.webkit.org/attachment.cgi?id=74785&action=review)
Added httpd configuration file and modification to run Apache2.2 in MSYS environment

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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list