[Vienna-pm] ModPerl Handler einrichten

Maros Kollár maros at k-1.com
Wed Jul 11 07:56:00 PDT 2007


Hallo!
ist zwar nicht unbedingt eine Perl Frage, aber mangels Apache2 Newsgroup
im Usenet frage ich mal hier. Ich möchte einen ModPerl Handler auf einem
Apache 2 Server einrichten der ALLE Requests auf ein bestimmtes
Verzeichnis abarbeitet. Hier meine vereinfachte HTTPD Config:

DirectoryIndex    index.html
DocumentRoot    /usr/local/SEAS3/app/docs/
DefaultType     text/html

<Location />
    SetHandler perl-script
    PerlHandler Site
</Location>




More information about the Vienna-pm mailing list