• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Plesk not good for nginx

boosterfan

Basic Pleskian
Ok, we tried all.

Server is running good, everyhting is working. As soon as we install nginx in plesk, websites and apache stop working. Apache can not be restarted...

2 Weeks of trying such a lot. Plesk is just unusable if you wanna set up a professional nginx webserver...
 
Most probably this is cause by NGINX and Apache listening to same ports, port 80 and 443.

are you using Plesk Installer to install NGINX?
 
Hey, yes we installed the nginx with the plesk installer. Installation works with disabled nginx webserver. If we try to enable nginx apache shut down and can not be restarted. We tried all, plesk repair, new installation, the plesk troubleshooter, .... But still not working.

So we just deleted nginx and switched to only apache. But every morning now again, even apache shuts down and all websites are offline. Just restart the server and it works again until the next morning.

There is something in plesk that shoots down the webserver very morning....
 
Did you get any error message when you are trying to restart Apache?

Error logs are the first place you should look into.
 
Yes... I get the error:

"
Fehler: Die Webserver-Konfigurationen können nicht rekonfiguriert werden: Unable to execute httpdmng: [2016-05-02 12:08:40] ERR [util_exec] proc_close() failed ['/opt/psa/admin/bin/apache_control_adapter' '--restart' '--restart-interval' '0' '--http-port' '7080' '--https-port' '7081'] with exit code [255]
[2016-05-02 12:08:59] ERR [panel] Apache config (14621834980.15822900) generation failed: Template_Exception: Can not restart web server: httpd stop failed
0 /usr/sbin/apache2 processes are killed
httpd stop failed
0 /usr/sbin/apache2 processes are killed

file: /opt/psa/admin/plib/Service/Driver/Web/Server/Apache.php
line: 110
code: 0
Can not restart web server: httpd stop failed
0 /usr/sbin/apache2 processes are killed
httpd stop failed
0 /usr/sbin/apache2 processes are killed

Fehler: Aufgrund von Fehlern in den Konfigurations-Templates konnten keine neuen Konfigurationsdateien für den Apache Webserver erstellt werden: Can not restart web server: httpd stop failed 0 /usr/sbin/apache2 processes are killed httpd stop failed 0 /usr/sbin/apache2 processes are killed. In Wissensdatenbank suchen
"
 
Try to reinstall microupdates with

# plesk installer --select-release-current --reinstall-patch --upgrade-installed-components
 
Back
Top