Re: [EMAIL PROTECTED] Multiple certs & virtual hosts

2007-05-10 Thread Jaqui Greenlees
--- Mark Drummond <[EMAIL PROTECTED]> wrote: > Thanks Serge. I actually saw this and it had me > confused because the name > based virtual host is working fine (in the sense > that I am getting the right > content back from each virtual host) but the second > host was using the first > host's cer

Re: [EMAIL PROTECTED] simple redirect

2007-05-10 Thread The Gaijin
On Wed, 2007-05-09 at 18:44 -0700, Dave Henderson wrote: > I looked in the logs for any indication as to why it would be failing, > but the last write to the access and error logs were several hours > ago. Not sure why it isn't updating. Here is the complete vhost > config (post change): > > [sn

[EMAIL PROTECTED] Basic Authentication: Firefox requires twice while Explorer only once

2007-05-10 Thread Guillermo Pallarés
I have set up current Apache 2.2 version for Debian Etch (package installation) and implemented authentication with the following lines in the sites-avaliable/default files:   AllowOverride AuthConfig   AuthType Basic   AuthName "***"   AuthUserFile /   Require valid-user   allow from a

[EMAIL PROTECTED] Memory consumption by process increases in Apache

2007-05-10 Thread Arnab Ganguly
Hi, How is the memory handled in Apache.I see the daemon process launched by Apache, as it runs for a long time both its SZ and RSS increases over the period of time.Is there any memory issues in Apache?What should I do to take care of it?I have kept the MaxRequestPerChild as 0.Looking forward for

[EMAIL PROTECTED] Apache / Tomcat questions

2007-05-10 Thread Adam Lipscombe
Hi Firstly, apologies if this is a no-brainer - I am newbie to Apache config. I have a perplexing problem: Our webapp uses Tomcat, and we have recently started to front it with Apache. The app runs on fedora core 6 and uses the mod_jk 1.2.21 connector and https. We have a problem with POST's

[EMAIL PROTECTED] Info required on Apache HTTP server for Unix

2007-05-10 Thread Raju Chandran
Hi all, Can anyone help me for the following queries 1) is there a binary available for Apache 2.2 HTTP server for Unix or Unix-like system. I am trying to use it directly for my MacOS directly without requiring to build 2) I am able to successfully build Apache 2.2 for my Mac OS from source. I

[EMAIL PROTECTED] RES: Re: Apache 2.2.24, mysql auth and vhosts

2007-05-10 Thread Res
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This has been resolved. A bug (a few actually) found in mod_dbd and patches commited to apache devel. Quey, I see you have possible the same issue as I had, contact me off-list and I'll send you the patches that should fix the brokeness. On Mo

[EMAIL PROTECTED] How is PHP script executed in apache

2007-05-10 Thread Chidanand Gangur
Hi, I have compiled PHP as module in apache. Recently I have noticed a strange problem when apache executes the PHP script. My assumption till date: 1. If there are number of request destined to the same/different PHP page then apache will spwan child process to handle the load. 2. If two reque

Re: [EMAIL PROTECTED] simple redirect

2007-05-10 Thread Dave Henderson
The Gaijin <[EMAIL PROTECTED]> wrote: On Wed, 2007-05-09 at 18:44 -0700, Dave Henderson wrote: > I looked in the logs for any indication as to why it would be failing, > but the last write to the access and error logs were several hours > ago. Not sure why it isn't updating. Here is the complete

Re: [EMAIL PROTECTED] Basic Authentication: Firefox requires twice while Explorer only once

2007-05-10 Thread Joshua Slive
On 5/10/07, Guillermo Pallarés <[EMAIL PROTECTED]> wrote: I have set up current Apache 2.2 version for Debian Etch (package installation) and implemented authentication with the following lines in the sites-avaliable/default files: AllowOverride AuthConfig AllowOverride only affects

Re: [EMAIL PROTECTED] How is PHP script executed in apache

2007-05-10 Thread Joshua Slive
On 5/10/07, Chidanand Gangur <[EMAIL PROTECTED]> wrote: My observation here is the response from the backend module( 2) is blocked till the response from backend module( 1) is completed. whereas as per my assumption apache shoud have processed these two requests in two different threads/child

Re: [EMAIL PROTECTED] Basic Authentication: Firefox requires twice while Explorer only once

2007-05-10 Thread Guillermo Pallarés
Thank you Joshua for the AllowOverride tip. I didn't know that. I have tried the solution you posted, but it doesn't seem to solve the problem; I guess that is not exactly the same problem because in my case autenticathion does work fine always but with the combination Windows and Firefox. An

Re: [EMAIL PROTECTED] Basic Authentication: Firefox requires twice while Explorer only once

2007-05-10 Thread Joshua Slive
On 5/10/07, Guillermo Pallarés <[EMAIL PROTECTED]> wrote: Thank you Joshua for the AllowOverride tip. I didn't know that. I have tried the solution you posted, but it doesn't seem to solve the problem; I guess that is not exactly the same problem because in my case autenticathion does work fi

[EMAIL PROTECTED] Apache and X-Cart

2007-05-10 Thread Grant Peel
Hi, I was wondering if anyone else has seen CPU usage skyrocket after upgrading to X-Cart 4.x.x ? I have optimized my Apache conf file about as much as I can, but still the CPU usage trippled after upgrading. -Grant

Re: [EMAIL PROTECTED] Basic Authentication: Firefox requires twice while Explorer only once

2007-05-10 Thread Guillermo Pallarés
Yes Joshua I did add a UseCanonicalName off line in my apache2.conf file and made sure that the server name is the same as the one in the url (it is an internal network, so the IP address is being used). Regarding the use of the trailing slash, I guess that is the problem I am having right not,

[EMAIL PROTECTED] Configuring an overall template for free hosting

2007-05-10 Thread TJ Stamm
OS Redhat Apache 2.0.40 We currently offer free websites to our users. We have over 200 of these customer generated sites out there. www.domainname.com/people/whateveruser I have been tasked with implementing a small ad at the top of each of these free pages. What is the best way to go about

Re: [EMAIL PROTECTED] Basic Authentication: Firefox requires twice while Explorer only once

2007-05-10 Thread Joshua Slive
On 5/10/07, Guillermo Pallarés <[EMAIL PROTECTED]> wrote: Yes Joshua I did add a UseCanonicalName off line in my apache2.conf file and made sure that the server name is the same as the one in the url (it is an internal network, so the IP address is being used). Regarding the use of the trailing

Re: [EMAIL PROTECTED] Basic Authentication: Firefox requires twice while Explorer only once

2007-05-10 Thread Guillermo Pallarés
What kind of "call to this file" do you use? The call is If this line is removed, then the second autenticathion doesn't appear. You should trace all the requests your browser is mak

Re: [EMAIL PROTECTED] Basic Authentication: Firefox requires twice while Explorer only once

2007-05-10 Thread Joshua Slive
On 5/10/07, Guillermo Pallarés <[EMAIL PROTECTED]> wrote: What kind of "call to this file" do you use? The call is If this line is removed, then the second autenticathion doesn't appear. You should trace all the requests your browser is making as part of whatever document is being reques

Re: [EMAIL PROTECTED] Info required on Apache HTTP server for Unix

2007-05-10 Thread William A. Rowe, Jr.
Raju Chandran wrote: > Hi all, > > Can anyone help me for the following queries > > 1) is there a binary available for Apache 2.2 HTTP server for Unix or > Unix-like system. I am trying to use it directly for my MacOS directly > without requiring to build They wouldn't help you. Binaries are sp

Re: [EMAIL PROTECTED] Apache / Tomcat questions

2007-05-10 Thread William C. Mount
Adam, Have you tried setting JKLogLevel to Debug in the httpd.conf for the apache webserver? What version of Tomcat and What version of Apache? Thanks, William C. Mount RHCE J2EE Web Solutions CoEx Global IT Solutions Caterpillar Inc. 812 W. Washington St. East Peoria IL, 61630 (309) 675-3031

Re: [EMAIL PROTECTED] utf8 charset question

2007-05-10 Thread Greg Lindahl
On Wed, May 09, 2007 at 03:35:46PM -0400, Joshua Slive wrote: > In my opinion, that is a bug. Apache should be passing the charset > specified by your CGI script in the Content-Type line But nothing in the docs says that .cgi scripts are treated differently from any other file. I'm much more conc

Re: [EMAIL PROTECTED] utf8 charset question

2007-05-10 Thread Joshua Slive
On 5/10/07, Greg Lindahl <[EMAIL PROTECTED]> wrote: On Wed, May 09, 2007 at 03:35:46PM -0400, Joshua Slive wrote: > In my opinion, that is a bug. Apache should be passing the charset > specified by your CGI script in the Content-Type line But nothing in the docs says that .cgi scripts are treat

[EMAIL PROTECTED] rewriting problem in reverse proxy scenario

2007-05-10 Thread Quartex Quartex
Hi list, to the point: reverse proxy http to https for Lotus Quickplace: ProxyRequests Off ProxyPreserveHost Off SSLEngine On SSLCertificateFile /etc/apache2/ssl/sequick.pippo.it.crt SSLCertificateKeyFile /etc/apache2/ssl/sequick.pippo.key ProxyPass /QuickPlace http://sequick.pippo.it/QuickPlac

[EMAIL PROTECTED] Rewrite "Location:" header.

2007-05-10 Thread moh bad
Hi, I wanted to modify the "Location:" header in 30X http responses using apache 2, but failed to find a good solution. In mod_headers I can unset the header and set a new one, but I can't use a regular expression to modify his original value. thanks for any idea.

Re: [EMAIL PROTECTED] Rewrite "Location:" header.

2007-05-10 Thread Joshua Slive
On 5/10/07, moh bad <[EMAIL PROTECTED]> wrote: Hi, I wanted to modify the "Location:" header in 30X http responses using apache 2, but failed to find a good solution. In mod_headers I can unset the header and set a new one, but I can't use a regular expression to modify his original value. Yo

Re: [EMAIL PROTECTED] utf8 charset question

2007-05-10 Thread Greg Lindahl
On Thu, May 10, 2007 at 05:55:35PM -0400, Joshua Slive wrote: > CGI scripts get special meta-data treatment because they are capable > of (and responsible for) setting their own meta-data. Ah. Then part of the bug is that the documentation for mod_mime doesn't seem to say this anywhere. And the C

Re: [EMAIL PROTECTED] Rewrite "Location:" header.

2007-05-10 Thread Nick Kew
On Fri, 11 May 2007 01:10:12 +0200 "moh bad" <[EMAIL PROTECTED]> wrote: > Hi, > > I wanted to modify the "Location:" header in 30X http responses using > apache 2, > but failed to find a good solution. > > In mod_headers I can unset the header and set a new one, but I can't > use a regular expre

[EMAIL PROTECTED] 2.2.4 Require file-group seems to forget user authentication

2007-05-10 Thread TJB
Hello List: My goal is to base web access control on the underlying Unix file system group access. I'm using: - AuthzUnixgroup (Third-party module which effectively replaces AuthGroupFile with /etc/group. http://www.unixpapa.com/mod_authz_unixgroup/) - Apache's "Require file-group" mechanism (

[EMAIL PROTECTED] Could not start the server, Apache 2.0.59 mod_ssl2.0.59 OpenSSL0.9.8d

2007-05-10 Thread fuping
Hi All, I have generated a private key and got a certificate from versign (trail version). And when I try to start the server with SSL it stops at Loading certificate & private key of SSL-aware server. The error log is here: [Fri May 11 10:39:53 2007] [info] Init: Initializing OpenSSL library [

[EMAIL PROTECTED] Memory usage in Apache

2007-05-10 Thread Arnab Ganguly
Hi, How is the memory handled in Apache.I see the daemon process launched by Apache, as it runs for a long time both its SZ and RSS increases over the period of time.Is there any memory issues in Apache?What should I do to take care of it?I have kept the MaxRequestPerChild as 0.Looking forward for

[EMAIL PROTECTED] apache proxy domain

2007-05-10 Thread Melanie Langlois
Hi, I want to load external pages in my web application and make them appear as they are from local domain. I need to do this to be able to access the html content of the frame. I then configure apache server to act as reverse proxy : So when I ask for /external, apache load the page on http://