Re: [users@httpd] SSL Certificate Validation

2018-02-09 Thread Dr James A Smith
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

Re: [users@httpd] SSL Certificate Validation

2018-02-08 Thread 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

[users@httpd] Re: Apache 2.2 with mod_ntlm not working

2011-02-03 Thread a . smith
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

[users@httpd] Apache 2.2 with mod_ntlm not working

2011-02-02 Thread a . smith
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