Subj : Re: Apache permission denied To : comp.os.linux From : Jeroen Geilman Date : Mon Aug 23 2004 10:37 pm Max wrote: > But it is still reporting 500 and permission denied. > Where can be the problem? The problem is that you have to allow apache to actually execute CGI programs in the directory you placed it in... Debian by default uses /usr/lib/cgi-bin as its global CGI dir. Put it in there and it should work right away. > DocumentRoot /var/www > ... > > Options ExecCGI > AllowOverride None > Order allow,deny > Allow from all And this means: deny everything ;-) Read the apache manual to find out why... -- J All your bits are belong to us - again. .