• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Problems with /etc/apache2/conf.d/zz010_psa_httpd.conf

zeroborg

Basic Pleskian
Hi all...

I have a problem with this file:
/etc/apache2/conf.d/zz010_psa_httpd.conf

Every time that i try to restart the Apache service,
i have a fatal error (inside OR outside PLESK).
The error says that the "Document root" must be a directory.
I edit this file, i put the correct path (old: /srv/www/vhosts/htdocs, NEW: /srv/www/vhosts/httpdocs)
and after that, everything is OK.
BUT, every now and then, the file, changes and is loosing my changes.
Please, advise me, where to make the changes, so it will take it permanently.
Thank you.

Konstantinos.
 
what change you are trying in this file? -/etc/apache2/conf.d/zz010_psa_httpd.conf

and what OS is on the server ?
 
Originally posted by zeroborg
Hi all...

I have a problem with this file:
/etc/apache2/conf.d/zz010_psa_httpd.conf

Every time that i try to restart the Apache service,
i have a fatal error (inside OR outside PLESK).
The error says that the "Document root" must be a directory.
I edit this file, i put the correct path (old: /srv/www/vhosts/htdocs, NEW: /srv/www/vhosts/httpdocs)
and after that, everything is OK.
BUT, every now and then, the file, changes and is loosing my changes.

Offcourse. This file is handled by Plesk, thus every change you make will be overwritten every time you make a change in Plesk.

What are you trying to do ?
 
Hi all.

Sorry, for not replying, but the problem i had is solved (last year).
So now, everything is OK.

Thanx anyway. :)
 
I am getting an error while restarting the httpd service (Apache).
Error Msg is
NameVirtualHost xxx.xxx.xxx.xxx:80 has no VirtualHosts
NameVirtualHost xxx.xxx.xxx.xxx:443 has no VirtualHosts

I tried to edit the z010_psa_httpd.conf file manually. Is it because of that? Any help in this matter will be appreciated

Thanks
Mathew Sunil
 
After editing zz010_psa_httpd.conf Apache server is not working

When I try to restart the Httpd service I am getting the fllowing error

[warn] NameVirtualHost xxx.xxx.xxx.xxx:80 has no VirtualHosts
[warn] NameVirtualHost xxx.xxx.xxx.xxx:443 has no VirtualHosts.

I tried to do some changes in the zz010_psa_httpd.conf file. After that only this problem started. Is there any way that I can solve this problem? In fact I took a back of the zz010_psa_httpd.conf file before I editing it. Even the back up copy also not working. It is giving the same error.

Any help in this regard will be appreciated

thanks
Mathew Sunil.
 
Do not edit that file manually cause it will be rewritten each time you do some modification in PLESK.
One of your domain have wrong IP and this is why you get that
 
When I try to restart the Httpd service I am getting the fllowing error

[warn] NameVirtualHost xxx.xxx.xxx.xxx:80 has no VirtualHosts
[warn] NameVirtualHost xxx.xxx.xxx.xxx:443 has no VirtualHosts.

I tried to do some changes in the zz010_psa_httpd.conf file. After that only this problem started. Is there any way that I can solve this problem? In fact I took a back of the zz010_psa_httpd.conf file before I editing it. Even the back up copy also not working. It is giving the same error.

Try to delete the backup file, that fixed the problem for me.
It looks like every file in this folder is interpreted, so if thers is a backup file the entries are read double.
 
Back
Top