Hi!

Am Dienstag, 6. Mai 2003 15:51 schrieb Philipp Suek:
> > Du vergißt, daß das Programm läuft, aber eben nicht im UserBereich.
> Was heißt bei dir Userbereich? Im public_html? Dürfen dort CGI's ausgeführt
> werden? Sind die Rechte richtig gesetzt?
 

Rechte sind für User jedamus im Verzeichnis
/home/bwl/jedamus/Publicite/cgi-bin
folgende:
drwx--x--x   2 jedamus  student      512 May  5 16:42 .
drwxr-xr-x   5 jedamus  student     2048 May  5 16:32 ..
-rwxr-xr-x   1 jedamus  student    11425 May  5 16:20 xxx.pl

Wenn ich die als User apache (unter der ID läuft der apache)
in der Konsole laufen lasse, klappt alles.

Hier ein Auszug aus der httpd.conf:
----8<----8<----8<----8<----8<----8<----8<----8<----8<----
DocumentRoot "/export/www/WORMS/doc"
...
<Directory />
    AddHandler server-parsed .html
    Options FollowSymLinks
    AllowOverride All
</Directory>
...
<Directory "/export/www/WORMS/doc">
    AddHandler server-parsed .html
    Options Indexes FollowSymLinks MultiViews +Includes
    AllowOverride All
    Order allow,deny
    Allow from all
</Directory>
...
<Directory /home>
    Options ExecCGI FollowSymLinks
    AllowOverride All
</Directory>
...
UserDir Publicite
...
<Directory /home/*/cgi-bin>
  Options ExecCGI
  SetHandler cgi-script
</Directory>
...
ScriptAlias /cgi-bin/ "/export/www/WORMS/cgi-bin/"
    <Directory "/export/www/WORMS/cgi-bin">
        AllowOverride None
        Options ExecCGI FollowSymLinks
        Order allow,deny
        Allow from all
    </Directory>
...
AddHandler cgi-script .cgi .pl .sh
----8<----8<----8<----8<----8<----8<----8<----8<----8<----


-- 
Leander Jedamus
Presse- und Öffentlichkeitsarbeit
FH Worms
Erenburger Str. 19
67549 Worms
+49 6241 509-172

--------------------------------------------------------------------------
                Apache HTTP Server Mailing List "users-de"
      unsubscribe-Anfragen an [EMAIL PROTECTED]
           sonstige Anfragen an [EMAIL PROTECTED]
--------------------------------------------------------------------------

Antwort per Email an