Re: Apache::ASP (Files directive) Authentication?

1999-10-08 Thread Jeremy Domingue
Sorry about the double post, you guys can ignore this one... I sent this yesterday afternoon and when it didn't go through I subscribed to the list and sent another... Not sure why this one took almost 24 hours to go through Jeremy Domingue [EMAIL PROTECTED] - Original Message -

Re: Apache::ASP, Sessions and content handlers

1999-10-07 Thread Dmitry Beransky
Thanks Joshua, Sigh, I guess I have to redesign my code. It hadn't even occurred to me that ASP's session management may not be available outside of ASP. It's a shame, though, to have use two different code bases to do essentially the same task. What would be nice if all of ASP's session

Re: Apache::ASP, Sessions and content handlers

1999-10-07 Thread Joshua Chamas
Dmitry Beransky wrote: Thanks Joshua, Sigh, I guess I have to redesign my code. It hadn't even occurred to me that ASP's session management may not be available outside of ASP. It's a shame, though, to have use two different code bases to do essentially the same task. What would be

Re: Apache::ASP, Sessions and content handlers

1999-10-07 Thread Dmitry Beransky
At 12:38 PM 10/7/99 , Joshua Chamas wrote: If you don't need these event handlers, then you could use Apache::Session very well for you needs, as well as ASP $Session, then you can turn sessions off in ASP, and set $Session to an Apache::Session like: You're right, I don't currently need event

Re: Apache::ASP Apache Authentication?

1999-10-07 Thread Jeremy Domingue
[EMAIL PROTECTED] To: "Jeremy Domingue" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, October 07, 1999 8:03 PM Subject: Re: Apache::ASP Apache Authentication? Its doesn't make any sense to me either. If you give me a small configuration which reproduces the problem, I can try

Re: Apache::ASP and server-side includes

1999-01-17 Thread Mike Dameron
Lookup $Response-Include() in the docs. It is used for exactly this purpose. -Mike Andrew Mayo wrote: Is it possible to configure Apache so that .asp files also support server-side includes?. I can configure Apache to successfully make .shtml files support server-side includes but the asp

Re: Apache::ASP config question

1999-01-17 Thread Joshua Chamas
Brad Babb wrote: Hi, I'm about to put a site into production using Apache::ASP, and need to have a development side to the site to continue working. I won't to be able to have 2 difference Application, one for the production side, and one for the development side. What do I need to do to

<    1   2   3   4