From owner-freebsd-questions Sat Sep 2 16:51:55 2000 Delivered-To: freebsd-questions@freebsd.org Received: from thelab.hub.org (CDR27-115.accesscable.net [24.138.27.115]) by hub.freebsd.org (Postfix) with ESMTP id C82C437B423 for ; Sat, 2 Sep 2000 16:51:49 -0700 (PDT) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.9.3/8.9.3) with ESMTP id UAA13879 for ; Sat, 2 Sep 2000 20:51:30 -0300 (ADT) (envelope-from scrappy@hub.org) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Sat, 2 Sep 2000 20:51:30 -0300 (ADT) From: The Hermit Hacker To: freebsd-questions@freebsd.org Subject: RTR's FP2000 with Apache 1.3.12 and ssl 1.40 ... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Morning all ... I'm trying, so far unsuccessfully, to figure out why I can't get mod_frontpage to load, even though it the apache server is working, and the module is in the proper place ... I'm running FreeBSD 4.1-STABLE .. have apache 1.3.12 downloaded, with the SSL1.40 patch applied ... that works great. Then, downloaded RTR's fp40-freebsd.tar.gz file and untar'd it into the proper location, and applied the patch in version4.0/apache-fp/fp-* to that and compile *that* ... that too runs perfectly, and is what my site is live with right now. Then, run 'apxs -c mod_frontpage.c' to create mod_frontpage.so and install that in libexec, followed by adding the appropriate 'Load' functions to my httpd.conf file: LoadModule frontpage_module libexec/mod_frontpage.so AddModule mod_frontpage.c Restart the server, which still runs perfectly, but it doesn't report FrontPage as being loaded: [Sat Sep 2 16:43:05 2000] [notice] caught SIGTERM, shutting down Failed loading /usr/local/apache/libexec/ZendOptimizer.so: Cannot open "/usr/local/apache/libexec/ZendOptimizer.so" [Sat Sep 2 16:43:15 2000] gcache started [Sat Sep 2 16:43:15 2000] [notice] FastCGI: process manager initialized (pid 36405) Failed loading /usr/local/apache/libexec/ZendOptimizer.so: Cannot open "/usr/local/apache/libexec/ZendOptimizer.so" [Sat Sep 2 16:43:15 2000] gcache started [Sat Sep 2 16:43:16 2000] [notice] Apache/1.3.12 Ben-SSL/1.40 (Unix) ApacheJServ/1.1.2 mod_fastcgi/2.2.8 mod_perl/1.24 PHP/4.0.2 AuthPostgreSQL/0.9.4 configured -- resuming normal operations [Sat Sep 2 16:43:16 2000] [notice] suEXEC mechanism enabled (wrapper: /usr/local/apache/bin/suexec) No errors though, that I can find ... I'm figuring that I have to be missing somethign totally obvious here, but it eludes me as to what ... can someone provide pointers? Anyone else trying similar? Thanks ... Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message