Re: [EMAIL PROTECTED] httpd 2.0.54 VHost not working

2008-01-27 Thread anand nalya
Thanks for the quick response. These are the contents of xaccess_log. 10.76.6.6 - - [28/Jan/2008:13:07:13 +0530] 10.76.6.1:80 www.myd

Re: [EMAIL PROTECTED] another instance of apache

2008-01-27 Thread Christian Folini
On Sun, Jan 27, 2008 at 01:02:38AM +0530, Mandy Singh wrote: > I already have an installation of apache 2 (2.0.52 I think) on the server. it's time to think about upgrading if it is a non-patched 2.0.52. > I want to install another instance of apache 2 on the server to listen to > another IP (dif

Re: [EMAIL PROTECTED] Authentication Module

2008-01-27 Thread Christian Folini
On Fri, Jan 25, 2008 at 11:09:37AM -0600, Campbell, Lance wrote: > Is there currently a module like this? If not would this be something > that the apache project might be interested in? The current modules > look like they trigger either OS or browser authentication windows. Sounds like mod_aut

RE: [EMAIL PROTECTED] A question on HTTPs protocol

2008-01-27 Thread Axel-Stephane SMORGRAV
You probably want to use SSLCipherSuite NULL $ openssl ciphers -v NULL AECDH-NULL-SHA SSLv3 Kx=ECDH Au=None Enc=None Mac=SHA1 ECDHE-RSA-NULL-SHA SSLv3 Kx=ECDH Au=RSA Enc=None Mac=SHA1 ECDH-RSA-NULL-SHA SSLv3 Kx=ECDH Au=RSA Enc=None Mac=SHA1

RE: [EMAIL PROTECTED] httpd 2.0.54 VHost not working

2008-01-27 Thread Axel-Stephane SMORGRAV
Could you: 1. add the following lines at the server-level of your configuration: LogFormat "%h %l %u %t %A:%p %v %V \"%r\" %f %>s %b \"" extended CustomLog /var/logs/www/xaccess_log extended 2. restart your server 3. Perform the request you claim fails to be executed in the VH context 4. Post

RE: [EMAIL PROTECTED] another instance of apache

2008-01-27 Thread Axel-Stephane SMORGRAV
You do not need (nor want) to install Apache twice unless you would like to run two different versions of httpd. Take a look at the -f option of httpd. You may also want to browser through a previous thread on this list entitled "Multiple Instances of Apache". -ascs ___

Re: [EMAIL PROTECTED] httpd 2.0.54 VHost not working

2008-01-27 Thread anand nalya
Hi, The exact configuration is: Listen 10.76.6.1:80 UseCanonicalName Off DocumentRoot /var/www/html NameVirtualHost 10.76.6.1:80 http://10.76.6.1/>> DocumentRoot /var/www/html/www/sub ServerName sub.mydomain.com http://10.76.6.1/>> DocumentRoot /var/www/html/

[EMAIL PROTECTED] A question on HTTPs protocol

2008-01-27 Thread Qingshan Xie
This maybe a little crazy or sounds silly. We have a reverse proxy talks to the backend Apache in SSL. However for better performance we wonder if we can disable the request encryption and decryption but only ssl-handshake? This pretty much like SSH pipe, once the trust-relation established,

Re: [EMAIL PROTECTED] Can Apache Proxy server to proxy the HTTP requests to the backend HTTPS/SSL server?

2008-01-27 Thread Qingshan Xie
Thanks, I will try it. Q.Xie - Original Message From: Krist van Besien <[EMAIL PROTECTED]> To: users@httpd.apache.org Sent: Friday, January 25, 2008 1:18:54 AM Subject: Re: [EMAIL PROTECTED] Can Apache Proxy server to proxy the HTTP requests to the backend HTTPS/SSL server? On Jan 25,

[EMAIL PROTECTED] Re: Question Using mod_auth

2008-01-27 Thread Bryan Richardson
Is there anyone that can help me with this at all? On Jan 6, 2008 1:14 PM, Bryan Richardson <[EMAIL PROTECTED]> wrote: > Hello all, > > I currently have Apache 2.2 sitting in front of my Ruby on Rails > application, proxying non-static requests to the Rails server running on a > different port.

[EMAIL PROTECTED] proxy & mime type issues

2008-01-27 Thread Jon
Hello, I am running a site with a front end apache web server load balancing between multiple backend mod_perl application servers. I am using the proxy, proxy_balancer, and proxy_http modules to do the load balancing. The load balancing is working fine, with the major exception being that it se

[EMAIL PROTECTED] Profiler tools for apache modules ...

2008-01-27 Thread Kiffin Gish
Hi there. I was wondering if there were any nice profilers out there for measuring and optimizing an apache module I've written. What's the best way to go about increasing the performance anyway? Thanks in advance for your help. -- Kiffin Gish | Desktop & Services Development | TomTom | [EMAIL

Re: [EMAIL PROTECTED] another instance of apache

2008-01-27 Thread Norman Peelman
Mandy Singh wrote: My concern was that when I run make install command, will it start copying files to paths that might overlap with earlier intallation? What did you use - rpm or did u make it yourself? What does make install do internally? On Jan 27, 2008 1:12 AM, Luis Croker <[EMAIL PROTE