On July 22, 2011 15:40 , Mike wrote:
I have a setup where I have 6 different servers that are running
apache 2. I run a web site that requires users to login and I have to
maintain a .htpasswd file on each server that is synced across all the
servers every 15 minutes. While this works, it req
Hi all,
I have a setup where I have 6 different servers that are running apache 2.
I run a web site that requires users to login and I have to maintain a
.htpasswd file on each server that is synced across all the servers every 15
minutes. While this works, it requires the user to login up to 6 di
On 2011-07-22 09:46, Josu Lazkano wrote:
Thanks for your reply, can you help with an example?
OUTSIDE your vhosts:
Alias /monit/token /var/www/monit/token
Options none
AllowOverride None
Order allow,deny
Allow from
Thanks for your reply, can you help with an example? I am new on Apache and I
just copy examples from the web.
Thanks and best regards.
De: Jeroen Geilman [mailto:jer...@adaptr.nl]
Enviado el: jueves, 21 de julio de 2011 20:55
Para: users@httpd.apache.org
Asunto: Re: [users@httpd] Monit on vhost