Gigashop
30th August 2009, 10:56
Hello all
I downloaded Perfect Server ISPconfig3 SUSE 11 VmWare Image
All work find, but cgi scripts will not work.
On the Site Config i enabled CGI and SuEXEC.
For Test i upload test.cgi to the cgi-bin folder (755)
(http://www.MyDomain.com/cgi-bin/test.cgi)
But i have Error 403
(Same Test CGI: http://www.rzuser.uni-heidelberg.de/~x22/ht/cgi.cgi )
#!/bin/sh
echo "Content-type: text/html"
echo
echo "<HTML><HEAD>"
echo "<TITLE>Beispiel CGI</TITLE></HEAD>"
echo "<BODY><H1>CGI - Beispiel</H1>"
echo "Das aktuelle Datum ist<HR><PRE>"
date
echo "</PRE><HR></BODY></HTML>"
On Site Options the Apache directives ist empty
Thanke you for Help
I downloaded Perfect Server ISPconfig3 SUSE 11 VmWare Image
All work find, but cgi scripts will not work.
On the Site Config i enabled CGI and SuEXEC.
For Test i upload test.cgi to the cgi-bin folder (755)
(http://www.MyDomain.com/cgi-bin/test.cgi)
But i have Error 403
(Same Test CGI: http://www.rzuser.uni-heidelberg.de/~x22/ht/cgi.cgi )
#!/bin/sh
echo "Content-type: text/html"
echo
echo "<HTML><HEAD>"
echo "<TITLE>Beispiel CGI</TITLE></HEAD>"
echo "<BODY><H1>CGI - Beispiel</H1>"
echo "Das aktuelle Datum ist<HR><PRE>"
date
echo "</PRE><HR></BODY></HTML>"
On Site Options the Apache directives ist empty
Thanke you for Help