Apache::archive in modperl2?

2008-11-18 Thread db
I plan to move Apache 1.3 to 2.0, and modperl 1 to modperl 2. One of the perl module currently used is Apache::archive. Is there a new name for the module in modperl2? Or it can still being used in modperl2? Thanks, John Reiman

Mason Error

2008-12-17 Thread db
I have Apache/2.0.52, and HTML::Mason::ApacheHandler VERSION = 1.69. Http server can be started without error, but web page will show following error: ~~ mkdir /etc/httpd/mason/obj/: Permission denied at /usr/lib/perl5/site_perl/5.8.5/HTML/Mason/Compiler/ToObject.pm line 107 ~~

Re: Mason Error

2008-12-18 Thread db
replace ownership of /etc/httpd/mason to 'nobody:nobody', and/or change User/Group settup to 'nobody' in httpd.conf DIDN'T solve the issue. web page returns same error. On 12/17/08, Felipe de Jesús Molina Bravo wrote: > > > 2008/12/17 db > > I have Apach