Re: Problem with Apache::ASP

2001-01-24 Thread Joshua Chamas
isaac wrote: > > Has anyone noticed that they get errors when trying to use else or elsif statements >with Apache::ASP. > > If I form my statements like this: > > <% if($foo eq ‘bar’){ %> > bar > <% } %> > <% elsif($foo eq ‘bar2’){ %> > bar2 > <% } %> > > I get syntax errors. > ... >

Re: Problem with Apache::ASP

2001-01-24 Thread G.W. Haywood
Hi there, On Tue, 23 Jan 2001, isaac wrote: > Has anyone noticed that they get errors when trying to use else or elsif > statements with Apache::ASP. Nope. > If I form my statements like this: > > <% if($foo eq Œbar¹){ %> > bar > <% } %> > <% elsif($foo eq Œbar2¹){ %> > bar2 > <% } %>

Re: Problem with Apache::ASP

2000-10-31 Thread G.W. Haywood
Hi Fabio, On Tue, 31 Oct 2000, Fabio Albertin wrote: > > > > Have you seen the Guide? > > I have, but it's rather confusing. Oh, dear, we'll have to do something about that. Can you point out any particular areas that are confusing? (Don't just say "all of it"

Re: Problem with Apache::ASP

2000-10-31 Thread Fabio Albertin
> PS: You didn't answer my question: > > > > > Have you seen the Guide? I have, but it's rather confusing. I'll search for some conlusive answers if I can find the time. Fabio Albertin

Re: Problem with Apache::ASP

2000-10-31 Thread G.W. Haywood
Hi there, On Mon, 30 Oct 2000, Fabio Albertin wrote: > There's one thing I forgot to mention: I'm running a statically compiled > version of Papche, as recommended in the Apache::ASP README, so I don't > think my httpd.conf needs to load any modules, or does it? > I checked my log file for the s

Re: Problem with Apache::ASP

2000-10-30 Thread G.W. Haywood
Hi there, On Mon, 30 Oct 2000, Matthew Byng-Maddick wrote: > You'll still need an > AddModule mod_perl.c > declaration in your httpd.conf And Apache will need to be able to find the object file - but that should have been taken care of automatically by the 'make' steps. 73, Ged.

Re: Problem with Apache::ASP

2000-10-30 Thread Matthew Byng-Maddick
On Mon, 30 Oct 2000, Fabio Albertin wrote: > There's one thing I forgot to mention: I'm running a statically compiled > version of Papche, as recommended in the Apache::ASP README, so I don't > think my httpd.conf needs to load any modules, or does it? > I checked my log file for the status messag

Re: Problem with Apache::ASP

2000-10-30 Thread Fabio Albertin
Hello, There's one thing I forgot to mention: I'm running a statically compiled version of Papche, as recommended in the Apache::ASP README, so I don't think my httpd.conf needs to load any modules, or does it? I checked my log file for the status message and it didn't mention mod_perl... Do I ha

Re: Problem with Apache::ASP

2000-10-30 Thread G.W. Haywood
Hi there, On Mon, 30 Oct 2000, Fabio Albertin wrote: > I try to access the /site/eg/ directory of the Apache::ASP distribution, > the browser gives me a 500 error and my log says: > [alert] [client 127.0.0.1] > /usr/local/apache/htdocs/site/eg/.htaccess: Invalid command 'PerlSetVar', > perhaps m