From owner-freebsd-questions Wed Oct 17 21:24:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from priv-edtnes12-hme0.telusplanet.net (fepout4.telus.net [199.185.220.239]) by hub.freebsd.org (Postfix) with ESMTP id A666837B403 for ; Wed, 17 Oct 2001 21:24:27 -0700 (PDT) Received: from telusplanet.net ([142.59.224.247]) by priv-edtnes12-hme0.telusplanet.net (InterMail vM.4.01.03.10 201-229-121-110) with ESMTP id <20011018042353.VKIO14200.priv-edtnes12-hme0.telusplanet.net@telusplanet.net> for ; Wed, 17 Oct 2001 22:23:53 -0600 Message-ID: <3BCE591F.6B23092F@telusplanet.net> Date: Wed, 17 Oct 2001 22:22:55 -0600 From: Chris Huisman X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD Questions List Subject: apache file not found Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I am trying to add mod_webapp to my apache configuration. The mod_webapp.so is in the /usr/local/libexex/apache directory and I have changed the ownership to -rwxr-xr-x (the same as all of the other modules in the directory), but when I run apachectl configtest I get the following error: # apachectl configtest Syntax error on line 237 of /usr/local/etc/apache/httpd.conf: Cannot load /usr/local/libexex/apache/mod_webapp.so into server: Cannot open "/usr/local/libexex/apache/mod_webapp.so" I don't understand why it can't open "/usr/local/libexex/apache/mod_webapp.so". Are the permissions wrong? Thanks, Chris Huisman. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message