Re: [users@httpd] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]

2013-02-27 Thread Igor Cicimov
On 28/02/2013 4:57 PM, "Igor Cicimov" wrote: > > > On 28/02/2013 4:14 PM, "Matthew Smith" wrote: > > > > This is apache 2.0.64 > > --- > > > > And which apache version?? I cant see shmcb as option for apache 2.2 lets say: > > > > http://httpd.apache.org/docs/2.2/mod/mo

Re: [users@httpd] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]

2013-02-27 Thread Igor Cicimov
On 28/02/2013 4:14 PM, "Matthew Smith" wrote: > > This is apache 2.0.64 > --- > > And which apache version?? I cant see shmcb as option for apache 2.2 lets say: > > http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslsessioncache > Well not supported in 2.0.x either. T

Re: [users@httpd] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]

2013-02-27 Thread Matthew Smith
I couldn't find the mod listed in httpd.conf, nor in the modules directory. - > > Also is socache_shmcb_module enabled ? >

Re: [users@httpd] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]

2013-02-27 Thread Matthew Smith
This is apache 2.0.64 --- And which apache version?? I cant see shmcb as option for apache 2.2 lets say: http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslsessioncache

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

2013-02-27 Thread D'Arcy J.M. Cain
On Thu, 28 Feb 2013 13:04:21 +1100 Igor Cicimov 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: > > > > > > ServerName admin.occ4u.org > > DocumentRo

Re: [users@httpd] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]

2013-02-27 Thread Igor Cicimov
On Thu, Feb 28, 2013 at 3:24 PM, Igor Cicimov wrote: > > > > On Thu, Feb 28, 2013 at 2:37 PM, Matthew Smith wrote: > >> Yes. I am running the service as my own user account. This was required >> because the document root was a share on a win 7 machine; apache is running >> on a win xp machine.

Re: [users@httpd] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]

2013-02-27 Thread Igor Cicimov
On Thu, Feb 28, 2013 at 2:37 PM, Matthew Smith wrote: > Yes. I am running the service as my own user account. This was required > because the document root was a share on a win 7 machine; apache is running > on a win xp machine. > > > On Wed, Feb 27, 2013 at 9:45 PM, Igor Cicimov wrote: > >> >>

Re: [users@httpd] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]

2013-02-27 Thread Matthew Smith
Yes. I am running the service as my own user account. This was required because the document root was a share on a win 7 machine; apache is running on a win xp machine. On Wed, Feb 27, 2013 at 9:45 PM, Igor Cicimov wrote: > > > > On Thu, Feb 28, 2013 at 6:10 AM, Matthew Smith wrote: > >> Tryin

Re: [users@httpd] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]

2013-02-27 Thread Igor Cicimov
On Thu, Feb 28, 2013 at 6:10 AM, Matthew Smith wrote: > Trying to get openssl to work locally. This is the error in my log file: > > [warn] Init: Session Cache is not configured [hint: SSLSessionCache] > > It led me to this via google, and I tried to make sure it was implemented > properly: > htt

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

2013-02-27 Thread Igor Cicimov
On Tue, Feb 26, 2013 at 4:19 AM, D'Arcy J.M. Cain wrote: > 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 Postgre

[users@httpd] Re: http request processing a hook function

2013-02-27 Thread Crne We
even the content type is null !! From: Crne We To: "users@httpd.apache.org" Sent: Wednesday, February 27, 2013 4:49 PM Subject: http request processing a hook function Apache 2.2 is configured to act as reverse proxy. Some of the fields like request_rec.pa

Re: [users@httpd] apache prints python code rather than executes (fastcgi)

2013-02-27 Thread Igor Cicimov
On 28/02/2013 3:29 AM, "Tim Johnson" wrote: > > * Igor Cicimov [130227 07:11]: > > On 27/02/2013 11:49 AM, "Tim Johnson" wrote: > > > new to fastcgi (note: fastcgi is enabled). > > > > > Try adding > > Options +ExecCGI > Thanks Igor, but that didn't change things (had tried in past) > regard

[users@httpd] http request processing a hook function

2013-02-27 Thread Crne We
Apache 2.2 is configured to act as reverse proxy. Some of the fields like request_rec.parsed_uri.scheme have null values for a valid http request processed in a custom apache module which is APR_HOOK_FIRST. Any clues?

Re: [users@httpd] apache prints python code rather than executes (fastcgi)

2013-02-27 Thread Tim Johnson
* Igor Cicimov [130227 07:11]: > On 27/02/2013 11:49 AM, "Tim Johnson" wrote: > Try adding > Options +ExecCGI Hi Again Igor : As I responded before, that was not the solution. I changed AddHandler fcgid-script .fcgi AddHandler fastcgi-script .fcgi And now Apache is actually attempti

Re: [users@httpd] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]

2013-02-27 Thread Matthew Smith
I have the line: LoadModule ssl_module modules/mod_ssl.so in httpd.conf. On Wed, Feb 27, 2013 at 3:31 PM, Kevin A. McGrail wrote: > > On 2/27/2013 3:27 PM, Matthew Smith wrote: > >> I meant to have it off the base path. >> > Then remove the leading slash. I wonder if you are loading the modu

Re: [users@httpd] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]

2013-02-27 Thread Kevin A. McGrail
On 2/27/2013 3:27 PM, Matthew Smith wrote: I meant to have it off the base path. Then remove the leading slash. I wonder if you are loading the module for mod_ssl.c earlier in your config? I seem to remember I get this error even on servers where I don't have mod_ssl enabled. regards, KAM

Re: [users@httpd] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]

2013-02-27 Thread Matthew Smith
I meant to have it off the base path. On Wed, Feb 27, 2013 at 2:19 PM, Kevin A. McGrail wrote: > On 2/27/2013 2:10 PM, Matthew Smith wrote: > >> Trying to get openssl to work locally. This is the error in my log file: >> >> [warn] Init: Session Cache is not configured [hint: SSLSessionCache] >>

Re: [users@httpd] SSL session problem

2013-02-27 Thread Jens-Uwe Mozdzen
Zitat von "Jens-U. Mozdzen" : Hi list, I could use a helping hand with a SSL problem. And my excuses for the lengthy message... I've been doing plenty of tests so far, these are my current results... It's about a web mail site (running Horde5 on SLES11SP2 with latest Novell updates, tha

Re: [users@httpd] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]

2013-02-27 Thread Kevin A. McGrail
On 2/27/2013 2:10 PM, Matthew Smith wrote: Trying to get openssl to work locally. This is the error in my log file: [warn] Init: Session Cache is not configured [hint: SSLSessionCache] It led me to this via google, and I tried to make sure it was implemented properly: http://wiki.apache.org/

[users@httpd] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]

2013-02-27 Thread Matthew Smith
Trying to get openssl to work locally. This is the error in my log file: [warn] Init: Session Cache is not configured [hint: SSLSessionCache] It led me to this via google, and I tried to make sure it was implemented properly: http://wiki.apache.org/httpd/SSLSessionCache I have this in my httpd.

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

2013-02-27 Thread D'Arcy J.M. Cain
On Mon, 25 Feb 2013 12:19:28 -0500 "D'Arcy J.M. Cain" wrote: > Database connections from the web site are fine since suExec runs the > scripts as occ. Is there any way to make the dbd connection run as > occ as well? If this is simply not possible, a quick note to that effect would really be app

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

2013-02-27 Thread D'Arcy J.M. Cain
On Tue, 26 Feb 2013 08:32:36 +1000 Brett Maxfield wrote: > 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.. No, as long as I don't touch it, it runs

Re: [users@httpd] mod_proxy error reading status line

2013-02-27 Thread Tom Evans
On Wed, Feb 27, 2013 at 2:59 PM, Mark Lybarger wrote: > We're using apache mod_proxy to proxy requests to jboss servers on > different hosts. We've noticed that we're getting sporadic http 502 > response codes. In the apache error file, I see LOTS of these errors: > > [Tue Feb 26 13:55:49 2013]

Re: [users@httpd] apache prints python code rather than executes (fastcgi)

2013-02-27 Thread Tim Johnson
* Igor Cicimov [130227 07:11]: > On 27/02/2013 11:49 AM, "Tim Johnson" wrote: > > new to fastcgi (note: fastcgi is enabled). > > > Try adding > Options +ExecCGI Thanks Igor, but that didn't change things (had tried in past) regards -- Tim tim at tee jay forty nine dot com or akwebsoft dot c

[users@httpd] mod_proxy error reading status line

2013-02-27 Thread Mark Lybarger
We're using apache mod_proxy to proxy requests to jboss servers on different hosts. We've noticed that we're getting sporadic http 502 response codes. In the apache error file, I see LOTS of these errors: [Tue Feb 26 13:55:49 2013] [error] [client 10.16.0.211] (70014)End of file found: proxy: er

[users@httpd] The timeout specified has expired: proxy: prefetch request body failed

2013-02-27 Thread Jose MarĂ­a Zaragoza
Hello: I'm using a HTTP server Apache/2.2.15 (Unix), as frontend and Tomcat 6.0.23 as backend server. Both of them running on the same machine ( Linux CentOS 6.3) Apache HTTP listens on 8080 and Tomcat server listens on 8081 Apache HTTP server configuration is setted up like ServerAdmin a