Date: Sat, 11 Mar 2000 12:48:00 +0100 (CET) From: Alexander Leidinger <Alexander@Leidinger.net> To: danielb@pacex.net Cc: dannyh@idx.com.au, wolfman@csocs.com, jpr@vcnet.com, freebsd-isp@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: FrontPage extensions on Apache(/PHP+SSL upgrade) Message-ID: <200003111148.MAA01762@Magelan.Leidinger.net> In-Reply-To: <Pine.BSF.4.10.10003101541090.4704-100000@almazs.pacex.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 10 Mar, Dan B. wrote: > > I am with you all the way!! > I have held-off upgrading to mySQL and SSL because of fears that existing > customers virtual web would be screewed, I don't care about FP extensions > but Apache+PHP+mySQL+SSL would be great, I am still looking for SAFE > UPGRADE procedures to the extent that I have setup a seperate machine just > to try it out on non-production web server. What are you trying to say here? Do you have Apache+PHP installed and want to add mySQL+SSL? What about cd-ing into ports/www/apache13-php3 and tell it to use MySQL+SSL too? If you have the same Version of Apache+PHP already installed just do a "make install -DFORCE_PKG_REGISTER; apachectl graceful" and everything should work (you have to enable PHP/SSL in your apache.conf afterwards, just compare the old apache.conf.default with the new one). If you have an older version of Apache+PHP just do a "make;pkg_delete Apache...;make install;apachectl graceful". This is perhaps a little bit messy if you have a high volume (# of connections) webserver because apache could segfault, but if you increase MaxKeepAliveRequests/MaxSpareServers/StartServers/MaxClients while updating, it should work without annyoing your customers. Bye, Alexander. -- Intel: where Quality is job number 0.9998782345! http://www.Leidinger.net Alexander+Home @ Leidinger.net Key fingerprint = 7423 F3E6 3A7E B334 A9CC B10A 1F5F 130A A638 6E7E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003111148.MAA01762>