Simon Willison
cs1spw at bath.ac.uk
Thu Oct 2 22:16:29 EST 2003
Gregory (Grisha) Trubetskoy wrote: > That would do it too, but I'm guessing he specifically neede SetHandler. > > This would allow to use SetHandler-style URL's, such as > http://myhost.com/guestbook/adduser, (as opposed to > http://myhost.com/guestbook.py/adduser), and at the same time be able to > server other files, e.g. http://myhost.com/images/blah.gif As a newcomer to mod_python I'm still trying to work out the best practise for developing applications under it. I'm using SetHandler style URLs, but does anyone have any good tips on how to lay out an overall mod_python application? Cheers, Simon
|