Re: apache2 or mod_perl2 oddball error (RESOLVED)

2011-06-23 Thread William Bulley
According to me : > > I don't know how to debug this problem. No log files in /var/log were > changed by running the apachectl(8) command and there have been no new > lines added to /var/log/httpd-error.log since I rebooted and shut down > apache2 on June 9th as part of the upgrade. Any and all i

Re: How do you use mod_perl for your web application?

2011-06-23 Thread Phil Van
One should really try mod_fcgid + perl application. that is lighter, faster, and more stable. mod_fcgid provides also authenticate/authorize/access controls, besides dynamical content. These are probably all you want to get from mod_perl. On Tue, Jun 21, 2011 at 2:13 PM, Perrin Harkins wrote: >