Given the nature of your question I am starting to suspect that what you
actually want is name-based virtual hosting. If you are only doing HTTP (as
opposed to httpS) you can serve as many sites as you like on the same IP/ports
combination. In that case you only need one instance containing two
Name-based virtual hosting saves IP addresses and does exactly the same.
-ascs
-Message d'origine-
De : Michael Clark [mailto:[EMAIL PROTECTED]
Envoyé : samedi 19 janvier 2008 02:10
À : users@httpd.apache.org
Objet : Re: [EMAIL PROTECTED] Multiple Instances of Apache
Mandy Singh wrote
Hi,
I would like to know how to avoid any user to read the content of my website
folder using is browser?
i mean the if i have the following thing :
www.myweb.com/welcome/welcome.php
www.myweb.com/welcome/info.php
if user type www.myweb.com/welcome/, he will see 2 files and the parent
directory
On Jan 19, 2008 1:00 PM, Alain Roger <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I would like to know how to avoid any user to read the content of my
> website folder using is browser?
> i mean the if i have the following thing :
>
> www.myweb.com/welcome/welcome.php
> www.myweb.com/welcome/info.php
>
>
On 1/18/08, Myles Wakeham <[EMAIL PROTECTED]> wrote:
> I have a web application running on Linux in Apache 2, php5. The
> application manages a media database that is accessed by subscription. The
> content is served off separate Apache servers – some are located in
> different geographic regions
Axel-Stephane SMORGRAV wrote:
Name-based virtual hosting saves IP addresses and does exactly the same.
No. Not when you specifically want to isolate apps running in different
instances of apache - this was what the orignal poster was asking.
--