I'm new to using mod_perl2
A few years ago I made a web application in perl cgi, moved it over to mod_perl1 about a year ago, and now I want to continue development of it in mod_perl2
I probably made this wrong to begin with, as I learned from a handful of mod_perl books
In mod_perl1, I have a handler that takes an apache request object manipulates the cookie/session data into a user, then presents the user with a page
in mod_perl2, however, there is no Apache::Request (yet) -- so my code simply doesn't work at all. For some reason I'm not getting any decent error messages in the log, but playing with the code I've found one of the first issues to be with the cookies (i was using Apache::Cookie, which no longer exists), so i've stripped that out to continue testing, but keep on hitting walls of errors that aren't logged in the error log.
I've tried installing the development branch of libapr , but that hasn't been going well on my dev machine (mac osx)
If anyone can enlighten me to some better overall approaches to code/cookies, and might have something to suggest based on my poorly worded problem descriptions above, i would be greatly appreciative.
Thanks!
-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html