Actions
Potential Problems » History » Revision 1
Revision 1/12
| Next »
Amber Herold, 04/15/2010 03:17 PM
Potential Problems¶
Firewall settings¶
You may need to configure your firewall to allow incoming HTTP (port 80) and MySQL (port 3306) traffic:
$ system-config-securitylevel
Security-enhanced linux¶
Security-enhanced linux may be preventing your files from loading. To fix this run the following command:
$ sudo /usr/bin/chcon -R -t httpd_sys_content_t /var/www/html/
see this website for more details on SELinux
Updated by Amber Herold over 14 years ago · 1 revisions