Graham Dumpleton
grahamd at dscpl.com.au
Thu Feb 23 19:40:25 EST 2006
Robert Thomas Davis wrote .. > Graham > > Sorry...your replies were be sent to the "bulk" > folder...glad I checked it before just deleting all! > > I am using mod_python 3.1.3 with apache 2.0.53 on > Fedora Core 3. Any chance you can upgrade to mod_python 3.2.7? I really can't find any problem with the basic structure of what you are doing, but there have been fixes to publisher in 3.2.7 that may mean I am not seeing the problem. > The url I use to access the "devices" page (the one I > would like to protect) is http://localhost/devices. > > I do agree about having the info on the mailing list > so others could learn from it; maybe we can post the > results. The ongoing discussion is also useful, as the actual debugging process itself can be just as useful as the final result. Thus, use reply-all. Graham > Thanks, > > --- Graham Dumpleton <grahamd at dscpl.com.au> wrote: > > > BTW, I can't seem to find that you have ever said > > exactly which version > > of mod_python you are using. Are you using the > > latest version? > > > > Graham > > > > Graham Dumpleton wrote .. > > > Still generally prefer it to be on the mailing > > list as other people can > > > learn from it and it is in the mailing list > > archive as well, so people > > > down the track may find it as well and it may > > solve a problem for > > > them also. > > > > > > One more question. What URLs are you using to > > access the resources > > > so I can relate that properly to the Apache > > configuration and the > > > published functions in the file? > > > > > > Graham > > > > > > Robert Thomas Davis wrote .. > > > > Hell graham > > > > > > > > I really appreciate your help with this...and > > since > > > > you have been the only one responding I thought > > I > > > > might as well just mail you the files in > > question > > > > (index.py and httpd.conf, attached as a .tgz) > > > > > > > > The file index.py would normally live in the > > > > directory: > > > > /usr/local/lap/http/ > > > > > > > > Based on your last reply I am wondering if it is > > my > > > > httpd.conf file that is setup incorrectly (i do > > not > > > > get the 500 error at all). When the enclosed > > code > > > > gets executed it appears as though it skips > > right over > > > > the nested __auth__ fuction. However, if that > > > > function is moved to the module scope (index.py) > > it > > > > always gets called and subsequently calls the > > > > validate_users function. > > > > > > > > Again...your help is much appreciated. > > > > > > > > Rob > > > _______________________________________________ > > > Mod_python mailing list > > > Mod_python at modpython.org > > > > > > http://mailman.modpython.org/mailman/listinfo/mod_python > >
|