RE: Nonexistent URLs give server error

2011-01-11 Thread richter
Desmond; embperl@perl.apache.org Subject: Re: Nonexistent URLs give server error   We set it up like this in httpd.conf:   LoadModule embperl_module /opt/dianomi/perl/lib/site_perl/5.8.9/x86_64-linux/auto/Embperl/Embperl.so Embperl_Options 262144 PerlModule Embperl     On 14 December

Re: Nonexistent URLs give server error

2010-12-14 Thread Michael Stevens
gt; > > > What are your exact setting for EMBPERL_OPTIONS ? > > > > gerald > > > > > > *From:* Michael Stevens [mailto:michael.stev...@dianomi.com] > *Sent:* Tuesday, December 14, 2010 1:33 PM > *To:* Robby Desmond > *Cc:* embperl@perl.apache.org

Re: Nonexistent URLs give server error

2010-12-14 Thread Ed Grimm
by Desmond Cc: "embperl@perl.apache.org" Date: 12/14/2010 07:34 AM Subject: Re: Nonexistent URLs give server error Robby, Thanks, but we've actually got that set already, so I don't think it's the problem. On 13 December 2010 23:54, Robby Desmond wrote: Hi Micha

RE: Nonexistent URLs give server error

2010-12-14 Thread richter
URLs give server error   Robby,   Thanks, but we've actually got that set already, so I don't think it's the problem. On 13 December 2010 23:54, Robby Desmond wrote: Hi Michael, http://perl.apache.org/embperl/pod/doc/Embperl.-page-13-.htm You'll notice this: "S

Re: Nonexistent URLs give server error

2010-12-14 Thread Michael Stevens
Robby, Thanks, but we've actually got that set already, so I don't think it's the problem. On 13 December 2010 23:54, Robby Desmond wrote: > Hi Michael, > > http://perl.apache.org/embperl/pod/doc/Embperl.-page-13-.htm > > You'll notice this: > "Sometimes you want to have a different behaviour. O

Re: Nonexistent URLs give server error

2010-12-13 Thread Robby Desmond
Hi Michael, http://perl.apache.org/embperl/pod/doc/Embperl.-page-13-.htm You'll notice this: "Sometimes you want to have a different behaviour. One possibility is to let Apache display a custom error page (of course only when you run under mod_perl). To get this working you need to set the optio

Nonexistent URLs give server error

2010-12-13 Thread Michael Stevens
Hi. We're using embperl with mod_perl to handle files ending in .epl. This is mostly good, except it seems to result in a 500 error being logged whenever someone attempts to access a nonexistent .epl file. Is there any way to configure embperl to give a more expected 404 error? -- Michael Steven