]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/httpd/vhosts.d/ipfire-interface-ssl.conf
Chmod esniper home to 777
[people/pmueller/ipfire-2.x.git] / config / httpd / vhosts.d / ipfire-interface-ssl.conf
index 830d3125c836cef395ce7fe9113e875c0036b34f..5a39e3e7698c1cc84885d723af65676cc6d28698 100644 (file)
@@ -3,7 +3,7 @@
     RewriteEngine on
     RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK|OPTIONS)
     RewriteRule .* - [F]
-    DocumentRoot /home/httpd/html
+    DocumentRoot /srv/web/ipfire/html
     ServerAdmin root@localhost
     ErrorLog /var/log/httpd/error_log
     TransferLog /var/log/httpd/access_log
     SSLCipherSuite ALL:!ADH:!EXPORT56:!eNULL:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW:+EXP
     SSLCertificateFile /etc/httpd/server.crt
     SSLCertificateKeyFile /etc/httpd/server.key
-    <Directory /home/httpd/html>
+    <Directory /srv/web/ipfire/html>
         Options ExecCGI
         AllowOverride None
         Order allow,deny
         Allow from all
     </Directory>
-    <DirectoryMatch "/home/httpd/html/(graphs|sgraph)">
+    <DirectoryMatch "/srv/web/ipfire/html/(graphs|sgraph)">
         AuthName "IPFire - Restricted"
         AuthType Basic
         AuthUserFile /var/ipfire/auth/users
         Require user admin
     </DirectoryMatch>
-    ScriptAlias /cgi-bin/ /home/httpd/cgi-bin/
-    <Directory /home/httpd/cgi-bin>
+    ScriptAlias /cgi-bin/ /srv/web/ipfire/cgi-bin/
+    <Directory /srv/web/ipfire/cgi-bin>
         AllowOverride None
         Options None
         AuthName "IPFire - Restricted"
@@ -48,7 +48,7 @@
             Require user admin
         </Files>
     </Directory>
-    <Directory /home/httpd/cgi-bin/dial>
+    <Directory /srv/web/ipfire/cgi-bin/dial>
         AllowOverride None
         Options None
         AuthName "IPFire - Restricted"
@@ -59,7 +59,7 @@
     <Files ~ "\.(cgi|shtml?)$">
        SSLOptions +StdEnvVars
     </Files>
-    <Directory /home/httpd/cgi-bin>
+    <Directory /srv/web/ipfire/cgi-bin>
        SSLOptions +StdEnvVars
     </Directory>
     SetEnv HOME /home/nobody