apache/cgi

Andre Landwehr andre.landwehr at gmx.net
Thu Dec 2 11:30:03 CET 1999


hi,
hab hier ein Problem mit Apache und cgi's:
Angefordert wird die Seite
http://cesar.nis-de3.bertelsmann.de/cgi-bin/E_search.pl

Via mod_rewrite wird das umgebogen auf die Datei
/home/httpd/cesar.nis-de3.bertelsmann.de/cgi-bin/E_search.pl

Das entsprechende CGI-Script soll jetzt per POST Methode Daten
bekommen, aber Apache sagt immer nur: "The requested method POST is
not allowed for the URL /cgi-bin/E_search.pl.", obwohl ich
"Options All" für das entsprechende Verzeichnis gesetzt hab:
------
<Directory /home/httpd/cesar.nis-de3.bertelsmann.de/cgi-bin>
  Options All
</Directory>
------

Was hab ich übersehen?

Gruß
Andre




More information about the Linux mailing list