RE: [EMAIL PROTECTED] RE: Failed autentication

2007-08-03 Thread Boyle Owen
-Original Message- From: Lisa Tan [mailto:[EMAIL PROTECTED] Sent: Thursday, August 02, 2007 11:45 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] RE: Failed autentication I am trying to set up Tomcat form based authentication and ... so why are you posting to an apache

Re: [EMAIL PROTECTED] ignore/remove X-Forwarded-For

2007-08-03 Thread tom
That would be the best way, but don't know how to do that in httpd.conf... On 8/2/07, tom [EMAIL PROTECTED] wrote: Hi, thanks, works fine. Do you know if I can rename a header? I was trying to do it like this SetEnvIf

[EMAIL PROTECTED] No remote user in LOG file in CGI (HTTP Authentification)

2007-08-03 Thread apache . org
Hello, According to my previous post on the bug track: http://issues.apache.org/bugzilla/show_bug.cgi?id=43018 This is a script in PHP that is called by the a CGI handler in Apache. HTTP Authentification. In a normal Apache module environnement, a HTTP Authentification is called and we can

Re: [EMAIL PROTECTED] RE : [EMAIL PROTECTED] mass bug-closing?

2007-08-03 Thread Joshua Slive
On 8/3/07, Laurent FAILLIE [EMAIL PROTECTED] wrote: The same for me. And it was 2 very simple compilation problem under HP-UX that can be solve in 5 minutes :-(( Is 1.3 fasing out ? Yes, almost all development effort is targeted at 2.2 and up. 1.3 only gets the most critical fixes. There is

[EMAIL PROTECTED] URL modified to localhost by apache

2007-08-03 Thread aadi
hi, i have a webapp running under tomcat on a linux machine named devint01. i have also built apache http 2.2.4 on the machine and i added the following proxy pass to apache's config for my application running in the tomcat ProxyPass /timeRec http://locahost:5080/timeRec and the reverse proxy

RE: [EMAIL PROTECTED] RE: Failed autentication

2007-08-03 Thread Lisa Tan
Thanks for both of you. I will try tomcat list. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive Sent: Friday, August 03, 2007 9:06 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] RE: Failed autentication On 8/3/07, Boyle Owen

Re: [EMAIL PROTECTED] No remote user in LOG file in CGI (HTTP Authentification)

2007-08-03 Thread Joshua Slive
On 8/3/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello, According to my previous post on the bug track: http://issues.apache.org/bugzilla/show_bug.cgi?id=43018 This is a script in PHP that is called by the a CGI handler in Apache. HTTP Authentification. Your problem is very hard to

Re: [EMAIL PROTECTED] No remote user in LOG file in CGI (HTTP Authentification)

2007-08-03 Thread Joshua Slive
On 8/3/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, Authentification is configured by PHP, it send to the browser required headers in order to provide authentification : header(WWW-Authenticate: Basic realm=\Realm\); header(HTTP/1.0 401 Unauthorized); For the CGI, it is called in

Re: [EMAIL PROTECTED] URL modified to localhost by apache

2007-08-03 Thread Vincent Bray
On 03/08/07, aadi [EMAIL PROTECTED] wrote: ProxyPass /timeRec http://locahost:5080/timeRec and the reverse proxy pass as well. the problem is when i access the application thru apache as proxy that is http://devint01.xxx.com/timeRec i get mis configured url on the page that results i.e the

[EMAIL PROTECTED] RE : [EMAIL PROTECTED] mass bug-closing?

2007-08-03 Thread Laurent FAILLIE
The same for me. And it was 2 very simple compilation problem under HP-UX that can be solve in 5 minutes :-(( Is 1.3 fasing out ? --- Matus UHLAR - fantomas [EMAIL PROTECTED] a écrit : Hello, two of my bugs (39910 and 25469) were closed a fre hours ago as WONTFIX. They were filled

RE: [EMAIL PROTECTED] mass bug-closing?

2007-08-03 Thread Boyle Owen
-Original Message- From: Matus UHLAR - fantomas [mailto:[EMAIL PROTECTED] Sent: Friday, August 03, 2007 10:49 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] mass bug-closing? Hello, two of my bugs (39910 and 25469) were closed a fre hours ago as WONTFIX. They were

[EMAIL PROTECTED] mass bug-closing?

2007-08-03 Thread Matus UHLAR - fantomas
Hello, two of my bugs (39910 and 25469) were closed a fre hours ago as WONTFIX. They were filled against 1.3, but they are applicable for 2.0 and 2.2 too (afaik). Was there any mass closing for 1.3 bugs, or should I take it personally? -- Matus UHLAR - fantomas, [EMAIL PROTECTED] ;

[EMAIL PROTECTED] Limit number of prefork worksers a virtual host can use

2007-08-03 Thread ben short
Hi, I'm using httpd 2.2.4 and have two virtual hosts. Is it possible to assign half of the available workers to each virtual host? Regards Ben Short - The official User-To-User support forum of the Apache HTTP Server Project.

Re: [EMAIL PROTECTED] mass bug-closing?

2007-08-03 Thread Nick Kew
On Fri, 3 Aug 2007 10:48:44 +0200 Matus UHLAR - fantomas [EMAIL PROTECTED] wrote: Hello, two of my bugs (39910 and 25469) were closed a fre hours ago as WONTFIX. They were filled against 1.3, but they are applicable for 2.0 and 2.2 too (afaik). Was there any mass closing for 1.3 bugs, or

[EMAIL PROTECTED] Provide solution If u have

2007-08-03 Thread Ravi Prakash
Hi, I am Ravi, working as a open source developer. I am working on Apache Modules. I have two modules A and B. 1. By browser, Module A get request for a service type. 2. Module A checks its service type. 3. Now It passes the whole request to Module B as its output( not to

Re: [EMAIL PROTECTED] No remote user in LOG file in CGI (HTTP Authentification)

2007-08-03 Thread apache . org
Hi, Authentification is configured by PHP, it send to the browser required headers in order to provide authentification : header(WWW-Authenticate: Basic realm=\Realm\); header(HTTP/1.0 401 Unauthorized); For the CGI, it is called in Apache CONF as following : AddHandler cgi-php5 .php5 .php

[EMAIL PROTECTED] allowing only javascript but preventing all else

2007-08-03 Thread Henry Cavillones
Hi- Im looking to make an entire site password protected, except for some embed codes that get processed from publisher sites. The password protection should not interfere with serving the publisher javascript code that resides at some subdirectory underneath the docroot.

Re: [EMAIL PROTECTED] allowing only javascript but preventing all else

2007-08-03 Thread Ricky Zhou
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Henry Cavillones wrote: Im looking to make an entire site password protected, except for some embed codes that get processed from publisher sites. The password protection should not interfere with serving the publisher javascript code that

Re: [EMAIL PROTECTED] allowing only javascript but preventing all else

2007-08-03 Thread Morgan Gangwere
On 8/3/07, Henry Cavillones [EMAIL PROTECTED] wrote: Hi- Im looking to make an entire site password protected, except for some embed codes that get processed from publisher sites. you'll want .htaccess for that. The password protection should not interfere with serving the publisher

Re: [EMAIL PROTECTED] Multiple Authentication

2007-08-03 Thread Dragon
Brian Weed wrote: I'm using Apache v2.2.4 (on Windows Server 2003) and I'm trying to use both SSPI and Basic Authentication together so that both Domain and non-domain users can log in to my Trac Wiki site. Withi this config: LocationMatch /cgi-bin/trac.cgi/[^/]+/login # Domain Login

[EMAIL PROTECTED] Multiple Authentication

2007-08-03 Thread Brian Weed
I'm using Apache v2.2.4 (on Windows Server 2003) and I'm trying to use both SSPI and Basic Authentication together so that both Domain and non-domain users can log in to my Trac Wiki site. Withi this config: LocationMatch /cgi-bin/trac.cgi/[^/]+/login # Domain Login AuthName my domain

RE: [EMAIL PROTECTED] allowing only javascript but preventing all else

2007-08-03 Thread Henry Cavillones
will this work if i just wanted to restrict access to specific types of files like say js or flvs? but continue to password protect the entire docroot? -Original Message- From: Ricky Zhou [mailto:[EMAIL PROTECTED] Sent: Fri 8/3/2007 4:09 PM To: users@httpd.apache.org Subject: Re: [EMAIL

[EMAIL PROTECTED] Problem running https

2007-08-03 Thread Junaid Arshad
Hi, I am trying to configure apache to support https using SSL. I followed the instructions provided at the http://www.apacheworld.org/ty24/site.chapter17.html and everything went well. Even the server started without any error but when I try to navigate to my server using browser, it doesnot

Re: [EMAIL PROTECTED] allowing only javascript but preventing all else

2007-08-03 Thread Ricky Zhou
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Henry Cavillones wrote: will this work if i just wanted to restrict access to specific types of files like say js or flvs? but continue to password protect the entire docroot? If you use Satisfy any and put the allow in a FilesMatch, then it should

[EMAIL PROTECTED] Named-Based configuration-newbie

2007-08-03 Thread Nanu Kalmanovitz
Hi! We have Novell SBS 6.5, a tree with 3 servers: 1. Border Manager sp1 2. GroupWise (NAT) sp1 3. WEB (NAT) sp6 - Apache 2, MySQL and PHP. I wish to add a second domain to my WEB server (Apache2) using Named-Based. I did read the Apache documentation and checked the HTTPD.CONF file, but