Re: mod_perl waters too deep
Jay Scherrer <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Organization | Scherrer Company |
| Message-ID | <[email protected]> |
Tosh, If your users are already verified or not, try using a switch statement based on their inputs directing them to the needed function. If they already have cookie info use that as your switch/case redirection. Jay Scherrer Tosh Cooey wrote: > You may have seen my other recent questions to the list this month, the > gist of which is: > > I want to setup an application for multiple clients, each of whom have > their own users. > > http://www.site.com/clientA/application.pl > http://www.site.com/clientB/application.pl > http://www.site.com/clientX/application.pl > > So the users of "clientA" log in to > http://www.site.com/clientA/application.pl and are authenticated with > Apache2::AuthCookieDBI > > Now the directories clientA, clientB, etc. do not exist, I'm using > mod_rewrite to sort that out, and here starts my problems. First I'm > lost with authenticating since there's no "real" resource to > authenticate against, but I seem to have solved that by forcing > authentication against all *.pl files which luckily do exist ;) > > It gets more complicated later because some URLs like > http://www.site.com/clientA/iCal can't use session cookies but have to > use BASIC AUTH, and other *.pl files can't have any authentication > applied against them. > > I thought I could solve this by writing a MyAuthCookieDBI.pm but this > also isn't working out. For example MyAuthCookieDBI is an almost-empty > child. The parent (Apache2::AuthCookieDBI) has a function > _dbi_connect() which manages all the database connecting, but I can't > overwrite that function, even if MyAuthCookieDBI is the calling object > the function from Apache2::AuthCookieDBI always gets called rather than > the overridden function in my object. > > That's kind of the tip of things, basically I'm realizing that I need > professional help with this task before I end up requiring professional > help for my nerves! > > So if anyone can help with this then please contact me offlist with terms. > > Thanks! > > Tosh > -- Register for your free "Debt reduction Calculator" <https://www.myhelpingbuildwealth.com/agent/jayscherrer> Update your WILL with Heritage Living Trusts <http://www.heritagelivingtrust.com/JayScherrer.aspx> ===== THE INFORMATION CONTAINED IN THIS ELECTRONIC MAIL MESSAGE IS PRIVILEGED AND CONFIDENTIAL. THIS MESSAGE IS INTENDED ONLY FOR THE USE OF THE PERSON OR ENTITY TO WHOM IT IS ADDRESSED ABOVE. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is prohibited. If you have received this communication in error, please notify me immediately by reply email, permanently delete the original and any copy of this email from your system and destroy any printout thereof. =====