blacksnake
Technical User
Hi All
I to have the internal server error problem
the script will run in /var/
but not in /var/
I have also disabled suEXEC
have included part of httpd.conf
ScriptAlias /cgi-bin/ "/var/
<Directory "/var/ AllowOverride None
Options ExecCGI
Order allow,deny
Allow from all
</Directory>
AddHandler .cgi .pl
have checked permissions and set them 777
for both directory and files
have included part of error log
[Sat Jan 26 02:43:44 2002] [error] (2)No such file or directory: exec of /var/ failed
[Sat Jan 26 02:43:44 2002] [error] [client 192.168.1.102] Premature end of script headers: /var/
Apache 1.3.22 On redhat 7.1
Any help would be gladly received as i have been at this problem for weeks
Thanks In Advance
Blacksnake
I to have the internal server error problem
the script will run in /var/
but not in /var/
I have also disabled suEXEC
have included part of httpd.conf
ScriptAlias /cgi-bin/ "/var/
<Directory "/var/ AllowOverride None
Options ExecCGI
Order allow,deny
Allow from all
</Directory>
AddHandler .cgi .pl
have checked permissions and set them 777
for both directory and files
have included part of error log
[Sat Jan 26 02:43:44 2002] [error] (2)No such file or directory: exec of /var/ failed
[Sat Jan 26 02:43:44 2002] [error] [client 192.168.1.102] Premature end of script headers: /var/
Apache 1.3.22 On redhat 7.1
Any help would be gladly received as i have been at this problem for weeks
Thanks In Advance
Blacksnake