简体   繁体   中英

HTTP apache server Error 503 service unavailable

I have this problem message.

Service Unavailable

The server is temporarily unable to service your request due to maintenance 
in localhost apache downtime or capacity problems. 

Please try again later.

yesterday i opened the localhost and it was fine but today i have this error every time i'm using fedora what is the problem please? and how can i solve it? thank you

I have faced same issue while setting up apache web server with multiple tomcats. Check apache logs and /var/log/audit/audit.log to get the details.

It might be the reason that httpd processes cannot initiate outbound connections. To fix the above problem run below command.

/usr/sbin/setsebool -P httpd_can_network_connect 1

check http://sysadminsjourney.com/content/2010/02/01/apache-modproxy-error-13permission-denied-error-rhel/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM