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

Re: Awstats



Von: "Markus Braun" <charmed21muc@hotmail.com>

> Hallo,
> 
> habe gerade awstats eingerichtet.
> allerdings hab ich noch ein forbidden problem.
> Habe awstats in ein admin verzeichnis kopiert was passwort geschützt ist.
> Die apache2 conf sieht so aus für die normale domain:
> 
> <Directory />
>    Options FollowSymLinks
>    AllowOverride All
> </Directory>
> <Directory /var/www/>
>    Options -Indexes FollowSymLinks MultiViews
>    AllowOverride All
>    Order allow,deny
>    allow from all
>    # This directive allows us to have apache2's default start page
>    # in /apache2-default/, but still have / go to the right place
>    #         RedirectMatch ^/$ /apache2-default/
> </Directory>
> 
> ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
> <Directory "/usr/lib/cgi-bin">
>    AllowOverride All
>    Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
>    Order allow,deny
>    Allow from all
> </Directory>
> 
> Ist jetzt auch nur ein auszug.
> aber warum führt er mir jetzt nicht das perl aus, aus diesem verzeichnis.
> dachte immer der befehlt execCGI ist dafür, den hab ich auch als option in 
> /var/www kopiert.

also bei mir schaut das so aus:

<Directory /usr/lib/cgi-bin/awstats>
    Options -Includes FollowSymlinks +ExecCGI Multiviews
    AddHandler cgi-script cgi pl
    DirectoryIndex awstats.pl
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

hth
Reinhold



Reply to: