Probleme mit cgi ausserhalb von cgi-bin

Plesk, Confixx, Froxlor, SysCP, SeCoTo, IspCP, etc.
Post Reply
Anonymous
 

Probleme mit cgi ausserhalb von cgi-bin

Post by Anonymous »

Hi und Hallo,

ich habe eben bei Confixx die Option cgi ausserhalb von cgi-bin aktiviert, aber es funktioniert leider gar nicht.

Es kommt immer die fehlermeldung Servererror :cry:


Was mache ich falsch. Ich habe testweise auch mal die Rechte auf 777 gesetzt, aber daran liegt es nicht.


Mit freundlichen Grüßen
Astrid
wneth
Posts: 38
Joined: 2003-07-12 22:05
 

Re: Probleme mit cgi ausserhalb von cgi-bin

Post by wneth »

Und was kommt wenn du die Rechte für die pl und cgi Dateien auf 755 änderst?
Schonmal in der httpd.conf geschaut ob das wirklich außerhalb funktioniert?
Anonymous
 

...

Post by Anonymous »

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Last edited by Anonymous on 2003-12-20 15:35, edited 1 time in total.
Anonymous
 

...

Post by Anonymous »

Hi,

ich habe das Script mal gerade mit Confixx geprüft:

Code: Select all

[Sat Dec 20 15:31:23 2003] setup2.cgi: Name "main::smtp" used only once: possible typo at /home/www/k101/html/order/setup2.cgi line 107. [Sat Dec 20 15:31:23 2003] setup2.cgi: Name "main::davor" used only once: possible typo at /home/www/k101/html/order/setup2.cgi line 160. [Sat Dec 20 15:31:23 2003] setup2.cgi: Name "main::id" used only once: possible typo at /home/www/k101/html/order/setup2.cgi line 23. [Sat Dec 20 15:31:23 2003] setup2.cgi: Name "main::sendmail" used only once: possible typo at /home/www/k101/html/order/setup2.cgi line 107. [Sat Dec 20 15:31:23 2003] setup2.cgi: Name "main::danach" used only once: possible typo at /home/www/k101/html/order/setup2.cgi line 160. /home/www/k101/html/order/setup2.cgi syntax OK 
Die Fehlermeldung bleibt immer gleich:

Code: Select all

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
In der httpd.conf steht folgendes:

Code: Select all

    <Directory "/srv/www/cgi-bin">
        AllowOverride None
        Options None
        Order allow,deny
        Allow from all
    </Directory>
Vielen vielen Dank!

Mit freundlichen Grüßen
Astrid
Post Reply