Penguin

Differences between version 27 and predecessor to the previous major change of ApacheNotes.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 27 Last edited on Wednesday, December 21, 2005 7:49:59 pm by LockwoodChilds Revert
Older page: version 26 Last edited on Monday, November 28, 2005 4:02:53 pm by CraigBox Revert
@@ -174,19 +174,21 @@
 * use the 'HUP' signal instead of the 'USR1' signal. (See http://httpd.apache.org/docs/stopping.html). 
  
  
 !!!Apache-ssl with ~AuthUserFile complains "User not found" 
-This can occur if you have: 
+* This can occur if you have: 
 <pre> 
  ~LoadModule auth_module /usr/lib/apache/1.3/mod_auth_ssl.so 
  ''...'' 
  ~LoadModule apache_ssl_module /usr/lib/apache/1.3/libssl.so 
 </pre> 
 The solution is to swap the order so that apache_ssl_module comes first. (obscure!) 
+* Another possible cause is that SSLFakeBasicAuth option has been enabled when trying to use the standard basic auth i.e. "AuthType Basic" (this seems to have hit a number of debian users after the upgrade to sarge)  
+The solution is to turn off SSLFakeBasicAuth.  
  
  
 !!! See also 
  
 * NameVirtualHosting 
 * ModBackhand 
 * ApacheReverseProxy 
 * [SargeApache2Notes]