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

Re: apache2 und perl scripte



On Saturday 27 June 2009 18:19:28 Uwe Kerstan wrote:
Hallo Uwe,

>
> So sieht z.B. meine Config für die User aus:
>
> $ cat /etc/apache2/mods-available/userdir.conf
> <IfModule mod_userdir.c>
>         UserDir public_html
>         UserDir disabled root
>         <Directory /home/*/public_html>
>                 AllowOverride FileInfo AuthConfig Limit
>                 Options MultiViews Indexes SymLinksIfOwnerMatch
> IncludesNoExec </Directory>
>         ### Begin CGI-User-Konfiguration
>         <Directory /home/*/public_html/cgi-bin>
>                 AllowOverride None
>                 Options ExecCGI Indexes -MultiViews +SymLinksIfOwnerMatch
>                 Order allow,deny
>                 Allow from all
>         </Directory>
>         ### End CGI-User-Konfiguration
> </IfModule>
>

Dann müssten alle in
/home/irgendeinUser/public_html/cgi-bin
abgelegten perl scripts gefunden werden?

Funktioniert leider bei mir nicht, 
ich habe das in  
	/etc/apache2/mods-available/userdir.conf
	/etc/apache2/mods-enabled/userdir.conf
abgelegt und probiert...


Grüße Peter


Reply to: