Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Unified Diff: LayoutTests/http/conf/arch-httpd-2.4.conf

Issue 1201873002: Move LayoutTest Linux distribution detection to PlatformInfo (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove crusty comment Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/http/conf/fedora-httpd-2.2.conf » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | LayoutTests/http/conf/fedora-httpd-2.2.conf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698