| Index: LayoutTests/http/conf/arch-httpd-2.4.conf
|
| diff --git a/LayoutTests/http/conf/debian-httpd-2.4.conf b/LayoutTests/http/conf/arch-httpd-2.4.conf
|
| similarity index 96%
|
| copy from LayoutTests/http/conf/debian-httpd-2.4.conf
|
| copy to LayoutTests/http/conf/arch-httpd-2.4.conf
|
| index 22a9b46505d42a200296929f8c229924dab62dbc..ad4676b4dbe28d139132181ee1c1e9387aeaafbe 100644
|
| --- a/LayoutTests/http/conf/debian-httpd-2.4.conf
|
| +++ b/LayoutTests/http/conf/arch-httpd-2.4.conf
|
| @@ -1,5 +1,5 @@
|
| ServerTokens OS
|
| -ServerRoot "/usr/lib/apache2"
|
| +ServerRoot "/usr/lib/httpd"
|
|
|
| PidFile "/tmp/WebKit/httpd.pid"
|
| ScoreBoardFile "/tmp/WebKit/httpd.scoreboard"
|
| @@ -29,6 +29,8 @@ LoadModule cgi_module modules/mod_cgi.so
|
| LoadModule ssl_module modules/mod_ssl.so
|
| LoadModule php5_module modules/libphp5.so
|
| LoadModule asis_module modules/mod_asis.so
|
| +LoadModule unixd_module modules/mod_unixd.so
|
| +LoadModule log_config_module modules/mod_log_config.so
|
|
|
| ServerName 127.0.0.1
|
|
|
|
|