Re: Virtual host interference?

2005-12-26 Thread Joshua Chamas
shroompicker2000 wrote: --- In [EMAIL PROTECTED], Csongor Fagyal <[EMAIL PROTECTED]> wrote: Hi, I have faced this interesting problem several times. Here is what happens: I have virtualhost A and virtualhost B both running ASP. Virtualhost A has a custom Perl module loaded using a simle 'u

Re: Virtual host interference?

2005-12-26 Thread shroompicker2000
--- In [EMAIL PROTECTED], Csongor Fagyal <[EMAIL PROTECTED]> wrote: > > Hi, > > I have faced this interesting problem several times. Here is what happens: > I have virtualhost A and virtualhost B both running ASP. Virtualhost A > has a custom Perl module loaded using a simle 'use'. Now if I have a

Re: Virtual host

2003-12-10 Thread Stuart Johnston
if I leave off the ""- condition - Shannon -Original Message- From: Shannon Doyle [mailto:[EMAIL PROTECTED] Sent: Wednesday, 10 December 2003 11:32 AM To: 'Helmut'; [EMAIL PROTECTED] Subject: RE: Virtual host Hi Helmut, Hmm looking at the error log I ge the following [notice

RE: Virtual host

2003-12-09 Thread Helmut
stumped. BTW it doesn't load if I leave off the ""- condition - Shannon -Original Message- From: Shannon Doyle [mailto:[EMAIL PROTECTED] Sent: Wednesday, 10 December 2003 11:32 AM To: 'Helmut'; [EMAIL PROTECTED] Subject: RE: Virtual host Hi Helmut, Hmm looking

RE: Virtual host

2003-12-09 Thread Shannon Doyle
uot;- condition - Shannon -Original Message- From: Shannon Doyle [mailto:[EMAIL PROTECTED] Sent: Wednesday, 10 December 2003 11:32 AM To: 'Helmut'; [EMAIL PROTECTED] Subject: RE: Virtual host Hi Helmut, Hmm looking at the error log I ge the following [notice] Apache-Adva

RE: Virtual host

2003-12-09 Thread Shannon Doyle
and see whats going on Incidentally, I am running Apache/ModPerl 1.3.23 -Original Message- From: Helmut [mailto:[EMAIL PROTECTED] Sent: Tuesday, 9 December 2003 5:19 PM To: Shannon Doyle; [EMAIL PROTECTED] Subject: Re: Virtual host Hi Shannon, your conf file seems to be ok. Does/did it

Re: Virtual host

2003-12-09 Thread D. L. Fox
Howdy Shannon, In addition to what Helmut said, it might also help if you include a bit of code from one of your ASP pages that you've tried without success. It doesn't have to be anything elaborate. Maybe just a bit of test code you've written. In keeping with the traditional "Hello World" the

Re: Virtual host

2003-12-08 Thread Helmut
ople, Just got Apache:ASP installed on my mandrake 8.2 standard install box and was wondering how I get this to parse .asp files correctly under a virtual host. Currently I have the following in the tags along with the usual stuff for a virt host. PerlModule Apache::ASP SetHandler perl-script

Virtual host

2003-12-08 Thread Shannon Doyle
Hi People, Just got Apache:ASP installed on my mandrake 8.2 standard install box and was wondering how I get this to parse .asp files correctly under a virtual host. Currently I have the following in the tags along with the usual stuff for a virt host. PerlModule Apache::ASP

Re: Virtual host interference?

2003-01-13 Thread Csongor Fagyal
Josh Chamas wrote: Csongor Fagyal wrote: Hi, I have faced this interesting problem several times. Here is what happens: I have virtualhost A and virtualhost B both running ASP. Virtualhost A has a custom Perl module loaded using a simle 'use'. Now if I have a syntax error in A, it will crea

Re: Virtual host interference?

2003-01-09 Thread Josh Chamas
Csongor Fagyal wrote: Hi, I have faced this interesting problem several times. Here is what happens: I have virtualhost A and virtualhost B both running ASP. Virtualhost A has a custom Perl module loaded using a simle 'use'. Now if I have a syntax error in A, it will create an Internal Server e

Virtual host interference?

2003-01-06 Thread Csongor Fagyal
Hi, I have faced this interesting problem several times. Here is what happens: I have virtualhost A and virtualhost B both running ASP. Virtualhost A has a custom Perl module loaded using a simle 'use'. Now if I have a syntax error in A, it will create an Internal Server error. However, site B,