I have had apache2 working for quite some time now. I have just got into learning some PERL so I would like to get cgi-bin working. When I try to access the cgi-bin though, I get a 403 forbidden error. I have the same permissions on the folder that I have on the index.html and mythweb.
Any Ideas?
Thanks,
Hans
P.S. My webserver is at http://hans.blogsite.org
from sites-available/defaultCode:hansoffate@grunt:/var/www$ ls -l total 16 drwxr-xr-x 2 root root 4096 2008-10-19 19:48 cgi-bin -rwxr-xr-x 1 root root 45 2008-04-28 01:13 index.html lrwxrwxrwx 1 root root 25 2008-01-06 04:40 mythweb -> /usr/share/mythtv/mythweb
Code:NameVirtualHost * <VirtualHost *> ServerAdmin webmaster@localhost DocumentRoot /var/www/ <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory /var/www/> Options Indexes FollowSymLinks AllowOverride None Order allow,deny allow from all </Directory> ScriptAlias /cgi-bin/ /var/www/cgi-bin/ <Directory "/var/www/cgi-bin/"> AllowOverride None Options +ExecCGI AddHandler cgi-script cgi pl Order allow,deny Allow from all </Directory> ErrorLog /var/log/apache2/error.log



Adv Reply



Bookmarks