You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Joshua Slive <jo...@slive.ca> on 2006/08/31 16:07:07 UTC

Re: [users@httpd] Re: Apache 2.2.3 - Virtual Host

On 8/31/06, Evaggelos Balaskas <eb...@ebalaskas.gr> wrote:
> Joshua Slive wrote:
>
> > The reason this isn't supported in any version of apache httpd is
> > because it is extremely difficult to accomplish without severe
> > compromises given the unix permissions model.  One alternative is to
> > run each vhost as a separate apache httpd instance and then use a
> > reverse proxy in front of them to forward requests.
> >
> > Joshua.
>
> thanks for your anwser Joshua,
> the reverse proxy is a good solution.
>
> qa: If i use a cgi script to write files in my folder
>     isn't better?

It's certainly much easier to do with cgi scripts and suexec.  The
only reason to consider the multi-apache-with-proxy approach is if you
have very specific needs, like very high performance.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org