On 06/16/2010 06:16 PM, Jakov Sosic wrote:
On 06/16/2010 06:49 AM, Scott Gifford wrote:
On Tue, Jun 15, 2010 at 5:33 PM, Jakov Sosicmailto:jakov.so...@srce.hr>> wrote:
I'm interested in measuring I/O that all apache processes are
generating.
I used mod_logio to solve a similar prob
On 06/06/2010 07:43 PM, Manoj Samtani wrote:
Look this link dear,
http://www.zdnetasia.com/configure-apache-to-support-multiple-ssl-sites-on-a-single-ip-address-62059501.htm
In web hosting environment, one certificate used for single domain and
other sites are using by /sitename etc.. but if we
a try with restarting apache service, otherwise add the following
lines to the Virtual Host configuration
SSLProtocol -all +SSLv3 +TLSv1
SSLCipherSuite HIGH:MEDIUM:!SSLv2:!LOW:!EXP:!aNULL
restart the apache service and have a try...
On 21 May 2010 17:45, Dennis J. mailto:denni...@conversis.de>
Hi,
I've noticed that my Apache server seems to accept SSLv2 connections even
though they are supposed to be disabled. From the mod_ssl.conf:
# SSL Protocol support:
# List the enable protocol levels with which clients will be able to
# connect. Disable SSLv2 access by default:
SSLProtocol a
On 04/05/2010 09:35 PM, Dennis J. wrote:
On 04/05/2010 08:36 PM, Dan Poirier wrote:
What version did you see this with? If not 2.2.15, it might be fixed in
2.2.15 by the subrequest headers fix. Give it a try.
I'm seeing this with 2.2.14, yesterdays fedora build of 2.2.15 and the
latest C
On 04/05/2010 08:36 PM, Dan Poirier wrote:
What version did you see this with? If not 2.2.15, it might be fixed in
2.2.15 by the subrequest headers fix. Give it a try.
I'm seeing this with 2.2.14, yesterdays fedora build of 2.2.15 and the
latest Centos 5 version 2.2.3-31.el5.centos.4
Regar
Hi,
It looks like there is a serious bug in the handling of virtual includes
with Apaches SSI filter.
Take the following code:
If this is called with the query string "(url)?test=1" then the first echo
will print "test=1" as expected but the second one will output "abc=1".
Apparently the