]> ToastFreeware Gitweb - toast/tdyndns.git/blobdiff - doc/apache2.txt
update docs after renames
[toast/tdyndns.git] / doc / apache2.txt
index bfeb12fd2084c4bc16c352b8f543557300bb606a..db60660497cecbe39aeb303fc28020211c00838b 100644 (file)
@@ -7,11 +7,11 @@
   SSLEngine Off
   ServerName dyndns.example.com
   ServerAdmin webmaster@example.com
-  DocumentRoot /var/www/dyndns
-  DirectoryIndex dyndns.py
+  DocumentRoot /var/www/tdyndns
+  DirectoryIndex tdyndns.py
   ErrorLog /var/log/apache2/error.log
   CustomLog /var/log/apache2/access.log combined
-  <Directory /var/www/dyndns>
+  <Directory /var/www/tdyndns>
       SetHandler cgi-script
       Options ExecCGI FollowSymLinks
       RewriteEngine on