diff options
Diffstat (limited to 'www/cybercalendar/files/httpd.conf.changes')
-rw-r--r-- | www/cybercalendar/files/httpd.conf.changes | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/www/cybercalendar/files/httpd.conf.changes b/www/cybercalendar/files/httpd.conf.changes deleted file mode 100644 index b424add..0000000 --- a/www/cybercalendar/files/httpd.conf.changes +++ /dev/null @@ -1,10 +0,0 @@ -Alias /calendar/ /usr/local/cybercalendar/calendar/ -DirectoryIndex index.html index.pl -AddHandler cgi-script .cgi .pl - -<Location /calendar> -AllowOverride None -Options +ExecCGI -Order allow,deny -allow from all -</Location> |