• 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

[Statistics] Error 404

soporteip

Basic Pleskian
Hi.
Im running Plesk 9.2.1 on a Windows 2003 Server Enterprise Edition SP2. The server has arround 120 Domains, all working fine. However there is one domain that has problems with the Statistics.
The statistics are generated under the directory "...\inetpub\vhosts\DOMAIN\statistics\webstat", in fact i can see the index.html and they are fine!
However, i can't see them in "http://DOMAIN/plesk-stat/webstat", i get a 404!
In the control panel of the domain, under "Web Hosting Settings" i have "AWStats" select in "Web statistics" and "(accessible via password protected directory '/plesk-stat/webstat/')" checked (if un uncheck it, it doesnt work anyway).

Where could be the problem?
Thanks in advance.

Bye!
 
You can try to repair vhost configuration with:

"%plesk_bin%\websrvmng" --reconfigure-vhost --vhost-name=domain.com
 
PERL was activated for the domain.
The websrvmng.exe solved my problem! (i use the command you told me)
Thanks both of you.

Bye!
 
Plesk 9.5.3 - Windows 2008 R2 standard
perl is enabled - web statistics AWStats

page domain.com/plesk-stat/webstat is not working on any domain

I've tried "%plesk_bin%\websrvmng" --reconfigure-vhost --vhost-name=domain.com
and i've get this :

External component has thrown an exception.
In IIS7NativeProvider module
Exception type: System.Runtime.InteropServices.SEHException
at _CxxThrowException(Void* , _s__ThrowInfo* )
at ServerManagerFactory.commit()
at IIS7ServerManager.commit(IIS7ServerManager* )


Any idea how to make web statistic work ?
Thanks
Zoran
 
Looks like that IsapiRewrite filter is working but points to non-existent virtual directory. Try to find and fix it.
 
Back
Top