Thanks David for your prompt respond.
I have a Dell Server that pre-loaded
with RedHat 6.2 and Apache. I am not
very sure that if PHP3 is preloaded
but I can see module like "mod_php.so"
in the system.
What I have ensured is that inside
httpd.conf, I have commented the statement
on the following:
#AddType application/s-httpd.php3 .php3
#AddType application/x-httpd-php3-source .phps
I followed the article:
"The Soothingly Seamless Setup of Apache, SSl, MySQL, and PHP" and comipled all
files without problems.
I have created symbolic link to make
sure that the system using the
httpd.conf I have created instead of
the pre-loaded file.
My questions are as follow:
1. How do I make sure that PHP3 is not
running?
2. How do I check that PHP4 is up?
Can I use ps -ef to check?
Thanks a lot.