Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 May 2000 10:21:52 +0100
From:      jmcl@ireland.com
To:        Mike Alich <hostmaster@cctinc.net>
Cc:        questions@freebsd.org
Subject:   Re: apache-jserv port
Message-ID:  <200005260921.KAA44631@jmcl.gamesnow.ie>

next in thread | raw e-mail | index | archive | help

Hi Mike,

	Assuming mod_jserv has been installed in
/usr/local/apache/libexec, then add the following to your httpd.conf:

LoadModule jserv_module		libexec/mod_jserv.so

	and then:

AddModule mod_jserv.c

	to the end of your module list. Then incorporate the
example/jserv.conf into your httpd.conf (or include it), and modify as
necessary.

	I usually compile Apache manually these days as I usually have
to roll out on Solaris eventually, plus have a few extra modules to be
included. I have however used to port before, and it worked fine then,
though it was probably Jserv 1.0.

	You might also try running `apachectl configtest' against your
config file which will show up errors. If you've included jserv.conf,
it'll barf on any of the JServ directives if you module hasn't loaded
properly. It also should hightlight problems with the loading of the
module. 

John

You wrote:

> I am hoping someone has an answer to this problem.  I have written the
> maintainer of the apache-jserv port and have not gotten any replies
> back.  Maybe someone has used this port before.
> 
> 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. I am not sure what or where to put the
> jserv libraries or headers.  Can some that has used this ports please
> help me?
> 
> I am on a 4 day deadline with a large client that needs this feature on
> my server.
> 
> Many thanks in advance!
> 
> - -Mike Alich
> 
> - --
> Mike Alich
> Web Hosting Technologies, Inc.
> Tel: 561.841.2669 / Toll Free: 877.841.2669
> http://www.whtech.net
> mike@whtech.net
> 
> * Web Hosting and Internet Solutions
> * Domain Name Hosting $19.95/Month
> * Web Designers Wanted!
> * Web Hosting Reseller Program
> 
> 
> 
> 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005260921.KAA44631>