29 Aug
2007
29 Aug
'07
6:32 p.m.
In r24746, the three *httpd.conf files in LayoutTests/http/conf were changed to listen on port 8080 as well. The relevant section in those files looks like this now: # # Listen: Allows you to bind Apache to specific IP addresses and/or # ports, instead of the default. See also the <VirtualHost> # directive. # # Configured from the httpd command line for WebKit layout tests. # Port 8443 is hard-coded as it is needed for the HTTPS configuration later on. # #Listen 3000 Listen 127.0.0.1:8080 Listen 127.0.0.1:8443 Should we add a comment to explain why port 8080 is hard-coded? Why don't we pass -C 'Listen 127.0.0.1:8080' to httpd on the command line? Thanks. -- Anyang Ren Open source developer