[users@httpd] Announce: Come to httpd.conf, the Apache Web Server track at ApacheCon

2014-02-28 Thread Rich Bowen
As you may have heard already, ApacheCon North America 2014 will be held April 7-11 in Denver, Colorado. What you may not know is that the Apache http server has two full days of content at the event - http://apacheconnorthamerica2014.sched.org/type/httpd.conf - code-named 'httpd.conf'. (Clev

[users@httpd] SSL session reuse (connection pooling)

2014-02-28 Thread Michael . Beadle
When using the following setup in the vhost, how to you implement SSL session reuse. The documentation seems to indicate that it is on by default, however when running a jmeter test did not see any long lived connection that looked like they were being reuse. There were lots of short lived conn

Re: [users@httpd] Problems with directive "SSLPassPhraseDialog" with a piped script

2014-02-28 Thread Tom Browder
On Thu, Feb 27, 2014 at 4:20 PM, Tom Browder wrote: > > Still looking for ideas from someone who has used the pipe method. I'm still looking for how the pipe method works. But I used the exec method and it works fine! FYI, I used a script a little pickier than a simple return: $ cat execpassph

[users@httpd] Configure wsgi on Debian

2014-02-28 Thread jupiter
Hi, I am setting up wsgi apache2 in squeeze using following configuration which works on httpd in CentOS 6, but does not work with apache2 in Debian 6. WSGIScriptAlias /test_wsgi /var/www/wsgi/test_wsgi.py Order allow,deny Allow from all After restarted apache2, I tried https://myweb.com/test_