Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Sat, 8 Feb 2003 03:56:38 +0100 From: Uwe Mayer Reply-To: Uwe Mayer X-Priority: 3 (Normal) Message-ID: <1440078179.20030208035638@planet-interkom.de> To: cygwin AT cygwin DOT com Subject: mod_auth_ntsec MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I just mentioned the problem with mod_php4, the same applies to mod_auth_ntsec. However this time I extracted the mod_auth_ntsec.dll directly to /lib/apache/new and re-run: $ ./apache-mod_auth_ntsec.sh.done [activating module `ntsec_auth' in /etc/apache/httpd.conf] cp mod_auth_ntsec.dll /usr/lib/apache/mod_auth_ntsec.dll chmod 755 /usr/lib/apache/mod_auth_ntsec.dll cp /etc/apache/httpd.conf /etc/apache/httpd.conf.bak cp /etc/apache/httpd.conf.new /etc/apache/httpd.conf rm /etc/apache/httpd.conf.new ...which worked almost. The lines LoadModule ntsec_auth_module lib/apache/mod_auth_ntsec.dll AddModule mod_ntsec_auth.c are added to the httpd_conf, BUT the last line should be: AddModule mod_auth_ntsec.c small typo... :) Ciao Uwe mailto:merkosh AT planet-interkom DOT de -- Nur tote Fische schwimmen mit dem Strom! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/