Cobra Forum

Plesk Panel => Webserver => Topic started by: Suhitha on Nov 24, 2025, 07:21 AM

Title: Unable to open any domain with enabled nginx on Plesk because Apache is not
Post by: Suhitha on Nov 24, 2025, 07:21 AM
Question: Unable to open any domain with enabled nginx on Plesk because Apache is not running

Applicable to:



Symptoms


502 Bad Gateway


Cause

Apache service is stopped on the server.

Resolution

                                                Via Plesk GUI

1.Log in to Plesk GUI

2.Go to Tools & Settings > Services Management > Apache Web Server > Start.

3.If the issue remains the same (or sites are not working with the different error message), go to Extensions > My Extensions > Webserver Configuration Troubleshooter and Rebuild All configuration files:

(https://pix.cobrasoft.org/images/2025/11/24/mceclip0-19.png)

                                            Via command-line interface


1.For CentOS based:

# service httpd start

2.For Debian based:

# service apache2 start


# plesk repair web -y