• 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.

Reconfigure vhost failed

Tempah

New Pleskian
Hello everyone,

I getting this error after I run the command: ~# /usr/local/psa/admin/bin/httpdmng --reconfigure-all


Code:
PHP Deprecated:  Comments starting with '#' are deprecated in /opt/psa/admin/conf/php.ini on line 25 in Unknown on line 0
Error occured while sending feedback. HTTP code returned: 502
Error occured while sending feedback. HTTP code returned: 502
Execution failed.
Command: httpdmng
Arguments: Array
(
    [0] => --reconfigure-domains
    [1] => cloud.unlimited, domain.com, domain.com, domain [...]
)

Details: PHP Deprecated:  Comments starting with '#' are deprecated in /opt/psa/admin/conf/php.ini on line 25 in Unknown on line 0
[2015-05-22 14:00:35] ERR [util_exec] proc_close() failed
Error occured while sending feedback. HTTP code returned: 502
[2015-05-22 14:00:36] ERR [panel] Apache config (14322960350.14770900) generation failed: Template_Exception: nginx: [emerg] unknown directive "//" in /etc/nginx/plesk.conf.d/vhosts/team-case.de.conf:50
nginx: configuration file /etc/nginx/nginx.conf test failed

file: /opt/psa/admin/plib/Template/Writer/Webserver/Abstract.php
line: 75
code: 0
Error occured while sending feedback. HTTP code returned: 502
nginx: [emerg] unknown directive "//" in /etc/nginx/plesk.conf.d/vhosts/team-case.de.conf:50
nginx: configuration file /etc/nginx/nginx.conf test failed


In "/etc/nginx/plesk.conf.d/vhosts/" only exist the team-case.de.conf file no other file located here


3 sites on this server hosted with different subscriptions and conditions. So the host work yet but I getting a red banner on the Subscription menu.

About my system:

os: debian 7.8 64bit
plesk: 12.0.18 Update #47


If you need additional information, I will post it shortly

Thanks you reading, have a nice day!

Best regards,

Marco
 
Hi Tempah,

Looks like something is commented out with a # on line 25 of the file...
Code:
/opt/psa/admin/conf/php.ini
So change the # to ; and try again.
For reference on my Ubuntu 14 system line 25 is...
upload_max_filesize = 2147483647
But it isn't commented out.

Anyway I hope that helps
Kind regards

Lloyd
 
Back
Top