Actions
Potential Problems » History » Revision 2
« Previous |
Revision 2/12
(diff)
| Next »
Amber Herold, 04/15/2010 03:52 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 · 2 revisions