Re: porting mod_perl content handler to CGI

2000-11-17 Thread barries
On Fri, Nov 17, 2000 at 11:53:05AM -0800, Bill Moseley wrote: > > Now, I'd like to use a few of my modules under CGI -- for an administration > part of the application that's bigger and not used enough to use up space > in the mod_perl server. But it would be nice to have a common code base. On

Re: porting mod_perl content handler to CGI

2000-11-17 Thread Joshua Chamas
Bill Moseley wrote: > > Howdy, > > I have an application that's pure mod_perl -- its modules use the request > object to do a few bits of work like reading parameters, query string, > specialized logging, dealing with NOT_MODIFIED, and so on. Normal stuff > provided by the methods of Apache, Ap

porting mod_perl content handler to CGI

2000-11-17 Thread Bill Moseley
Howdy, I have an application that's pure mod_perl -- its modules use the request object to do a few bits of work like reading parameters, query string, specialized logging, dealing with NOT_MODIFIED, and so on. Normal stuff provided by the methods of Apache, Apache::Util, Apache::URI and Apache: