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

Unified Diff: LayoutTests/http/conf/apache2-httpd.conf

Issue 146173004: Fix run-blink-httpd to work w/ Apache and refactor webkitpy.layout_tests.servers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add cli_wrapper and update run-* scripts Created 6 years, 10 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 | Tools/Scripts/run-blink-httpd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/conf/apache2-httpd.conf
diff --git a/LayoutTests/http/conf/apache2-httpd.conf b/LayoutTests/http/conf/apache2-httpd.conf
index 28fddf749d80f1aa72b04afd3ec5157e3c916e49..3372eb077e173c27c4b7b7aa151c23833cde9ff9 100644
--- a/LayoutTests/http/conf/apache2-httpd.conf
+++ b/LayoutTests/http/conf/apache2-httpd.conf
@@ -1,7 +1,4 @@
-ServerRoot "/usr"
-
LockFile "/tmp/WebKit/httpd.lock"
-PidFile "/tmp/WebKit/httpd.pid"
ScoreBoardFile "/tmp/WebKit/httpd.scoreboard"
Timeout 300
@@ -9,9 +6,6 @@ KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 15
-MinSpareServers 1
-MaxSpareServers 5
-StartServers 1
MaxClients 150
MaxRequestsPerChild 100000
« no previous file with comments | « no previous file | Tools/Scripts/run-blink-httpd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698