From: gregor herrmann Date: Tue, 8 Apr 2014 20:55:48 +0000 (+0200) Subject: update docs after renames X-Git-Tag: 0.0.2~1 X-Git-Url: https://git.toastfreeware.priv.at/toast/tdyndns.git/commitdiff_plain/25ea32904b9ca333a10d45d3a68f822a64505737 update docs after renames --- diff --git a/doc/apache2.txt b/doc/apache2.txt index bfeb12f..db60660 100644 --- a/doc/apache2.txt +++ b/doc/apache2.txt @@ -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 - + SetHandler cgi-script Options ExecCGI FollowSymLinks RewriteEngine on diff --git a/doc/sudo.txt b/doc/sudo.txt index c2c11e8..628a9cb 100644 --- a/doc/sudo.txt +++ b/doc/sudo.txt @@ -1,2 +1,2 @@ -# place something like this in /etc/sudoers.d/dyndns -www-data ALL = NOPASSWD: /usr/local/bin/nsupdate_dyndns +# place something like this in /etc/sudoers.d/tdyndns +www-data ALL = NOPASSWD: /usr/local/bin/tdyndns_update