aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/vhosts/vhosts.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/vhosts/vhosts.inc b/config/vhosts/vhosts.inc
index 2cdc18b4..a5b8c4e2 100644
--- a/config/vhosts/vhosts.inc
+++ b/config/vhosts/vhosts.inc
@@ -162,7 +162,6 @@ function vhosts_sync_package_php()
$tmp .= "\n";
$tmp .= "## modules to load\n";
$tmp .= "server.modules = (\n";
- $tmp .= " \"mod_accesslog\",\n";
$tmp .= " \"mod_access\", \"mod_accesslog\",\n";
$tmp .= " \"mod_fastcgi\", \"mod_cgi\",\"mod_rewrite\"\n";
$tmp .= " )\n";
@@ -422,7 +421,7 @@ function vhosts_sync_package_php()
$tmp .= " \"PHP_FCGI_MAX_REQUESTS\" => \"500\",\n";
$tmp .= " \"PHP_FCGI_CHILDREN\" => \"1\"\n";
$tmp .= " ),\n";
- $tmp .= " \"bin-path\" => \"/usr/local/php5/php-cgi\"\n";
+ $tmp .= " \"bin-path\" => \"/usr/local/bin/php\"\n";
$tmp .= " )\n";
$tmp .= " )\n";
$tmp .= ")\n";