ciao
lo ho provato il locale sul portatile senza nessun problema, ora lo ho messo sul server con la stessa configurazione, ma ottengo questo errore:
codice:
Forbidden
You don't have permission to access /awstats/awstats.pl on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
questi sono i permessi della cartella
codice:
root@unixweb:/usr/local/awstats# ls -la
total 28
drwx------ 5 root root 4096 2005-02-25 23:28 ./
drwxr-xr-x 18 root root 4096 2005-08-10 11:47 ../
-rwxr-xr-x 1 root root 6721 2005-02-05 20:21 README.TXT*
drwxr-xr-x 3 root root 4096 2005-02-25 23:29 docs/
drwxr-xr-x 4 root root 4096 2005-02-25 23:29 tools/
drwxr-xr-x 7 root root 4096 2005-02-25 23:29 wwwroot/
e questi i permessi in apache
codice:
#
# Directives to allow use of AWStats as a CGI
#
Alias /awstatsclasses "/usr/local/awstats/wwwroot/classes/"
Alias /awstatscss "/usr/local/awstats/wwwroot/css/"
Alias /awstatsicons "/usr/local/awstats/wwwroot/icon/"
ScriptAlias /awstats/ "/usr/local/awstats/wwwroot/cgi-bin/"
#
# This is to permit URL access to scripts/files in AWStats directory.
#
<Directory "/usr/local/awstats/wwwroot">
Options None
AllowOverride None
Order allow,deny
Allow from all
</Directory>
non capisco! :master: