Date: Sat, 28 Apr 2001 19:24:03 +0200 From: =?us-ascii?Q?Jesus_Arnaiz?= <arnaiz@encomix.es> To: "Jim Freeze" <jim@freeze.org> Cc: <questions@freebsd.org> Subject: RE: How to run multiple Apache processes? Message-ID: <EPEJLCLAKFDENCGMPJJDMEHADFAA.arnaiz@encomix.es> In-Reply-To: <Pine.BSF.4.32.0104271508260.48740-100000@www.stelesys.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> -----Mensaje original----- > De: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]En nombre de Jim Freeze > Enviado el: viernes, 27 de abril de 2001 21:15 > Para: Tim Ayers > CC: freebsd-questions@FreeBSD.ORG > Asunto: Re: How to run multiple Apache processes? > > > On 27 Apr 2001, Tim Ayers wrote: > > It sounds more and more like you really want to just use VirtualHosts > > as Mike Meyer's been suggesting. DirectoryIndex and AddType can > > definitely be used from .htaccess files. Almost anything that goes in > > the config file can be controlled from .htaccess. I've never used PHP > > (I use mod_perl and Mason), but since PHP is an Apache Foundation > > project I would be surprised if its directives didn't work from > > .htaccess also. At worst I bet they work from the VirtualHosts > > sections. It doesn't seem like you'd need to be changing the include > > directory very often. > > > Thanks. If I understand you correctly: > > VirtualHosts combined with .htaccess will support multiple > users each having their own DirectoryIndex, AddType and PHP include > directory. > > Correct? > > This is very new to me. I always assumed that the apache.conf > file was read once and not on each access. > Well duh, I > guess that is what .htaccess is for? The httpd.conf is read only when apache starts, not every time a user connect to the server. On the other hand .htaccess files is read by apache web server every time an access appear. Regards. -- Jesus Arnaiz 0z0ne Inc I+D/IT Manager http://www.0z0ne.com mailto:jesus@0z0ne.com > > Time to hit the books. > > Thanks > > > ========================================================= > Jim Freeze > jim@freeze.org > --------------------------------------------------------- > No comment at this time. > http://www.freeze.org > ========================================================= > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > 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?EPEJLCLAKFDENCGMPJJDMEHADFAA.arnaiz>