glynco pressed the little lettered thingies in this order...

> I installed PHP 4.0.6
> ./configure --with-apxs=/usr/sbin/apxs --with-mysql=/usr/ make
> make install
> 
> Now what should I do with the httpd.conf and srm.conf?
> 

The instructions for this are well documented at php.net/manual in the 
"Installation" section.
http://www.php.net/manual/en/install.apache.php
(Assuming that you use Unix, look at step 17 of the instructions)

That's not what my response is about, though...

srm.conf is depracated and is only mentioned for people who have 
continued to recycle their config files for several years.  If you are doing 
a new installation of Apache, your srm.conf will only contain a comment 
telling you not to use it (I'm paraphrasing).  All options are available in 
the httpd.conf.  If you have a newer version (lwithin the last two years or 
do) of Apache, the lines to activate PHP will already be in the httpd.conf 
file.  Al that you need to do is uncomment them and start or restart 
apache.

> Can someone explore this: "edit your httpd.conf file so it only loads the
> module for php4. If you load php3 it will interfere and it will brake
> httpd. Then edit your srm.conf file to respond for AddType-applications for
> php4."
> 


Christopher Ostmo
a.k.a. [EMAIL PROTECTED]
AppIdeas.com
Innovative Application Ideas
Meeting cutting edge dynamic
web site needs since the 
dawn of Internet time (1995)

Business Applications:
http://www.AppIdeas.com/

Open Source Applications:
http://open.AppIdeas.com/

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to