Re: Apache htaccess

2002-04-22 Thread Nik Engel
On Mon, 22 Apr 2002, martin f krafft wrote: > did you try my suggestion? it does what you want... Working perfectly, thanks NE > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Apache htaccess

2002-04-22 Thread martin f krafft
also sprach Nik Engel <[EMAIL PROTECTED]> [2002.04.22.1236 +0200]: > That is clear, but i want to have an .htpasswd auth from outside anf > from inside noauth for the same host: > > meaning : > .htpassws for any/0 ! 192.168.0.0/8 > > is this suitable ? did you try my suggestion? it does what you

Re: Apache htaccess

2002-04-22 Thread Bart-Jan Vrielink
On Mon, 2002-04-22 at 12:36, Nik Engel wrote: > On Mon, 22 Apr 2002, martin f krafft wrote: > > > Meaning to say, htaccess ist only working from outside. But when i > > > want > > > to reache the apache sever from the inside network i don need to > > > authenticate ? > > > > Order Allow,Deny > >

Re: Apache htaccess

2002-04-22 Thread Nik Engel
On Mon, 22 Apr 2002, martin f krafft wrote: > > Meaning to say, htaccess ist only working from outside. But when i > > want > > to reache the apache sever from the inside network i don need to > > authenticate ? > > Order Allow,Deny > Allow from 10.0.0.0/8 > AuthName "realm name" > AuthType Basic

Re: Apache htaccess

2002-04-22 Thread Nikolai Lusan
Nik Engel wrote: Meaning to say, htaccess ist only working from outside. But when i want to reache the apache sever from the inside network i don need to authenticate ? http://httpd.apache.org/docs/howto/auth.html#access You can set an allow for your local network so that it is explicitly a

Re: Apache htaccess

2002-04-22 Thread martin f krafft
also sprach Nik Engel <[EMAIL PROTECTED]> [2002.04.22.1204 +0200]: > Meaning to say, htaccess ist only working from outside. But when i want > to reache the apache sever from the inside network i don need to > authenticate ? Order Allow,Deny Allow from 10.0.0.0/8 AuthName "realm name" AuthType Ba

Apache htaccess

2002-04-22 Thread Nik Engel
Hi ! Is it possible to limit the use of htaccess files in Apache to virtual hosts ? Meaning to say, htaccess ist only working from outside. But when i want to reache the apache sever from the inside network i don need to authenticate ? __

Re: Apache htaccess

2002-04-22 Thread Nik Engel
On Mon, 22 Apr 2002, martin f krafft wrote: > did you try my suggestion? it does what you want... Working perfectly, thanks NE > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Apache htaccess

2002-04-22 Thread martin f krafft
also sprach Nik Engel <[EMAIL PROTECTED]> [2002.04.22.1236 +0200]: > That is clear, but i want to have an .htpasswd auth from outside anf > from inside noauth for the same host: > > meaning : > .htpassws for any/0 ! 192.168.0.0/8 > > is this suitable ? did you try my suggestion? it does what yo

Re: Apache htaccess

2002-04-22 Thread Bart-Jan Vrielink
On Mon, 2002-04-22 at 12:36, Nik Engel wrote: > On Mon, 22 Apr 2002, martin f krafft wrote: > > > Meaning to say, htaccess ist only working from outside. But when i > > > want > > > to reache the apache sever from the inside network i don need to > > > authenticate ? > > > > Order Allow,Deny > >

Re: Apache htaccess

2002-04-22 Thread Nik Engel
On Mon, 22 Apr 2002, martin f krafft wrote: > > Meaning to say, htaccess ist only working from outside. But when i > > want > > to reache the apache sever from the inside network i don need to > > authenticate ? > > Order Allow,Deny > Allow from 10.0.0.0/8 > AuthName "realm name" > AuthType Basi

Re: Apache htaccess

2002-04-22 Thread Nikolai Lusan
Nik Engel wrote: > Meaning to say, htaccess ist only working from outside. But when i want > to reache the apache sever from the inside network i don need to > authenticate ? http://httpd.apache.org/docs/howto/auth.html#access You can set an allow for your local network so that it is explicit

Re: Apache htaccess

2002-04-22 Thread martin f krafft
also sprach Nik Engel <[EMAIL PROTECTED]> [2002.04.22.1204 +0200]: > Meaning to say, htaccess ist only working from outside. But when i want > to reache the apache sever from the inside network i don need to > authenticate ? Order Allow,Deny Allow from 10.0.0.0/8 AuthName "realm name" AuthType B

Apache htaccess

2002-04-22 Thread Nik Engel
Hi ! Is it possible to limit the use of htaccess files in Apache to virtual hosts ? Meaning to say, htaccess ist only working from outside. But when i want to reache the apache sever from the inside network i don need to authenticate ? __