Re: [users@httpd] Password access except localhost

2011-08-30 Thread Josu Lazkano
On Tue, 2011-08-30 at 16:55 +0100, Tom Evans wrote: > On Tue, Aug 30, 2011 at 4:05 PM, Josu Lazkano > wrote: > > Hello, I have a Apache2 server on a Debian Squeeze, I have password > > protected website, but I need to access to the web without user/pass > > just from localhost. > > > > This is m

Re: [users@httpd] Password access except localhost

2011-08-30 Thread Tom Evans
On Tue, Aug 30, 2011 at 4:05 PM, Josu Lazkano wrote: > Hello, I have a Apache2 server on a Debian Squeeze, I have password > protected website, but I need to access to the web without user/pass > just from localhost. > > This is my site configuration: > > VirtualHost *:80> >        ServerAdmin mym

[users@httpd] Password access except localhost

2011-08-30 Thread Josu Lazkano
Hello, I have a Apache2 server on a Debian Squeeze, I have password protected website, but I need to access to the web without user/pass just from localhost. This is my site configuration: VirtualHost *:80> ServerAdmin mymail ServerName mydomain DocumentRoot /var/www/mysit