Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

(13)Permission denied: exec of admin/admin.cgi failed, how to?

Quote Reply
(13)Permission denied: exec of admin/admin.cgi failed, how to?
hello,

i get this error after installation


Code:
AH01215: (13)Permission denied: exec of '/var/www/html/test/admin/admin.cgi' failed
End of script output before headers: admin.cgi



the user is
Code:
root:root
the same goes for apache



here is my host




Code:
<VirtualHost *:80>
ServerName test.com
DocumentRoot /var/www/html/test

ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
<Directory /var/www/html/test>
Options +ExecCGI -Indexes -MultiViews +SymLinksIfOwnerMatch

Options All
AllowOverride None
Order allow,deny
Allow from all
Options ExecCGI
AddHandler cgi-script cgi pl
</Directory>
</VirtualHost>

any ideas?

Subject Author Views Date
Thread (13)Permission denied: exec of admin/admin.cgi failed, how to? patrioticcow 4547 Dec 30, 2014, 1:42 AM
Post Re: [patrioticcow] (13)Permission denied: exec of admin/admin.cgi failed, how to?
Andy 4394 Dec 30, 2014, 8:19 AM