Re: [us...@httpd] ssl certifikate mismatch

2010-05-14 Thread Sakthi Esakiappan
Make sure the bbb certificate(bbb.crt) is issued for the Server named bbb. if not try and create a self signed SSL certificate for the server bbb and have a try with the newly created certificate. On 15 May 2010 02:21, Reinhard Vicinus wrote: > Hi, > > is the following behaviour of apache 2.2.15

Re: [us...@httpd] ssl certifikate mismatch

2010-05-14 Thread Kevin Castellow
>From my experience the configuration file is a top down processing. If you repeat a setting multiple times it will usually take the last setting. In this example it wouldn't surprise me if you repeat the setting of virtual server with the same value, it returns an error trying to match the certif

Re: [us...@httpd] ssl certifikate mismatch

2010-05-14 Thread Eric Covener
On Fri, May 14, 2010 at 4:51 PM, Reinhard Vicinus wrote: > Hi, > > is the following behaviour of apache 2.2.15 (debian unstable) a feature or a > bug? > > Listen 10.0.0.1:81 > >  SSLEngine on >  SSLCertificateFile /etc/apache2/conf/aaa.crt >  SSLCertificateKeyFile /etc/apache2/conf/aaa.key > >  S

[us...@httpd] ssl certifikate mismatch

2010-05-14 Thread Reinhard Vicinus
Hi, is the following behaviour of apache 2.2.15 (debian unstable) a feature or a bug? Listen 10.0.0.1:81 SSLEngine on SSLCertificateFile /etc/apache2/conf/aaa.crt SSLCertificateKeyFile /etc/apache2/conf/aaa.key ServerName aaa Listen 10.0.0.2:81 SSLEngine on SSLCertificateFile

[us...@httpd] Reverse Proxy Configuration

2010-05-14 Thread John Iliffe
I am attempting to connect the HTTP port of our mail server through Apache so that Inet users can connect by browser to get their mail. If I give the full path to the mail server login screen in the config file: ProxyPass /mail http://192.168.1.12:8080/email the browser hangs and I get the fo

Re: [us...@httpd] Mod_dbd using Oracle Instant Client not sending correct Connection String on Solaris ignoring most http.conf values

2010-05-14 Thread Jeff Trawick
On Fri, May 14, 2010 at 11:44 AM, Kevin Castellow wrote: > I am using Apache with mod-dbd and the Oracle Instant client.  I am not > seeing the correct connection string values sent to Oracle from Apache > despite the values in my TNS file and httpd.conf. > > My HTTPD.CONF snippet looks like this:

[us...@httpd] Mod_dbd using Oracle Instant Client not sending correct Connection String on Solaris ignoring most http.conf values

2010-05-14 Thread Kevin Castellow
I am using Apache with mod-dbd and the Oracle Instant client. I am not seeing the correct connection string values sent to Oracle from Apache despite the values in my TNS file and httpd.conf. My Apache version is below: Server version: Apache/2.2.15 (Unix) Server built: May 12 2010 13:54:22 My

Re: [us...@httpd] mod_speling issues

2010-05-14 Thread Donovan Brooke
Donovan Brooke wrote: O.K., for others who may run into this, it appears to be that this was fixed in 2.2.9 http://www.apache.org/dist/httpd/CHANGES_2.2 (do a page search for 'mod_speling') Looks like I'm in need for an upgrade. Donovan Hmmm, the upgrade to 2.2.9 did not fix it. :-( I ha

Re: [us...@httpd] Apache strange(?) DNS problem

2010-05-14 Thread Eric Covener
On Fri, May 14, 2010 at 9:47 AM, Matija Levec wrote: > Just for the record... > > Initial problem was(n't) resolved. I reinstalled server with CentOS 4.8 and > stock httpd-2.0.52-41.ent.7.centos4 which works as it should. does installing nscd maybe re-break you? -- Eric Covener cove...@gmail.co

Re: [us...@httpd] Apache 2.2 slow transfers on Windows Server 2003

2010-05-14 Thread Eric Covener
On Fri, May 14, 2010 at 9:42 AM, Cameron Altenhof-Long wrote: > Thanks for the suggestion. I checked config files for HostnameLookups but > didn't find anything. > > To further validate my observations, I set up a new Windows 2003 instance on > Amazon, loaded WAMP (Apache 2.2.11), enabled IIS and

Re: [us...@httpd] Apache strange(?) DNS problem

2010-05-14 Thread Matija Levec
Just for the record...Initial problem was(n't) resolved. I reinstalled server with CentOS 4.8 and stock httpd-2.0.52-41.ent.7.centos4 which works as it should.Regards,Matija>>> "Matija Levec" 13.5.2010 17:40 >>>That's exactly what I would expect.But with Apache 2.0.63 (and

Re: [us...@httpd] Apache 2.2 slow transfers on Windows Server 2003

2010-05-14 Thread Cameron Altenhof-Long
Thanks for the suggestion. I checked config files for HostnameLookups but didn't find anything. To further validate my observations, I set up a new Windows 2003 instance on Amazon, loaded WAMP (Apache 2.2.11), enabled IIS and also loaded the Abyss Web Server. Apache was significantly slower th

Re: [us...@httpd] Trusting another server's certificate

2010-05-14 Thread Igor Galić
- "Bruno Melloni" wrote: > I successfully setup Apache Web Server, mod_ssl and mod_jk so that > Apache acts as the load balancer for a cluster of Tomcat(based) > servers - using self-signed certificates. This means that I created > Apache's certificates with openssl and Tomcat's with Java's

Re: [us...@httpd] Apache http reverse-proxy configuration

2010-05-14 Thread Igor Galić
- "Claudia dosSantos" wrote: > Hi, > > I'm trying to configure a reverse proxy for Gerrit code review. > > The configuration in httpd.conf file is: > > > # > # Reverse Proxy for Gerrit > # > LoadModule proxy_module modules/mod_proxy.so > LoadModule proxy_http_module modules/mod_proxy_htt

Re: [us...@httpd] Re: Help !!! Apache HTTP process consumes high memory usage

2010-05-14 Thread Igor Galić
- "Arunkumar Janarthanan" wrote: > I could see its most of them from PHP and its components. [snip] > > On Fri, May 14, 2010 at 1:10 AM, Arunkumar Janarthanan < > arunkumar.webad...@gmail.com > wrote: > > > Hi, > > I have build an Apache instance 2.2.15 with prefork MPM and most of > t

Fwd: Re: [us...@httpd] Apache 2.2 slow transfers on Windows Server 2003

2010-05-14 Thread Antonio Vidal Ferrer
Have you verified that you don't have the dns resolution turned on? Check config files for HostnameLookups, it should be off (it is by default but better to check) Hope you find the solution soon Best, Antonio Vidal El 13/05/2010 19:41, Cameron Altenhof-Long escribió: > We're having a perform

Re: [us...@httpd] htaccess format howto question

2010-05-14 Thread Matus UHLAR - fantomas
On 13.05.10 21:08, David Banning wrote: > I am wondering how I might do a .htaccess redirect if I want to redirect > > domain.com/index.php?id=606 > > to domain.com > > I have been pouring over many apache how-to's and have not been able to > find an answer as yet. I think that RedirectMatch /i