Search results
"tag:"httpd""
Title and summary | Date/time | |
---|---|---|
1
|
Apache HTTPD Build Script
It took a bit of time to get LDAP and SSL working correctly... cd httpd-2.2.20 make distclean ./configure --prefix=/_apps/http... |
Sep 8, 2011 2:04:00 AM |
2
|
Apache HTTPD - Force HTTP Traffic to HTTPS
The following configuration at the VirtualHost level will force users from an unencrypted VirtualHost to one with the same host-name using SSL... RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}... |
May 4, 2011 9:30:00 AM |
3
|
SVN - parse tlsext Work-Around
UPDATE (Apr 2, 2010): Version 2.2.15 does seem to have fixed this issue - I'd recommend upgrading if possible. It took me so long to find the solution to this problem that I just had to share... Ever since last August, after upgrading Apache HTTPD from ... |
Jan 18, 2010 9:30:54 AM |