HI Chris, Is it possible to switch now from Static to Dynamic Mode? in this case installation of PHP with apxs will be enough or in any case I need to recompile Apache. I have gone through several sites and now I assumes that even I am running PHP in static mode, once I will upgrade PHP with apxs it will be configured as dynamic and no changes will be required to apache. am I right?
Thanks for your continuous help MJ ----- Original Message ----- From: "Chris Hewitt" <[EMAIL PROTECTED]> To: "MJ" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, March 27, 2004 3:27 PM Subject: Re: [PHP-INSTALL] Upgrading PHP 4.3.1 to PHP 4.3.4 > MJ wrote: > > >Hi, > >As per the phpinfo.php the original installation was with "./configure' > >'--with-mysql=/usr/local/' '--with-config-file-path=/web/conf' > >'--with-apache=../apache_1.3.27/' '--enable-track-vars' , now adding new > >thing "--with-apxs" will not effect the exiting sites? As I have several > >live sites running on this server. > > > >Many Thanks, > >MJ > > > If the original configuration did not use apxs then it was compiled into > Apache httpd, not as a module. In this case you will need to recompile > Apache httpd too, or it will continue to use the older version. > > As with all things, it is best to try out changes on a test/development > server and not live, just in case something does not go right. > > HTH > Chris > >