I'm working on installing the Perl application OTRS. At this point I've determined that I need my own instance of Apache in order to configure it correctly - I need an httpd.conf file. What is the best way to do this:
Any recommendations? And does anyone know if mod_perl is available with the sahred apache instance? (not required for me) asked 21 Nov '13, 05:13 lapomme |
Hello, Use method #1. It's not heavy-weight at all. (Each Apache worker usually weighs in at around 5MB of RAM or less when using this method. Mine are at 2.5MB.) Installing a Django instance and then using its Apache instance will be inferior to #1 because you won't get automatic security updates. Compiling from source would work, but it's difficult, and again, you don't get automatic security updates. Regards, ~Christopher S, WebFaction Support answered 21 Nov '13, 16:14 likebike Christopher, perfect. Thanks for the advice.
(22 Nov '13, 04:14)
lapomme
|