|
questions about apache, joomla, and php
Hey guys I am trying to setup a web server on my spare linux box at home running fc6. Well actually the server is setup fine. I think. It seems sometimes I can get to the website and other times it times out. I have opened the correct ports on my router and firewall (and tried it with no firewall) and it still does the same thing. Also I can put in the ip address (cause im at work and the dynamic dns is blocked) and the text loads, but if i do the same thing right after it times out. Any help would be great.
Also, i installed joomla and it asks me to change
magic_quotes_gpc = off
to
magic_quotes_gpc = On
well in my php.ini file you see everything with ';' in front of it. So I can only assume that is a comment since all the remarks in the file have that infront of it.
I created a blank line and entered
magic_quotes_gpc = On
and it is still reporting it as off. How do I turn that on? When I make changes to php.ini do I have to restart the whole computer or just apache?
Thanks a lot,
nomb
Last edited by nomb; 01-29-2007 at 06:24 AM.
|