Project

General

Profile

Potential Problems » History » Revision 4

Revision 3 (Amber Herold, 04/22/2010 02:03 PM) → Revision 4/12 (Amber Herold, 05/24/2010 04:35 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 phpMyAdmin|< the Web Interface|< Install phpMyAdmin]] the Web Interface]] 

 ______