Re: Apache::ASP #include file

2000-08-26 Thread Michael Robinton
> On Sat, 26 Aug 2000, Michael Robinton wrote: > > > apache_ssl and mod_perl co-exist nicely together, try that instead. I've > > a couple of these in production environments that work very well. > > I don't understand... what does SSL have to do with this? > > -Philip Mak ([EMAIL PROTECTED])

Re: Apache::ASP #include file

2000-08-26 Thread Philip Mak
On Sat, 26 Aug 2000, Michael Robinton wrote: > apache_ssl and mod_perl co-exist nicely together, try that instead. I've > a couple of these in production environments that work very well. I don't understand... what does SSL have to do with this? -Philip Mak ([EMAIL PROTECTED]) > > > Recently,

Re: Apache::ASP #include file

2000-08-26 Thread Michael Robinton
> > Recently, I reinstalled mod_perl and Apache::ASP on my system in order to > > fix a problem I was having with ASP not using the new version of perl on > > my system. However, I'm having problem with some old code. > > > > That functionality was never intended to be supported, and > am surpr

Re: Apache::ASP #include file

2000-08-26 Thread joel reed
On Aug 26, [EMAIL PROTECTED] contorted a few electrons to say... Philip> > Philip Mak wrote: Philip> > > Philip> > > Recently, I reinstalled mod_perl and Apache::ASP on my system in order to Philip> > > fix a problem I was having with ASP not using the new version of perl on Philip> > > my system

Re: Apache::ASP #include file

2000-08-26 Thread Philip Mak
There's a complicated include structure being used by the files in my website right now. It goes like this: http://members.girlsofanime.com/slayers/lina/index.asp: /slayers/lina/index.inc: /slayers/index.inc: (also included by /slayers/index.asp) /slayers/q-z.inc: (also

Re: Apache::ASP #include file

2000-08-26 Thread Joshua Chamas
Philip Mak wrote: > > Recently, I reinstalled mod_perl and Apache::ASP on my system in order to > fix a problem I was having with ASP not using the new version of perl on > my system. However, I'm having problem with some old code. > > I used to do this: > > In httpd.conf: PerlSetVar IncludesDi

Re: Apache::ASP #include file, relative filenames

2000-05-21 Thread Joshua Chamas
Philip Mak wrote: > > On Sun, 21 May 2000, Joshua Chamas wrote: > > > > So, there's no way in Apache::ASP to include a file by specifying a path > > > relative to DOCUMENT_ROOT, or relative to the directory of the current > > > file (which is not necessarily equivalent to the request URI, if the