• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

AWStats & suexec

O

otsego

Guest
I have searched the forums, but cannot find anything helpful.

I have installed AWStats into /var/www/vhosts/domain.com/awstats/

And put

Code:
Alias /awstatsclasses "/var/www/vhosts/domain.com/awstats/wwwroot/classes/"
Alias /awstatscss "/var/www/vhosts/domain.com/awstats/wwwroot/css/"
Alias /awstatsicons "/var/www/vhosts/domain.com/awstats/wwwroot/icon/"
ScriptAlias /awstats/ "/var/www/vhosts/domain.com/awstats/wwwroot/cgi-bin/"

<Directory "/var/www/vhosts/domain.com/awstats/wwwroot">
    Options None
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

Into apache2.conf.

Still, I get

[2006-03-19 20:27:48]: uid: (10001/username) gid: (10001/10001) cmd: awstats.pl
[2006-03-19 20:27:48]: target uid/gid (10001/10001 or $ld) mismatch with directory (2523/1007) or program (513/1007)

And an Error 500.

Any help?

(PS. I have changed domain.com and username)
 
Back
Top