Potential Problems » History » Revision 2
Revision 1 (Amber Herold, 04/15/2010 03:17 PM) → Revision 2/12 (Amber Herold, 04/15/2010 03:52 PM)
h1. Potential Problems h4. Firewall settings You may need to configure your firewall to allow incoming HTTP (port 80) and MySQL (port 3306) traffic: <pre> $ system-config-securitylevel </pre> h4. Security-enhanced linux "Security-enhanced linux (SELinux)":http://en.wikipedia.org/wiki/Security-Enhanced_Linux may be preventing your files from loading. To fix this run the following command: <pre> $ sudo /usr/bin/chcon -R -t httpd_sys_content_t /var/www/html/ </pre> see "this website":http://docs.fedoraproject.org/selinux-apache-fc3/sn-simple-setup.html for more details on SELinux ______ [[Install the Web Interface|< Install the Web Interface]]