From a8cb1e015bd18ea85d95cf82f48e00c755fea9c3 Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Wed, 11 Apr 2012 01:37:46 -0700 Subject: pinyconfigs: apache2: move /srv/www to /srv/http and /srv/https --- pinyconfigs/etc/apache2/sites-available/piny | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pinyconfigs') diff --git a/pinyconfigs/etc/apache2/sites-available/piny b/pinyconfigs/etc/apache2/sites-available/piny index d6dc161..1637d39 100644 --- a/pinyconfigs/etc/apache2/sites-available/piny +++ b/pinyconfigs/etc/apache2/sites-available/piny @@ -1,7 +1,7 @@ ServerName piny.be - DocumentRoot /srv/www/piny.be + DocumentRoot /srv/http/piny.be Options Indexes FollowSymLinks MultiViews @@ -22,7 +22,7 @@ ServerName piny.be - DocumentRoot /srv/www/piny.be + DocumentRoot /srv/https/piny.be Options Indexes FollowSymLinks MultiViews @@ -47,7 +47,7 @@ ServerName secure.piny.be - DocumentRoot /srv/www/secure.piny.be + DocumentRoot /srv/https/secure.piny.be RedirectMatch 301 ^/$ http://piny.be/ @@ -56,7 +56,7 @@ AllowOverride None - + SetHandler cgi-script Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch -- cgit v1.2.3