• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Unable to generate the web server configuration file on the host <nsxxxxxxx.ovh.net>

Status
Not open for further replies.

borisr

New Pleskian
version: Parallels Plesk Panel v11.5.30_build115130819.13
os: centos 6.5 (final)


Hi all,
I recently received this messsage from in my mailbox "Unable to generate the web server configuration file on the host <nsxxxxxxx.ovh.net>" which is coming now every hour for 4 days now.

I first tried to regenerate an apache conf file with the magic on my Centos 6:
# /usr/local/psa/admin/sbin/httpdmng --reconfigure-all

but it gives me this output:

Execution failed.
Command: httpdmng
Arguments: Array
(
[0] => --reconfigure-server
[1] => -no-restart
)

Details: 2014-06-26T07:22:55+02:00 ERR (3) [util_exec]: proc_close() failed
2014-06-26T07:22:57+02:00 ERR (3) [panel]: Apache config (14037601750.08836100) generation failed: Template_Exception: Syntax error on line 10 of /etc/httpd/conf/plesk.conf.d/server.conf:
The address or port is invalid

file: /usr/local/psa/admin/plib/Template/Writer/Webserver/Abstract.php
line: 68
code: 0
Syntax error on line 10 of /etc/httpd/conf/plesk.conf.d/server.conf:
The address or port is invalid


At line 10 in my server.conf file I have a bunch of ipv6 address that looks like this:

NameVirtualHost xx.xx.x.xx:80
NameVirtualHost [xxxx:xxxx:8:5b11::1000]:80
NameVirtualHost [xxxx:xxxx:8:5b11::1001]:80
NameVirtualHost [xxxx:xxxx:8:5b11::1002]:80
NameVirtualHost [xxxx:xxxx:8:5b11::1003]:80
NameVirtualHost [xxxx:xxxx:8:5b11::1004]:80
NameVirtualHost [xxxx:xxxx:8:5b11::1006]:80
NameVirtualHost [xxxx:xxxx:8:5b11::1005]:80
NameVirtualHost [xxxx:xxxx:8:5b11::1007]:80


I dont know exactly what I did wrong. Anybody can point me to the right direction ?
Thanks for any help it will be much appreciated!
 
Last edited:
Thanks a lot, it worked perfectly !
I found this article but I thought it was not directly related to my problem, probably a lack of knowledge on my own.
Sorry for the inconvenience and have a nice day ;-).
 
Status
Not open for further replies.
Back
Top