Re: python apache modules

2005-10-22 Thread Tom Allison
Roberto C. Sanchez wrote: On Sat, Oct 22, 2005 at 10:37:27AM -0400, Tom Allison wrote: I am currently running a web page that is a python based CGI for serving up the puzzles and would like to migrate this to some kind of module similar to mod_perl (of which I'm more familiar). What packages

Re: python apache modules

2005-10-22 Thread Roberto C. Sanchez
On Sat, Oct 22, 2005 at 10:37:27AM -0400, Tom Allison wrote: > > I am currently running a web page that is a python based CGI for serving up > the > puzzles and would like to migrate this to some kind of module similar to > mod_perl (of which I'm more familiar). What packages in Stable are >

python apache modules

2005-10-22 Thread Tom Allison
I'm not sure if I'm doing this right, but I'm trying to put together a webpage to provide some sudoku puzzles online. As a shameless plug you can check it out at qualitysudoku.com. But that's not why I'm here. But the real point of all this is twofold: I am currently running a web page that