[EMAIL PROTECTED] REPOST [EMAIL PROTECTED] SSL: Forwarding user certificate from apache to another server

2006-08-30 Thread Milan Tomic
--- Milan Tomic <[EMAIL PROTECTED]> wrote: > > Users log into apache through SSL and I'm forwarding user cert from apache to > (another) app > server. The problem is that user cert, which is sent as HTTP header param > (base64 encoded), > spans > several lines: > > GET /LoginTest/servlethead

[EMAIL PROTECTED] Using mod-rewrite to mimic other domains

2006-08-30 Thread David Blomstrom
I have several websites with similar sections and pages, hosted on the same server (a virtual private server). Each one is a content management system that uses mod-rewrite to display pages like these:www.geobop.org/World/Arizonawww.geoworld.org/Arizonawww.geozoo.org/World/Arizonawww.geosymbols.org

Re: [EMAIL PROTECTED] A NetHack-esque Journey of the dark arts for DBD(mysql) under httpd-2.2.3

2006-08-30 Thread Nick Kew
On Wednesday 30 August 2006 13:53, Ben wrote: > This is my story of yesterday, on how I managed to bring something > resembling mysql onto dbd over httpd 2.2.3; Nice to hear you got it working, though you seem to have gone the long way round. Contributions to making it easier are of course welcom

Re: [EMAIL PROTECTED] Error using Mod Reverse Proxy with Apache 2.0.54 and Fedora 3

2006-08-30 Thread Joshua Slive
On 8/30/06, Todd Nine <[EMAIL PROTECTED]> wrote: I'm attempting to use mod_reverse_proxy on my http server and I receive the following URL Invalid command 'ProxyHTMLURLMap', perhaps mis-spelled or defined by a module not included in the server configuration I have followed the documentation on

Re: [EMAIL PROTECTED] Scoreboard file not created

2006-08-30 Thread Joshua Slive
On 8/30/06, Chidanand Gangur <[EMAIL PROTECTED]> wrote: Well I have already tried mod_status. I was under the impression that the scoreboard file would give me some more information. To give some more details about my test I have following server configuration Timeout 300

[EMAIL PROTECTED] Error using Mod Reverse Proxy with Apache 2.0.54 and Fedora 3

2006-08-30 Thread Todd Nine
I'm attempting to use mod_reverse_proxy on my http server and I receive the following URLInvalid command 'ProxyHTMLURLMap', perhaps mis-spelled or defined by a module not included in the server configuration I have followed the documentation on the web site, and I built the module from source I dow

Re: [EMAIL PROTECTED] Scoreboard file not created

2006-08-30 Thread Chidanand Gangur
Well I have already tried mod_status. I was under the impression that the scoreboard file would give me some more information. To give some more details about my test I have following server configuration   Timeout   300   MaxKeepAliveRequests  500   KeepAliveTimeout  6  

Re: [EMAIL PROTECTED] unknow sites found in access_log?

2006-08-30 Thread Joshua Slive
On 8/30/06, Bing Du <[EMAIL PROTECTED]> wrote: That's not a good sign. No, there is no 'ppv' on our server. 'grep -i proxy httpd.conf' returns: == LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_ftp_module modules/mod_proxy_ftp.so LoadModule proxy_http_module modules/mod_proxy_ht

Re: [EMAIL PROTECTED] unknow sites found in access_log?

2006-08-30 Thread Bing Du
> The part after the ? is the query string, not the filename. Do you > have a directory "ppv" on your server? If so, this might be normal. > If not, you are either proxying requests or you are returning 200 > (success) status codes for requests to non-existant files. Either > way, you have a pro

Re: [EMAIL PROTECTED] A NetHack-esque Journey of the dark arts for DBD(mysql) under httpd-2.2.3

2006-08-30 Thread Boysenberry Payne
I ran into difficulties with getting the dbd_auth to work also. My solution was to remark it out of the config file and use mod_perl to authenticate via DBD::mysql. Sure saved me a lot of the head aches you had. But you probably don't use mod_perl. Thanks, Boysenberry boysenberrys.com | habita

Re: [EMAIL PROTECTED] Scoreboard file not created

2006-08-30 Thread Joshua Slive
On 8/30/06, Chidanand Gangur <[EMAIL PROTECTED]> wrote: I have a condition in my network where all of a sudden the server becomes unresponsive I want to know what and where things are messing up. I am using PHP for server side scripting where I open UNIX dgram socket to comunicate to the back e

Re: [EMAIL PROTECTED] Scoreboard file not created

2006-08-30 Thread Chidanand Gangur
I have a condition in my network where all of a sudden the server becomes unresponsive I want to know what and where things are messing up. I am using PHP for server side scripting where I open UNIX dgram socket to comunicate to the back end. I have a test where 800-1000 user try to access the ser

Re: [EMAIL PROTECTED] unknow sites found in access_log?

2006-08-30 Thread Joshua Slive
On 8/30/06, Bing Du <[EMAIL PROTECTED]> wrote: >> See: >> http://httpd.apache.org/docs/1.3/misc/FAQ.html#proxyscan >> >> Joshua. > > Aha! Just looking at the question itself already makes me feel like > finding out a long lost friend. I'm reading the answer now. Thanks a > lot! > I'm now conf

Re: [EMAIL PROTECTED] unknow sites found in access_log?

2006-08-30 Thread Bing Du
>> See: >> http://httpd.apache.org/docs/1.3/misc/FAQ.html#proxyscan >> >> Joshua. > > Aha! Just looking at the question itself already makes me feel like > finding out a long lost friend. I'm reading the answer now. Thanks a > lot! > I'm now confused by what the pointer says: 'Therefore you ca

Re: [EMAIL PROTECTED] unknow sites found in access_log?

2006-08-30 Thread Bing Du
> See: > http://httpd.apache.org/docs/1.3/misc/FAQ.html#proxyscan > > Joshua. Aha! Just looking at the question itself already makes me feel like finding out a long lost friend. I'm reading the answer now. Thanks a lot! Bing

Re: [EMAIL PROTECTED] unknow sites found in access_log?

2006-08-30 Thread Joshua Slive
On 8/30/06, Bing Du <[EMAIL PROTECTED]> wrote: Hi, Apache 2.0.52 on RHEL 4. Can anybody shed some light on why our access_log has the following messages?Is the server being used as proxy or something by somebody else? Thanks in advance. 222.185.24.17 - - [30/Aug/2006:08:37:57 -0500] "GET

Re: [EMAIL PROTECTED] Rewriting for Reverse proxy style setups

2006-08-30 Thread Joshua Slive
On 8/30/06, Devraj Mukherjee <[EMAIL PROTECTED]> wrote: I have nailed it down to two problems. 1. All elements (scripts, etc) have absolute references to others so the documents always need to be relative to the root 2. There are various absolute references in the HTML specially in the form of

Re: [EMAIL PROTECTED] Scoreboard file not created

2006-08-30 Thread Joshua Slive
On 8/30/06, Chidanand Gangur <[EMAIL PROTECTED]> wrote: Hi, I have compiled apache 1.3.34 on linux 2.4.28 the compilation went through fine and no issues in normal working of apache. I want to enable scoreboard feature of apache, I have added the corresponding configuration line in httpd.conf b

Re: [EMAIL PROTECTED] Radius authentication

2006-08-30 Thread Neil A. Hillard
Hi, Devraj Mukherjee wrote: > Hi everyone, > > I have a protected web site which uses mod_auth_radius to perform its > authentication. However even after I have authenticated some elements > such as images don't turn up. > > One of the pages also delivers a Java applet and the JRE seems to be >

Re: [EMAIL PROTECTED] unknow sites found in access_log?

2006-08-30 Thread Bing Du
> http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxyrequests > Thanks for the pointer. Hmmm...but I don't see the proxy service is turned on in the httpd.conf. What else I should suspect? == LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_ftp_module modules/mod_proxy_ftp.so

Re: [EMAIL PROTECTED] A NetHack-esque Journey of the dark arts for DBD(mysql) under httpd-2.2.3

2006-08-30 Thread Ben
The next installment... It was time for me to add some meaningful messages to mod_authn_dbd.c Heads up to you apache developers: Try to be more imaginative when writing error messages - At least make each message unique!! There are six "Error looking up %s in database." errors in mod_autn_dbd

Re: [EMAIL PROTECTED] unknow sites found in access_log?

2006-08-30 Thread Dietmar . Mueller
http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxyrequests regards Dietmar Bitte antworten an users@httpd.apache.org An: users@httpd.apache.org Kopie: Thema: [EMAIL PROTECTED] unknow sites found in access_log? Hi, Apache 2.0.52 on RHEL 4. Can anybody shed some light on why o

[EMAIL PROTECTED] Do KeepAlive options have a problem with counting ?

2006-08-30 Thread awisniewski
Hi Maybe problem is known for years but I could not find any information about it :/ so ... I suspect there is a problem with counting MaxKeepAliveRequests counter :/ Please tell me if I'm wrong ... Version: ** anws:~# apache -v Server version: Apache/1.3.34 (Debian) Server built: Aug 1

[EMAIL PROTECTED] unknow sites found in access_log?

2006-08-30 Thread Bing Du
Hi, Apache 2.0.52 on RHEL 4. Can anybody shed some light on why our access_log has the following messages?Is the server being used as proxy or something by somebody else? Thanks in advance. 222.185.24.17 - - [30/Aug/2006:08:37:57 -0500] "GET http://ad.zanox.com/ppv/?4021489C329206511 HTTP/1

Re: [EMAIL PROTECTED] A NetHack-esque Journey of the dark arts for DBD(mysql) under httpd-2.2.3

2006-08-30 Thread Gregor Schneider
ok - i just got my popcorn & beer ;) cheers! greg ps: thank god there are some volunteers like you who test the new stuff so we don't have to ;) -- what's puzzlin' you, is the nature of my game - The official User-To-User supp

Re: [EMAIL PROTECTED] Using apache on 127.0.01 , localhost and internal ip address (192.168.1.3)

2006-08-30 Thread Yashesh Bhatia
thanks devraj, tal. that worked fine. yashesh On 8/30/06, Tal Cohen <[EMAIL PROTECTED]> wrote: I'm not an expert in apache, but couldn't you just do Listen *:80 instead of Listen 192.168.1.3:80? Tal -Original Message- From: Yashesh Bhatia [mailto:[EMAIL PROTECTED] Sent: Wednesday, A

RE: [EMAIL PROTECTED] Using apache on 127.0.01 , localhost and internal ip address (192.168.1.3)

2006-08-30 Thread Tal Cohen
I'm not an expert in apache, but couldn't you just do Listen *:80 instead of Listen 192.168.1.3:80? Tal -Original Message- From: Yashesh Bhatia [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 30, 2006 9:09 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Using apache on 127

Re: [EMAIL PROTECTED] Using apache on 127.0.01 , localhost and internal ip address (192.168.1.3)

2006-08-30 Thread Devraj Mukherjee
If that is the only public IP address you have, just change the listen directive to Listen 80 which makes it listen on all interfaces on port 80 Or have two listen directive for each ip address On 8/30/06, Yashesh Bhatia <[EMAIL PROTECTED]> wrote: Hello: I'm using Apache 2.2.3 on Fedora C

[EMAIL PROTECTED] SSL: Forwarding user certificate from apache to another server

2006-08-30 Thread Milan Tomic
Users log into apache through SSL and I'm forwarding user cert from apache to (another) app server. The problem is that user cert, which is sent as HTTP header param (base64 encoded), spans several lines: GET /LoginTest/servletheaderview HTTP/1.1 Host: duke: Accept: */* Accept-Language: sl

[EMAIL PROTECTED] Using apache on 127.0.01 , localhost and internal ip address (192.168.1.3)

2006-08-30 Thread Yashesh Bhatia
Hello: I'm using Apache 2.2.3 on Fedora Core 5 and have installed it and configured it to run on my local IP address 192.168.1.3 by using the following line in the httpd.conf file Listen 192.168.1.3:80 Now I also want apache deamon to respond to requests on localhost and 127.0.01 How do I go

Re: [EMAIL PROTECTED] Alias/RewriteRule/ProxyPass/SSL - how do they coexist?

2006-08-30 Thread Devraj Mukherjee
UseCanonicalNames Off On 8/26/06, Chris Dagnon <[EMAIL PROTECTED]> wrote: Here is hopefully a succinct re-statement of my current problem: I had a website setup and it was working fine using VirtualHost ProxyPass to forward to another port and a server-level Alias+Directory pair to forward all

[EMAIL PROTECTED] Rewriting for Reverse proxy style setups

2006-08-30 Thread Devraj Mukherjee
Hi everyone, I am using Apache in as a reverse proxy to proxy a host of different things. I have a successfully managed to proxy web based applications like TYPO3, DotProject and the likes. The one that causes me grief is Domino Web access. I have nailed it down to two problems. 1. All elements

[EMAIL PROTECTED] A NetHack-esque Journey of the dark arts for DBD(mysql) under httpd-2.2.3

2006-08-30 Thread Ben
This is my story of yesterday, on how I managed to bring something resembling mysql onto dbd over httpd 2.2.3; It may explain why I am astounded and amazed that 2.2.3 is called "The best available version of Apache", and why I believe it needs a lot more work to get that badge. The story h

[EMAIL PROTECTED] Radius authentication

2006-08-30 Thread Devraj Mukherjee
Hi everyone, I have a protected web site which uses mod_auth_radius to perform its authentication. However even after I have authenticated some elements such as images don't turn up. One of the pages also delivers a Java applet and the JRE seems to be asking me to authenticate over again and at

Re: [EMAIL PROTECTED] Unable to start Apache/2.2.2 - http: bad user name daemon

2006-08-30 Thread Naipaul Ojar
Dear All,   I have resolved my Cygwin/HTTP problem in the following steps:-   1. Downloaded Apache/2.2.3 code base and compiled it   - this new version had the name and group 'daemon' identified   2. Found all copies of httpd.conf and replaced them with links to the installed version in {

[EMAIL PROTECTED] CGI runs wrong program - security issue

2006-08-30 Thread Robert Frank
Hi, I've stumbled accross a peculiar problem with httpd apache 2.0.47 on solaris 9 at my other working place: the configuration includes a cgi-alias and an appropriate directory directive to execute cgi programs (perl scripts in our case, but that's irrelevant). All is well if the name

[EMAIL PROTECTED] Scoreboard file not created

2006-08-30 Thread Chidanand Gangur
Hi, I have compiled apache 1.3.34 on linux 2.4.28 the compilation went through fine and no issues in normal working of apache. I want to enable scoreboard feature of apache, I have added the corresponding configuration line in httpd.conf but still the contfiguration file but still i do not find th