cgi script ==> error 500

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

 



hi,
i use apache 2.2.2 on fedora 5

I have a form mail script file .cgi which is not working.
I have an 500 error.

here the logs:
[Wed Jan 16 00:50:32 2008] [error] [client 82.228.130.65] (2)No such file or
directory: exec of '/home/http/mazone/cgi-bin/nogala.cgi' failed, referer:
http://www.mazone.org/gala-2008/nogala1.php
[Wed Jan 16 00:50:32 2008] [error] [client 82.228.130.65] Premature end of
script headers: nogala.cgi, referer:
http://www.mazone.org/gala-2008/nogala1.php

the directory /home/http/mazone/cgi-bin/ is in chmod 755
the file nogala.cgi is in chmod 755

here the mail form: <form action="http://www.mazone.org/cgi-bin/nogala.cgi";
method="post">
here the cgi script: http://www.mazone.org/cgi-bin/nogala.txt

here the httpd.conf:
<VirtualHost *:80>
    DirectoryIndex /gala-2008/accueil-gala.htm
    DocumentRoot /home/http/mazone/
    ErrorDocument 404 /editorial.php
    ServerName www.mazone.org
<Directory /home/http/mazone/cgi-bin>
    Options +ExecCGI
    Allow from all
</Directory>
ErrorLog /var/log/httpd/mazone-error.log
CustomLog /var/log/httpd/mazone-access.log "combined"
</VirtualHost>

I have search over internet but didn't find any solution
Thanks for you help.

David KINER

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux