didn’t think you could have two virtualhost entries with the same
IP/port. I would probably do this within with a single VirtualHost,
myself. Something like this combined with the RewriteRule:
RewriteCond %{HTTP_HOST} !^THE.CORRECT.HOSTNAME$
Rick Houser
Web Engineer
*From:*Dr James A Smith
The easiest way to do this is to make sure you have the correct hostname
in the virtual host - the one that matches your certificate and another
virtual host which has no hostname in it to catch all the other requests.
return a forbidden response for all requests!
RewriteEngine On
Rew
Quoting a.sm...@ukgrid.net:
I'm attempting to get mod_ntlm2 working (I've not previously used
it). On a FreeBSD 8.1 server I have installed apache 2.2 and
mod_ntlm and added a section to the httpd.conf like:
Looks like its probably due to NTLMv1 not being allowed by default on
Windows 200
Hi,
I'm attempting to get mod_ntlm2 working (I've not previously used it).
On a FreeBSD 8.1 server I have installed apache 2.2 and mod_ntlm and
added a section to the httpd.conf like:
AuthName "NTLM Auth"
AuthType NTLM
NTLMAuth on
NTLMAuthoritative on
NTLMDomain