| Author |
Message |
caker
Joined: 15 Apr 2003
Posts: 2905
Location: Galloway, NJ
|
| Posted: Wed Mar 14, 2007 12:52 am Post subject: Distro: Fedora Core 6 (FC6) |
|
|
I've updated our Fedora distro to FC6. I'm pretty sure this distro requires a 2.6 kernel (which new deployments now default to). Let me know how it goes.
Thanks,
-Chris |
|
| Back to top |
|
TheAssassin
Joined: 08 Mar 2007
Posts: 3
Location: Florida
|
| Posted: Wed Mar 14, 2007 1:05 am Post subject: |
|
|
Well, as I stated in the chat room....
Quote: <TheAssassin> I've installed FC6, and I only have one issue...
<TheAssassin> I'm having a problem getting apache to work...
<TheAssassin> ps aux returns that its running, but I'm unable to access my test index.html page from the web
So any help would be greatfull :) |
|
| Back to top |
|
caker
Joined: 15 Apr 2003
Posts: 2905
Location: Galloway, NJ
|
| Posted: Wed Mar 14, 2007 2:38 am Post subject: |
|
|
Code: /etc/init.d/iptables stop
is one quick fix. The other would be to properly configure Fedora's firewall...
Code: chkconfig --level 0123456 iptables off
I "fixed" this just now in the template disro, by doing the above.
-Chris |
|
| Back to top |
|
NigelJ
Joined: 08 Nov 2006
Posts: 13
|
| Posted: Wed Mar 14, 2007 4:51 pm Post subject: |
|
|
| The other fix is that I believe that Fedora still has the old 'setup' command, (it used to anyway), you can change to 'no firewall' that way, or allow specific exceptions. |
|
| Back to top |
|
caker
Joined: 15 Apr 2003
Posts: 2905
Location: Galloway, NJ
|
| Posted: Wed Mar 14, 2007 5:12 pm Post subject: |
|
|
I think it's:
Code: system-config-securitylevel-tui
-Chris |
|
| Back to top |
|
| |