On Apr 6, 2005 1:49 PM, RYAN vAN GINNEKEN <luck@xxxxxxxxxxxxxxx> wrote: > >>I keep getting this error in my apache logs > >> > >>[Wed Apr 06 01:59:50 2005] [error] [client 192.168.0.1] Options ExecCGI > >>is off in this directory: > >>/home/clients/classicautographics/classic/www/html/upload.cgi, referer: > >>http://classicautographics.com/fileupload.html > >>but i have added the following to httpd.conf > >> > >><Directory "/home/clients/classicautographics/classic/www/html"> > >>Options +ExecCGI > >>AddHandler cgi-script .cgi > >></Directory> > > > >Are you sure that you are editting the right httpd.conf? Have you > >restarted the server after making changes? Are there any other > >Options directives that may be overriding this one? > > > Yes the right http.conf yes restarted Apache, Not sure about other > directives the one i mentioned in my last message is inside inside a > virtual host is there some way to test for other directives. No, you just need to look through your httpd.conf for any other Options directives that may apply to the same directory. Start by grep'ing for all the Options directives and go from there. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx