RE: [us...@httpd] mod_authnz_ldap not working?

2009-01-09 Thread Hollie Hollis
Have you, anywhere higher up in your configuration, specified AllowOverride AuthConfig? If I don't do that then my .htaccess files don't work no matter what is in them. Perhaps even when doing it in the main config, it requires the same allowance. -Original Message- From: Wulf Kaiser

RE: [us...@httpd] rewrite rule ideas needed..

2009-01-09 Thread Hollie Hollis
It may be simplistic, but I do this with a second VirtualHost. VirtualHost * ServerName www.mydomain.com DocumentRoot /foo/bar /VirtualHost VirtualHost * ServerName mydomain.com Redirect / http://www.mydomain.com/ /VirtualHost Since my SSL certificate is configured only for the www version of

RE: [EMAIL PROTECTED] SSLCipherSuite not disabling export ciphers?

2008-12-04 Thread Hollie Hollis
We have a few different renditions of Apache installed, a Red Hat rpm version and a manually compiled version, and here's how ours are listed: SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:-LOW:-SSLv2:-EXP Thus far this set-up has passed PCI compliance scanning. -Original

RE: [EMAIL PROTECTED] TRACE and TRACK methods

2008-12-04 Thread Hollie Hollis
Here's a nifty little Web site that will let you test your various URLs for Trace. http://web-sniffer.net/ -Original Message- From: Gene LeDuc [mailto:[EMAIL PROTECTED] Sent: Thursday, December 04, 2008 11:37 AM To: users@httpd.apache.org; users@httpd.apache.org Subject: Re: [EMAIL

RE: [EMAIL PROTECTED] httpd.exe -k restart not working on Windows console

2008-11-23 Thread Hollie Hollis
You might want to try uninstalling httpd, then reinstalling but this time tell it to put it in c:\apache\ instead of letting it drop into the default Program Files location. I suspect something isn't liking all the spaces in the path to the binary file. -Original Message- From: Michael

RE: [EMAIL PROTECTED] Problems with .htaccess file

2008-11-13 Thread Hollie Hollis
Because this is in a .htaccess file rather than in the main apache configuration file you need to remove the leading slash from your rule since it's looks at the rule from within the directory in which the .htaccess file is located. RewriteCond %{REQUEST_URI} !^index\.php$ RewriteRule

RE: [EMAIL PROTECTED] Problems with .htaccess file

2008-11-13 Thread Hollie Hollis
: Thursday, November 13, 2008 2:10 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Problems with .htaccess file Actually, a leading / in a condition will work just fine in the htaccess / directory / location context. You need to remove it from a RewriteRule, if present. Frank. Hollie

RE: [EMAIL PROTECTED] rpm for httpd-2.0.63

2008-11-12 Thread Hollie Hollis
http://mirror.centos.org/centos/4/centosplus/SRPMS/ There is a CentOS version listed there. httpd-2.0.63-2.el4s1.centos.2.src.rpm http://mirror.centos.org/centos/4/centosplus/SRPMS/httpd-2.0.63-2.el4s1.cen tos.2.src.rpm I checked Red Hat Network and they don't have that version at all, but