Re: [users@httpd] Certificate mismatch error

2013-02-25 Thread Kumar Bijayant
Hi Edward, Yes, the intermediate certs have been set up on the Apache server. By any chance you know what else information can I ask from client to pin point their/DB problem? Thanks Regards, Bijayant Kumar On Sun, Feb 24, 2013 at 2:16 PM, Edward Quick edwardqu...@hotmail.comwrote: Hi

RE: [users@httpd] Certificate mismatch error

2013-02-25 Thread Edward Quick
Could you clarify, when you say : The Certificate was installed into a Wallet-Manager of the ORACLE-DB. I need this Certificate for a communication between ORACLE-DB to the Webserver. Does that mean you are doing client certificate verification? Or are you just renewing the server certificate on

[users@httpd] Unable to open logs - but NOT a permission problem

2013-02-25 Thread D'Arcy J.M. Cain
I have been scouring the net for my specific issue. All the responses suggest that either the file permissions are wrong or that the ulimit is set too low. I know that neither of these is my problem because Apache starts at boot and sometimes restarts while the server is running. While it is

[users@httpd] Using PostgreSQL auth - user permissions

2013-02-25 Thread D'Arcy J.M. Cain
Please see the message I sent a few minutes ago re: Unable to open logs if you need more information about my system than I have included here. I have recently upgraded to Apache 2.4, suExec and dbd authentication with PostgreSQL. This is on a system with multiple users. Here is an example

Re: [users@httpd] Using PostgreSQL auth - user permissions

2013-02-25 Thread D'Arcy J.M. Cain
On Mon, 25 Feb 2013 12:19:28 -0500 D'Arcy J.M. Cain da...@vex.net wrote: I have recently upgraded to Apache 2.4, suExec and dbd authentication with PostgreSQL. This is on a system with multiple users. Here is an example virtual host entry: Pardon my followup to my own message but I realized

Re: [users@httpd] Unable to open logs - but NOT a permission problem

2013-02-25 Thread Ben Johnson
On 2/25/2013 12:03 PM, D'Arcy J.M. Cain wrote: I have been scouring the net for my specific issue. All the responses suggest that either the file permissions are wrong or that the ulimit is set too low. I know that neither of these is my problem because Apache starts at boot and sometimes

Re: [users@httpd] Unable to open logs - but NOT a permission problem

2013-02-25 Thread Brett Maxfield
If apache can write everything on start, and then it becomes unresponsive, that sounds like file handles / inodes. There wont be errors as likely the thread with the problem can't write logs.. But if apache locks up hard, due to no inodes, or something else, you wont kill it with a kill -1,

Re: [users@httpd] pathing to assets not working using rewrite

2013-02-25 Thread Ben Johnson
On 2/24/2013 7:39 PM, Matthew Smith wrote: I am trying to serve a secondary site from a subdirectory on my local server. Here is my htaccess: RewriteCond %{HTTP_HOST} mysitedotcom [NC] RewriteCond %{REQUEST_URI} !^/site_mysite_com/ [NC] RewriteRule (.*) /site_mysite_com/$1 [L]

[users@httpd] 502 Bad Gateway

2013-02-25 Thread Chris Arnold
Apache 2.2.12 on SLES11. I have an app that runs on tomcat port 8080. I have bee following: http://tomcat.apache.org/tomcat-6.0-doc/proxy-howto.html I want people to get to this app by typing https://domain/app. To achieve this, i have used proxypass (reverse) in the SSL vhost: ProxyPass /app

Re: [users@httpd] pathing to assets not working using rewrite

2013-02-25 Thread Matthew Smith
thank you, i figured it out. I had enabled the module overall but did not having it running for the directory. On Mon, Feb 25, 2013 at 7:56 PM, Ben Johnson b...@indietorrent.org wrote: On 2/24/2013 7:39 PM, Matthew Smith wrote: I am trying to serve a secondary site from a subdirectory on

Re: [users@httpd] Unable to open logs - but NOT a permission problem

2013-02-25 Thread D'Arcy J.M. Cain
On Mon, 25 Feb 2013 14:48:10 -0500 Ben Johnson b...@indietorrent.org wrote: I do find it curious that your logs are so well-populated (error and suexec.log, in particular), but that's probably unrelated to the unable to open logs error. It would be nice to just see errors in the suexec log.

Re: [users@httpd] Certificate mismatch error

2013-02-25 Thread aparna Puram
Did you try enabling debug mode for apache and capture the logs? On Mon, Feb 25, 2013 at 10:01 PM, Edward Quick edwardqu...@hotmail.comwrote: Could you clarify, when you say : The Certificate was installed into a Wallet-Manager of the ORACLE-DB. I need this Certificate for a communication