Project

General

Profile

Potential Problems » History » Version 6

Amber Herold, 05/24/2010 04:55 PM

1 1 Amber Herold
h1. Potential Problems
2
3
h4. Firewall settings 
4
5
You may need to configure your firewall to allow incoming HTTP (port 80) and MySQL (port 3306) traffic:
6
7
<pre>
8
$ system-config-securitylevel
9
</pre>
10
11
h4. Security-enhanced linux 
12
13
"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:
14
15
<pre>
16
$ sudo /usr/bin/chcon -R -t httpd_sys_content_t /var/www/html/
17
</pre>
18
19
see "this website":http://docs.fedoraproject.org/selinux-apache-fc3/sn-simple-setup.html  for more details on SELinux
20 2 Amber Herold
21
______
22
23
24 6 Amber Herold
[[Install phpMyAdmin|< Install phpMyAdmin]]
25 3 Amber Herold
26
______