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
>
> 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
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
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
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
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
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,