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 Directory proxy:/xxx/ but Directory proxy:http://a.b.c.d/ Anand - Original Message - From: K Anand [EMAIL PROTECTED] To: users@httpd.apache.org Sent: Friday, June 17, 2005 11:21 AM Subject: [EMAIL PROTECTED] Basic Authentication

RE: [users@httpd] Apache with two cgi-bins

2005-06-17 Thread Boyle Owen
-Original Message- From: Kory Wheatley [mailto:[EMAIL PROTECTED] Sent: Freitag, 17. Juni 2005 08:45 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Apache with two cgi-bins I''m configuring my Apache 2.0 to run an Non Secure and Secure Server on the same instance. How do

RE: [users@httpd] ProxyPass with variables...

2005-06-17 Thread Axel-Stphane SMORGRAV
If it almost works, we are almost not going to change it. Actually I do not understand how your configuration can possibly work for any other URL than http://app.mydomain.com/client1 which would be passed to the backend as http://client1.app.mydomain.com/b2b, whereas

[cli-users] Config error: aspnet_isapi.dll not found

2005-06-17 Thread Nicolas Ganivet
I have installed mod_aspdotnet on a Windows 2003 server, and modified the Apache configuration file according to your documentation. When I access a .NET application the browser hangs (windows flag constantly waving) and I get the folowing error in Apache error log:

[users@httpd] Using Apache Error Pages

2005-06-17 Thread Marc de Wet
I am running Win XP,apache 2.0.x,PHP 5.0, with Maxthon browser. I am also quite new to the Apache web Server experience so please bear with me. When I try to get Apache to use its own internal error pages I still get IE's pages. Can someone please tell me in simple language how I go about

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 small

Re: [users@httpd] Using Apache Error Pages

2005-06-17 Thread Marc de Wet
Hi K. Anand, I understand what you have sent me,but in the httpd.conf,there is a section where you can tell apache to use its own error pages,you just need to uncomment them,or so it looks,but when I do it still displays the IE error pages. The apache error pages I want to use are the default ones

Re: [users@httpd] Apache secure and non secure server cgi-bin setup

2005-06-17 Thread Joshua Slive
On 6/16/05, Kory Wheatley [EMAIL PROTECTED] wrote: I''m configuring my Apache 2.0 to run a Non Secure and Secure Server on the same instance. How do you configure to separate cgi-bin paths for the secure and non-secure server? In the 'httpd.conf file there is a ScriptAlias /cgi-bin

Re: [users@httpd] Apache with two cgi-bins

2005-06-17 Thread Aman Raheja
You got that right. Make sure you have Include conf/ss.conf in your httpd.conf Get back with the configuration, if it doesn't work for you. Aman Raheja Kory Wheatley wrote: I''m configuring my Apache 2.0 to run an Non Secure and Secure Server on the same instance. How do you configure two

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

2005-06-17 Thread Joshua Slive
On 6/17/05, K Anand [EMAIL PROTECTED] wrote: Directory proxy:/xxx/ ProxyPass /xxx/ http://a.b.c.d/xxx ProxyPassReverse /xxx/ http://a.b.c.d/xxx I believe (though I can't remember testing this much myself) that Directory proxy: requires a full url

Re: [users@httpd] URL Mapping or ReWriting Help

2005-06-17 Thread Joshua Slive
On 6/17/05, Andrew Mull [EMAIL PROTECTED] wrote: Hello, Hope this can be done. What I am trying to figure out is how I can make a subdirectory of a site look like the document root for all of its files and subdirectories? For example: Say www.domain.com/test exists, and

Re: [users@httpd] Using Apache Error Pages

2005-06-17 Thread Ian Stuart
Marc de Wet wrote: Hi K. Anand, I understand what you have sent me,but in the httpd.conf,there is a section where you can tell apache to use its own error pages,you just need to uncomment them,or so it looks,but when I do it still displays the IE error pages. The apache error pages I want to

[users@httpd] Forwarding requests on a virtual host to another computer on a internal lan

2005-06-17 Thread Martin B. Nielsen
Hi All. I'm sorry if this question has been asked before, but I've just have to ask: I have 2 computers running Redhat 9.0, running Apache/2.0.40 Server on both, and I'm wondering, is there any (preferably simple) way to redirect a virtual host on server 1 to server 2, when I have only one

[users@httpd] Compiling httpd-2.0.54 issue - FNM_PERIOD undeclared

2005-06-17 Thread tsr
All, I'm having some issues compiling httpd-2.0.54 Compilation stops with /usr/local/apr-1.1.1/build-1/libtool --silent --mode=compile gcc -g -O2 -pthread-DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -DAP_HAVE_DESIGNATED_INITIALI ZER -I/usr/local/apr-1.1.1/include/apr-1

RE: [users@httpd] Forwarding requests on a virtual host to another computer on a internal lan

2005-06-17 Thread Trung Nguyen
Is this you're looking for? VirtualHost ipaddress:80 redirect / http://www.mydomain2.com /VirtualHost -Original Message- From: Martin B. Nielsen [mailto:[EMAIL PROTECTED] Sent: Friday, June 17, 2005 12:31 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Forwarding

RE: [users@httpd] Forwarding requests on a virtual host to another computer on a internal lan

2005-06-17 Thread Martin B. Nielsen
It could be something like that yes. Just to clarify: Router / \ Server 1Server 2 The router forwards all requests on port 80 to server 1. What I want is that if a request for http://test.sveg.servemp3.com is received, it should be directed to Server 2. On my

Re: [users@httpd] Forwarding requests on a virtual host to another computer on a internal lan

2005-06-17 Thread Joshua Slive
On 6/17/05, Trung Nguyen [EMAIL PROTECTED] wrote: Is this you're looking for? VirtualHost ipaddress:80 redirect / http://www.mydomain2.com /VirtualHost No, because he said that only only one of the internal hosts has a publically-accessible IP address. So he does, indeed, need to

[users@httpd] Not Logging Proxy Requests

2005-06-17 Thread Tim Traver
Hi all, ok, I am at a point where I do not want to log a request that is coming from a proxy. I've looked, and it looks like I can use the CustomLog directive with a conditional environment variable at the end of it to accomplish this. The problem I am having is that the environment

Re: [users@httpd] 2.0.53 Returning 302 Out of the Blue

2005-06-17 Thread Joshua Slive
On 6/17/05, Hunter Hillegas [EMAIL PROTECTED] wrote: Yesterday the server started returning all pages with response code 302. It would save a long game of QA if you would give us a real URL to test. Joshua. - The official

Re: [users@httpd] Not Logging Proxy Requests

2005-06-17 Thread Joshua Slive
On 6/17/05, Tim Traver [EMAIL PROTECTED] wrote: CustomLog /local/logs/apache/access combined env=!dontlog SetEnvIf Proxy_Addr 209\.132\.98\.35 dontlog I have tested the following line, and it works : SetEnvIf Remote_Addr 209\.132\.98\.35 dontlog But I don't want to refuse logging of

Re: [users@httpd] 2.0.53 Returning 302 Out of the Blue

2005-06-17 Thread Hunter Hillegas
http://www.nofx.org From: Joshua Slive [EMAIL PROTECTED] Reply-To: users@httpd.apache.org Date: Fri, 17 Jun 2005 16:57:33 -0400 To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] 2.0.53 Returning 302 Out of the Blue On 6/17/05, Hunter Hillegas [EMAIL PROTECTED] wrote: Yesterday

Re: [users@httpd] 2.0.53 Returning 302 Out of the Blue

2005-06-17 Thread Joshua Slive
On 6/17/05, Hunter Hillegas [EMAIL PROTECTED] wrote: http://www.nofx.org On 6/17/05, Hunter Hillegas [EMAIL PROTECTED] wrote: Yesterday the server started returning all pages with response code 302. It would save a long game of QA if you would give us a real URL to test. I don't see any

Re: [users@httpd] Not Logging Proxy Requests

2005-06-17 Thread Tim Traver
Joshua, Just verified that these are the RAW headers that the server is seeing : This is from a ktrace session on the server (with x's to preserve anonymity): 64160 httpdGIO fd 4 read 558 bytes GET /info.php HTTP/1.0\r Host: tim.x.com\r Accept: