Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Apr 2001 12:29:38 -0500
From:      Mike Meyer <mwm@mired.org>
To:        Jim Freeze <jim@freeze.org>
Cc:        Mike Meyer <mwm@mired.org>, <questions@freebsd.org>
Subject:   Re: How to run multiple Apache processes?
Message-ID:  <15081.44162.672863.983676@guru.mired.org>
In-Reply-To: <Pine.BSF.4.32.0104271150280.48740-100000@www.stelesys.com>
References:  <15081.37350.143674.211807@guru.mired.org> <Pine.BSF.4.32.0104271150280.48740-100000@www.stelesys.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Jim Freeze <jim@freeze.org> types:
> On Fri, 27 Apr 2001, Mike Meyer wrote:
> > Jim Freeze <jim@freeze.org> types:
> > Unless you really want to let them control things like number of spare
> > servers, that seems to be going the long way about it. You can give
> > them a lot of control by allowing overrides in .htaccess files. You
> > might check that out, and see if that'll give them everything you want
> > them to have.
> 
> They need to be able to set things like
> DirectoryIndex
> AddType
> 
> without affecting other users setups.
> Also, they need to be able to set the
> php include directory for mod_php.
> 
> I suppose these could be set inside
> each <VirtualHost #>.
> 
> I'm not sure how .htaccess will help here.
> Can you clarify.

It's how the ISP's I've dealt with did things. You can allow a lot of
server settings to be overridden in the .htaccess file for the
directory the file is in. I'm pretty sure directoryindex and AddType
are among them, but you'll need to check the Apache documentation for
details. PHP I'm not familiar with, but some modules allow overriding
their settings in .htaccess files as well.

	<mike
--
Mike Meyer <mwm@mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15081.44162.672863.983676>