Re: [EMAIL PROTECTED] Reverse Proxy - Client IP

2007-09-29 Thread K Anand
On 9/28/07, K Anand <[EMAIL PROTECTED]> wrote: I'm using apache 1.3.xx...I know it is way too old... My situation is as follows : Client <-> Apache <> Apache (Rev Proxy) (Backend) I have got ac

Re: [EMAIL PROTECTED] Reverse Proxy - Client IP

2007-09-28 Thread K Anand
- Original Message - From: "Joshua Slive" <[EMAIL PROTECTED]> On 9/28/07, K Anand <[EMAIL PROTECTED]> wrote: I'm using apache 1.3.xx...I know it is way too old... My situation is as follows : Client <-> Apache <>

[EMAIL PROTECTED] Reverse Proxy - Client IP

2007-09-27 Thread K Anand
I'm using apache 1.3.xx...I know it is way too old... My situation is as follows : Client <-> Apache <> Apache (Rev Proxy) (Backend) I have got access to CGI env vars on the Backend apache in my application. I would like

Re: [EMAIL PROTECTED] Running DLL Object in HTML page

2006-09-19 Thread K Anand
to do is something like this. And I realized it need not wrap activeX. K Anand <[EMAIL PROTECTED]> wrote: >>- Original Message - >From: Leo Liu>To: users@httpd.apache.org>Sent: Tuesday, September 19, 2006 1:45 PM>Subject: [EMAIL PROTECTE

Re: [EMAIL PROTECTED] Running DLL Object in HTML page

2006-09-19 Thread K Anand
> >- Original Message - >From: Leo Liu >To: users@httpd.apache.org >Sent: Tuesday, September 19, 2006 1:45 PM >Subject: [EMAIL PROTECTED] Running DLL Object in HTML page >Hi, >I am experimenting to embed DLL object in html page and run it on apache. It is a very simple button >only .and

[EMAIL PROTECTED] Authentication question

2005-07-16 Thread K Anand
Is it possible to do conditional Authentication ?? I want to don't want to authenticate for certain IP's but want to authenticate for all other IPsI will be using Basic Authentication. Thanx Anand - The official User-To-Us

Re: [users@httpd] Basic Authentication question

2005-07-15 Thread K Anand
Sent: Friday, July 15, 2005 12:24 PM Subject: Re: [EMAIL PROTECTED] Basic Authentication question > K Anand wrote: > > That was my understanding alsoBut in my case, it is again prompting me > > for userid and password for subsequent pages also...Actually, it asks > > password

Re: [users@httpd] Basic Authentication question

2005-07-14 Thread K Anand
I tried with both IE and with FireFox..but both prompt me for the password twice...Did it ask you for the password only once ?? Anand > Works here using Mozilla.. what browser are you checking it with? > perhaps it's one that doesn't follow the standards properly :-) >

Re: [users@httpd] Basic Authentication question

2005-07-14 Thread K Anand
That was my understanding alsoBut in my case, it is again prompting me for userid and password for subsequent pages also...Actually, it asks password 2 times when opening the main page..after that it does not ask for the password... http://ns.sail-steel.com/ userid is guest and password is gs

[users@httpd] Basic Authentication question

2005-07-14 Thread K Anand
Hi all, I have a very basic question regarding authentication on apache...I have in my httpd.conf a section like below : AuthType Basic AuthName "By Invitaion Only" AuthUserFile /etc/httpd/conf/passwd/passwords Require valid-user Does this mean that everytime I access a differen

Re: [users@httpd] Basic Authentication over reverse proxy

2005-06-17 Thread K Anand
rol is done via . This is a legacy mistake because the proxy existed prior to . A future version of the config language should probably switch this to . " - Original Message - From: "K Anand" <[EMAIL PROTECTED]> To: Sent: Saturday, June 18, 2005 9:29 AM Subject: R

Re: [users@httpd] Basic Authentication over reverse proxy

2005-06-17 Thread K Anand
and - Original Message - From: "Joshua Slive" <[EMAIL PROTECTED]> To: Sent: Friday, June 17, 2005 6:22 PM Subject: Re: [EMAIL PROTECTED] Basic Authentication over reverse proxy On 6/17/05, K Anand <[EMAIL PROTECTED]> wrote: > > ProxyPass /xxx/

Re: [users@httpd] Using Apache Error Pages

2005-06-17 Thread K Anand
>From what I understand, this is not a server issue...IE is not displaying the message that it is getting from the server but is showing its own message... >From the apache manual : " Microsoft Internet Explorer (MSIE) will by default ignore server-generated error messages when they are "too smal

Re: [users@httpd] Basic Authentication over reverse proxy SOLVED

2005-06-17 Thread K Anand
I managed to get it working...What I had to put in was not but http://a.b.c.d/> Anand - Original Message - From: "K Anand" <[EMAIL PROTECTED]> To: Sent: Friday, June 17, 2005 11:21 AM Subject: [EMAIL PROTECTED] Basic Authentication over reverse proxy &

[users@httpd] Basic Authentication over reverse proxy

2005-06-16 Thread K Anand
I want to do basic authentication with reverse proxy...My relevant config is as follows : ProxyRequests Off Order deny,allow Deny from all Allow from all AuthType Basic AuthName "By Invitaion Only" AuthUserFile /etc/httpd/conf/passwd/passwords Require valid-user P

Re: [users@httpd] Basic Authentication question

2005-05-12 Thread K Anand
D]> To: Sent: Thursday, May 12, 2005 1:37 PM Subject: RE: [EMAIL PROTECTED] Basic Authentication question > -Original Message----- > From: K Anand [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 12. Mai 2005 05:52 > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED

Re: [users@httpd] Basic Authentication question

2005-05-11 Thread K Anand
> > /etc/httpd/conf/passwd/passwords > > This should do that you need :) > > K Anand said the following: > > >Hi all, > > > >I have a very basic question regarding authentication on apache...I have in > >my httpd.conf a section like below : > > > >

[users@httpd] Basic Authentication question

2005-05-11 Thread K Anand
Hi all, I have a very basic question regarding authentication on apache...I have in my httpd.conf a section like below : AuthType Basic AuthName "By Invitaion Only" AuthUserFile /etc/httpd/conf/passwd/passwords Require valid-user AllowOverride None Options ExecCGI Ord