-rw-r--r-- | conf/httpd.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/httpd.conf.in b/conf/httpd.conf.in index 5910620..2184627 100644 --- a/conf/httpd.conf.in +++ b/conf/httpd.conf.in @@ -1,9 +1,9 @@ -FastCgiExternalServer @web_run_root@/fastcgi-bin/site-c-ing -socket @web_run_root@/run/sitecing-socket +FastCgiExternalServer @web_run_root@/fastcgi-bin/site-c-ing -socket @web_run_root@/run/sitecing-socket -flush <VirtualHost *:80> ServerName @v_hostname@ DocumentRoot @web_src_root@/htdocs <Directory @web_src_root@/htdocs> AllowOverride All allow from all </Directory> <DirectoryMatch /.svn/> |