From owner-freebsd-questions Fri May 26 1:21: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.web.de (pop3.cinetic.de [194.45.170.160]) by hub.freebsd.org (Postfix) with SMTP id 2057237B751 for ; Fri, 26 May 2000 01:20:58 -0700 (PDT) (envelope-from daniel.haischt@web.de) Received: from abysstwo by smtp.web.de with smtp (freemail 4.0.1 #1298) id m12vFMH-003xlaC; Fri, 26 May 2000 10:20 +0200 Message-ID: <002501bfb8c6$eee23220$70bcfcc3@abysstwo> From: "Daniel Haischt" To: "Mike Alich" Cc: References: <392DE930.44D35E6@cctinc.net> Subject: Re: apache-jserv port Date: Mon, 8 May 2000 10:25:10 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 Disposition-Notification-To: "Daniel Haischt" X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, > I have installed all necessary ports (ex. jdk, jdsk, libtool, apache > etc..) did a 'make install' successfully installed the port. My only > problems is, how do I implement this into my apache web server? Usually > when a port is installed it is ready to go with minor configuration. I > need to know how to I either add this as a DSO or a static link into > apache. I am running apache-fp 1.3.9. I have added statically compiled > modules into apache before. I tried the add_module line (not sure if > that is the correct format) but any ways I added the correct line into > the Configuration.tmpl in the apache source distribution and did the > usual make install. I get many errors on the mod_jserv.c I added. My > guess is I am missing libraries. all you need should be a file called mod_jserv.so ... i added these module to apache via the following line to httpd.conf ... LoadModule jserv_module /usr/lib/apache/1.3/mod_jserv.so finally you need ... # The following line is for apacheconfig - DO NOT REMOVE! ApJServLogFile /var/log/apache/jserv.log Include /etc/jserv/jserv.conf in your httpd.conf file btw - I did this on my debian box but i hope i'm able to install apache + jserv on my freebsd box today, so i might give you a step by step instruction. > I am not sure what or where to put the > jserv libraries or headers. Can some that has used this ports please > help me? regards daniel haischt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message