• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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