Stephan Jennewein wrote:
> first of all is there a possibility to run mason 1.32 with apache2 and
> libapreq2 in mod_perl mode ? Or must I still use cgi for compatibility?

This combination definitely works. I have a Mason 1.33, mod_perl 2.0.2 
and libapreq2 2.07 running here. At some point CGI was made the default, 
but you can specify mod_perl mode by setting MasonArgsMethod to mod_perl 
(or specify args_method in call to HTML::Mason::ApacheHandler constructor).

> And I have still a problem with method post in a form-tag. I know how to
> use it and even with a simple example it doesn't work, but if I switch to
> method get it works fine. I do not post an example because whatever I want
> to do with method post doesn't work.

Perhaps there's a problem with your arg method above :) POSTing works of 
course, if the setup is properly configured. I'd suggest to sort the 
above out properly first.

Regards,

.lzs
http://thinkingfarm.com/~lzs/


-------------------------------------------------------------------------
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
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to