• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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