En/na Malcolm J Harwood ha escrit: > On Tuesday 02 May 2006 03:34 pm, Bryn Dyment wrote: > >> What is a recommended technique for being able to make changes to >> modules and not having to restart Apache to see those changes?
You can also have two apache+perl instal.lations. If the site is small, the second one could be in the same host. They even can share DocumentRoot. When you want to install new perl modules stop apache A, launch apache B. Then apply the changes to apache A. This can even be automated with a failover solution like heartbeat. The use of rsync can also help you keep both apaches identical. ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Mason-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mason-users

