Penguin

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

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

Newer page: version 24 Last edited on Tuesday, July 5, 2005 4:35:05 pm by PerryLorier Revert
Older page: version 23 Last edited on Saturday, March 5, 2005 12:56:55 pm by DanielLawson Revert
@@ -138,11 +138,20 @@
 * replacing '/etc/init.d/apache reload' in /etc/logrotate.d/apache with '/etc/init.d/apache restart', although that will result in your server being inaccessible for at least several seconds. 
 * using cronolog or something else, and remove apache from the logrotate system. 
 * 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:  
+<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!)  
  
  
 !!! See also 
  
 * NameVirtualHosting 
 * ModBackhand 
 * ApacheReverseProxy