error
: The server encountered an internal error and was unable to
complete your request. Either the server is overloaded or there was an
error in a CGI script.
this is my code in the server config file
<Directory "/srv/www/htdocs/bugzilla-4.4.2/">
Options +ExecCGI
AllowOverride Limit
DirectoryIndex index.cgi
AddHandler cgi-script .cgi
</Directory>
here is apache error log :
D'
[Tue Mar 18 16:27:37.431193 2014] [core:crit] [pid 6131] (13)Permission
denied: [client
127.0.0.1:38585] AH00529:
/srv/www/htdocs/bugzilla-4.4.2/.htaccess pcfg_openfile: unable to check
htaccess file, ensure it is readable and that
'/srv/www/htdocs/bugzilla-4.4.2/' is executable
[Tue Mar 18 16:28:57.042667 2014] [core:alert] [pid 6132] [client
127.0.0.1:38593] /srv/www/htdocs/bugzilla-4.4.2/.htaccess: Options not
allowed here
[Tue Mar 18 16:29:00.952564 2014] [core:alert] [pid 6130] [client
127.0.0.1:38594] /srv/www/htdocs/bugzilla-4.4.2/.htaccess: Options not
allowed here
[Tue Mar 18 16:33:55.804670 2014] [core:alert] [pid 6134] [client
127.0.0.1:38648] /srv/www/htdocs/bugzilla-4.4.2/.htaccess: Options not
allowed here
On Tue, Mar 18, 2014 at 3:49 PM, srinivas thanneeru
<
srinu...@gmail.com>wrote:
> error
> : The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script.
>
> this is my code in the server config file
>
> <Directory "/srv/www/htdocs/bugzilla-4.4.2/">
> Options +ExecCGI
> AllowOverride Limit
> DirectoryIndex index.cgi
> AddHandler cgi-script .cgi
> </Directory>
>
>
>
>> > i did as you specified. when i try to access the webpage, its giving
>> fallowing error :
>> > The server encountered an internal error and was unable to complete
>> > your request. Either the server is overloaded or there was an error in
>> a CGI script.
>>