pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/29300: some stupid pkg tweaks my httpd.conf



The following reply was made to PR pkg/29300; it has been noted by GNATS.

From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/29300: some stupid pkg tweaks my httpd.conf
Date: Wed, 16 Feb 2005 15:20:38 +0100

 Thanks to Jeremy Reed I found the culprit:
 
 [/usr/pkgsrc/www/ap2-python] martin@nelly > fgrep apxs PLIST 
 @exec %D/sbin/apxs -e -a -n python %f
 @unexec %D/sbin/apxs -e -A -n python %f
 
 Starting with a line like this in httpd.conf:
 
 LoadModule python_module      lib/httpd/mod_python.so
 
 a "make update" in www/ap2-python will leave you with 
 
 # LoadModule python_module      lib/httpd/mod_python.so
 
 Martin
 
 N.B.: The message in the build log,
  " Executing `/usr/pkg/sbin/apxs -e -A -n python mod_python.so' "
 was very helpfull to track this down.
 



Home | Main Index | Thread Index | Old Index