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
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
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
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_