Click to See Complete Forum and Search --> : First time setup on Linux


karlovac
04-16-2002, 12:38 AM
I had PHP running fine on my Win 2k box, but now I'm using a Linux box as my development server.

Apache and PHP 4.04p11 are installed, and the web server is definately working, but the PHP processor is not - I tried a simple echo page, and nothing happens.

So:-

Do I have to run anything to start the PHP processor? Or does it run at boot time?

How can I check if it's running?

How can I check if it is installed as an Apache module, or as a CGI interpreter?

Thanks,

Antun
http://www.antunkarlovac.com/

greg252
04-17-2002, 06:04 PM
Did you un-comment the lines in apache to recognize PHP...
And...
add index.php as a file for apache to look for?

Anon
04-18-2002, 05:40 AM
Yes, they were already uncommented. I uncommented the XML-like tags (<ifdefine PHP4>...</ifdefine> that surrounded them.

The default document is not the issue.

I uninstalled the PHP RPM package through GnoRPM, then downloaded a fresh RPM from RedHat and installed that. No luck.

Antun