[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] RaQ4i .htaccess Options not allowed



At 9:25 PM -0500 2/4/01, James Riordon wrote:

1 - in the cgi folder for the mustia config.cgi compiled program there is a .htaccess file. in this file are three lines as follows:

		Options  ExecCGI
		AddHandler cgi-script .cgi
		AddHandler cgi-script .pl

2- When I go to this directory I get the following error in my browser window:

The server encountered an internal error or misconfiguration and was unable to complete your request.

3 - when I go to the /var/log/httpd/error log I see the following messages:

		Options not allowed here
		AddHandler not allowed here
		AddHandler not allowed here


I have finally figured it out. I actually found a solution before I got any responses to this post. I did however apparently find the same fix as did Cobalt. I went into access.conf and changed the override permissions. Basically they have it set so that you cannot override any of the standard settings in httpd.conf. By modifiying the access.conf settings I was able to override the options and addhandler settings for that particular site.

Thanks for all the help. I hope this solution will help others who are stuck with the same problems.