Mailing List Archive

Fw: default script ?
----- Original Message -----
From: "Joshua Chamas" <josh@chamas.com>
To: "Arun pandey" <arunp@cybage.com>
Sent: Monday, February 07, 2005 12:05 PM
Subject: Re: default script ?


> Quoting Arun pandey <arunp@cybage.com>:
>
> > I guess one of the ways to solve your issues is to have an error
document in
> > your apache configuruation
> > say something like
> > ErrorDocument 404 /trapnotfound.asp
> >
> > and in your error document you could put all your document redirection
> > logic, and then redirect to the desired / default script accordingly
> >
>
> This is a good suggestion. Other than this, what I would do is
> for each script that you want to exist, you can create a symlink
> in Unix to the real script, or you can create a file that looks like:
>
> <% $Response->Include("realscript.asp"); %>
>
> Regards,
>
> Josh


---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org
Re: default script ? [ In reply to ]
that is really cool .. thanx alor :")
|This is a good suggestion. Other than this, what I would do is
|> for each script that you want to exist, you can create a symlink
|> in Unix to the real script

Is it secure enought to have +FollowSymLinks, normally on gentoo it is forbbiden..

tia

---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org