Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps AT cygwin DOT com Delivered-To: mailing list cygwin-apps AT cygwin DOT com To: cygwin-apps AT cygwin DOT com Subject: postinstallation problems with apache_mod_auth_xxx modules X-Face: I-*}xvwusAv%MlABo'jVNP7TDXf5bb*L[q,r{DnsR1GoL07^Wf)sAu%>!LjXAFlZZN+`OQu }?#du]C)[*%ERKR#+l#sX'EoNbSO~|.x AT ogoS5|"-u? Date: Fri, 10 May 2002 21:31:27 +0200 Message-ID: Lines: 17 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Hi The postinstallation steps for apache_mod_auth_mysql/ntsec put the wrong configuration information in httpd.conf Specifically I had to change the following lines AddModule mod_mysql_auth.c AddModule mod_ntsec_auth.c to AddModule mod_auth_mysql.c AddModule mod_auth_ntsec.c Ciao Volker