You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Al...@ec.gc.ca on 2003/03/19 01:16:35 UTC

I`m not sure what is going on...

Hi,

    I have a script called update.pl in the directory /web/dev/scripts. This
script is configure
to run under mod_perl. I got another script with the same name update.pl in
/web/stage/scripts.
This script is also configure mod_perl. 

    My question: is Apache know the difference between both file or just
load one version and use
this version for both directories?



	Thank you! 
	_______________________
	Levoy


Re: I`m not sure what is going on...

Posted by Perrin Harkins <pe...@elem.com>.
On Tue, 2003-03-18 at 19:16, Alain.Lavoie@ec.gc.ca wrote:
>     I have a script called update.pl in the directory /web/dev/scripts. This
> script is configure
> to run under mod_perl. I got another script with the same name update.pl in
> /web/stage/scripts.
> This script is also configure mod_perl. 
> 
>     My question: is Apache know the difference between both file or just
> load one version and use
> this version for both directories?

If they have different URLs, you'll be fine.

- Perrin