Re: Embperl_Object_Fallback

2005-05-16 Thread Derrick Spell
I'm having some problems setting Embperl_Object_Fallback correctly. What I want to do is allow "virtual urls". I want to purposely link to urls that do not exist. These urls would logically reside below a directory called /catalog. The Embperl fallback file inside /catalog

RE: Embperl_Object_Fallback

2005-05-07 Thread Gerald Richter
> > I'm having some problems setting Embperl_Object_Fallback correctly. > What I want to do is allow "virtual urls". I want to > purposely link to urls that do not exist. These urls would > logically reside below a directory called /catalog. The > Embp

Embperl_Object_Fallback

2005-05-06 Thread Derrick Spell
I'm having some problems setting Embperl_Object_Fallback correctly. What I want to do is allow "virtual urls". I want to purposely link to urls that do not exist. These urls would logically reside below a directory called /catalog. The Embperl fallback file inside /catalo

Re: EMBPERL_OBJECT_FALLBACK

2001-08-23 Thread Gerald Richter
Hi all, > > I'm trying to use de EMBPERL_OBJECT_FALLBACK feature to return custom > error messages but after I restart apache everything remains the same, > with the apache 404 error appearing. > > in httpd.conf: > ... > PerlSetEnv EMBPERL_OBJECT_FALLBACK 40

EMBPERL_OBJECT_FALLBACK

2001-08-22 Thread Luiz Fernando B. Ribeiro
Hi all, I'm trying to use de EMBPERL_OBJECT_FALLBACK feature to return custom error messages but after I restart apache everything remains the same, with the apache 404 error appearing. in httpd.conf: ... PerlSetEnv EMBPERL_OBJECT_FALLBACK 404.html ... I've tried with a full path fil

Re: EMBPERL_OBJECT_FALLBACK -> no index.html -> 403

2001-03-05 Thread Gerald Richter
CTED]> Sent: Monday, March 05, 2001 3:18 PM Subject: EMBPERL_OBJECT_FALLBACK -> no index.html -> 403 > Dear all, > > when i´m trying to get an index of a folder, > e.g.: > > www.some.dom/embperl/site/ > and there is no "index.html" - file in it > i get a

EMBPERL_OBJECT_FALLBACK -> no index.html -> 403

2001-03-05 Thread Gerhard Egger
Dear all, when i´m trying to get an index of a folder, e.g.: www.some.dom/embperl/site/ and there is no "index.html" - file in it i get a 403 - forbidden. i need to get the content (index) of the folder- (by globbing) - then do some formantting, look up in the database per filename... however,