Alex Garcia
New Pleskian
- Server operating system version
- Ubuntu 20.04.6 LTS
- Plesk version and microupdate number
- Plesk Obsidian 18.0.79 - Web Host Edition
new server complete reinstall -
version : Plesk Obsidian 18.0.79 - Web Host Edition
system : Ubuntu 20.04.6 LTS
Error when i try to install a webhosting domain name
message error :
Creating physical hosting
hosting update is failed: webstatmng:
Unable to open file /opt/psa/etc/awstats/awstats.mydomainname.com-
http.conf: No such file or directory
System error 2: No such file or directory
webstatmng: Unable to copy the file /etc/awstats/awstats.model.conf to /opt/psa/etc/awstats/awstats.mydomainname.com-http.conf
System error 2: No such file or directory
trying to make an check and repair -> done
checking on file system
Webserver Configurations Troubleshooter. -> done
trying to reinstall an domaine, same results (impossible)
How to fix
1 Désinstall awstats (Debian/ubuntu)
or 1 Désinstall awstats (OS version: AlmaLinux 9.8 x86_64)
see here
sources : Plesk 18.0.79.0 - Creating physical hosting fails with webstatmng: Unable to find the awstats template file
2 If you want to install goaccess:
3 To switch all service plans over to goaccess:
after that install subscription or domain could be install successfully ;-)
version : Plesk Obsidian 18.0.79 - Web Host Edition
system : Ubuntu 20.04.6 LTS
Error when i try to install a webhosting domain name
message error :
Creating physical hosting
hosting update is failed: webstatmng:
Unable to open file /opt/psa/etc/awstats/awstats.mydomainname.com-
http.conf: No such file or directory
System error 2: No such file or directory
webstatmng: Unable to copy the file /etc/awstats/awstats.model.conf to /opt/psa/etc/awstats/awstats.mydomainname.com-http.conf
System error 2: No such file or directory
trying to make an check and repair -> done
checking on file system
Webserver Configurations Troubleshooter. -> done
trying to reinstall an domaine, same results (impossible)
How to fix
1 Désinstall awstats (Debian/ubuntu)
Code:
apt remove --purge awstats
or 1 Désinstall awstats (OS version: AlmaLinux 9.8 x86_64)
see here
sources : Plesk 18.0.79.0 - Creating physical hosting fails with webstatmng: Unable to find the awstats template file
Code:
yum remove awstats
2 If you want to install goaccess:
Code:
plesk sbin packagemng -sdf
3 To switch all service plans over to goaccess:
Code:
plesk installer --select-release-current --install-component goaccess
after that install subscription or domain could be install successfully ;-)