• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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