Re: [us...@httpd] Apache and distcache help

2010-12-14 Thread Michael Gale
Hello, It is a unix socket that dc_client created and I believe that dc_client forwards it to the dc_server. Michael Sent from my iPhone On 2010-12-14, at 5:41 PM, "Nick Kew" wrote: > On Tue, 14 Dec 2010 23:32:09 + > Michael Gale wrote: > > >> 2. My understanding is that the Session

Re: [us...@httpd] Apache and distcache help

2010-12-14 Thread Nick Kew
On Tue, 14 Dec 2010 23:32:09 + Michael Gale wrote: > 2. My understanding is that the Session cache is shared amongst all the web > servers so the SessionID would be reused, if that correct? Erm, I could be missing something, but from your first post: > SSLSessionCachedc:UNIX:/var/

RE: [us...@httpd] Apache and distcache help

2010-12-14 Thread Michael Gale
Hello, In attempting to show improvements in Session Caching I have done the following: # Against a single web server: Openssl s_client -connect web-tst-1:443 -state -reconnect > /tmp/mylog.txt 2>&1 Then I would `grep -i reuse /tmp/mylog.txt` and it shows that the session was reused. # A

[us...@httpd] help

2010-12-14 Thread Juan Gonzalez
Hi, I am new to this list and I am new to apache, can somebody contact me so I can ask some questions about how to make it work. my skype name is juan.carlos.gonzalez0276, I think I have gotten the basic stuff working because I can view my website files on line. I am using Wrox Beginning PHP 6 A

Re: [us...@httpd] Apache and distcache help

2010-12-14 Thread Nick Kew
On 14 Dec 2010, at 16:10, Michael Gale wrote: > Hello, > > Does apache still support distcache? Yes. From Apache 2.3 there's general support and various modules use it. > I am running the following i386 packages: > httpd-2.2.3-11.el5_2.centos.4 > distcache-1.4.5-14.1 Can't speak for ce

Re: [us...@httpd] Web Socket support

2010-12-14 Thread Nick Kew
On 14 Dec 2010, at 13:34, Jess Holle wrote: > Are there any plans to add support for HTML 5 web sockets to Apache? There are some third-party solutions available. One of them is at http://code.google.com/p/pywebsocket/ -- Nick Kew

[us...@httpd] Apache and distcache help

2010-12-14 Thread Michael Gale
Hello, Does apache still support distcache? I am having an issue running Apache, dc_client and dc_server on CentOS 5.2. I am running the following i386 packages: httpd-2.2.3-11.el5_2.centos.4 distcache-1.4.5-14.1 I have setup my Apache config file as follows: SSLPassPhraseDialog builtin SS

RE: [us...@httpd] environment variables manipulation in httpd.conf

2010-12-14 Thread A D
There is something very strange with these variables. For example I can logged SERVER_NAME in the log file thus there is really something that I do not understand. How the same variable can be expansed for logging but in the same time be unavailable for creating a header... I have not find any

Re: [us...@httpd] environment variables manipulation in httpd.conf

2010-12-14 Thread Eric Covener
On Tue, Dec 14, 2010 at 9:51 AM, A D wrote: > > Thanks for quick the response. > I do not have seen any explanation about the variables and when they are > available in the documentation. > Is there any solution to have them available everywhere ie outside a cgi. Modules like setenvif or mod_rew

RE: [us...@httpd] environment variables manipulation in httpd.conf

2010-12-14 Thread A D
Thanks for quick the response. I do not have seen any explanation about the variables and when they are available in the documentation. Is there any solution to have them available everywhere ie outside a cgi. Regards > Date: Tue, 14 Dec 2010 09:43:02

Re: [us...@httpd] environment variables manipulation in httpd.conf

2010-12-14 Thread Eric Covener
On Tue, Dec 14, 2010 at 9:43 AM, Eric Covener wrote: >> It is like the environment variables are not available outside a cgi program > > This is the case for many environment variables. Should note that if the request is CGI or (mod_include which also sets them) then the variables hang along enou

Re: [us...@httpd] environment variables manipulation in httpd.conf

2010-12-14 Thread Eric Covener
> It is like the environment variables are not available outside a cgi program This is the case for many environment variables. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Serv

[us...@httpd] environment variables manipulation in httpd.conf

2010-12-14 Thread A D
Hello,   I've just recompiled a apache 2.2.17 on linux with all modules in shared. I'm trying to add headers containing apache "environment variables" like SERVER_NAME, HTTP_USER_AGENT with mod_headers. I always get null in my headers.     The response from server contains the header but

[us...@httpd] Web Socket support

2010-12-14 Thread Jess Holle
Are there any plans to add support for HTML 5 web sockets to Apache? Specifically I'm interested in plans to add such support plus delegation of such requests to backend Java servlet engines, i.e. Tomcat, via mod_jk or some similar module. [mod_proxy_ajp unfortunately does not load balance as