That's to statically link JServ into httpd. I tried that too, but didn't
get anywhere, so then I tried to compile it as a DSO.
I started over, and got farther, but still get an error. I tried both
"ApJServSecretKey DISABLED", and a secret.key file with some random text,
but neither works. I don't seem to be having much luck with this.

hobbit:/usr/local/apache/sbin # ./apachectl start
You must specify a secret key, or disable this feature.
To disable, add "ApJServSecretKey DISABLED" to your Apache configuration
file.
To use, add "ApJServSecretKey {filename}" where filename is document
with more or less random contents, and perhaps a few kb in length.
The Apache JServ documentation explains this in more detail.
./apachectl start: httpd could not be started   

On Mon, 17 May 1999, Ben White wrote:

> I had a similar problem when I used:
> 
> ./configure --with-apache-src=/path/to/apache/src
> 
> Try
> 
> ./configure --with-apache-install=/path/to/apache/install
> 
> This immediately fixed the problem for me.
> 
> Ben White
> 
> Walter Greenwood wrote:
> > 
> > I read the FAQs and followed the directions on this page:
> > http://java.apache.org/faq/fom-serve/cache/144.html
> > Using: Apache 1.3.3, JServ 1.0b3, JDK 1.2 on a SuSE 6.0 system.
> > The configuration and compilation went okay, but I get an error when I try
> > to start apache.
> > hobbit:/usr/local/apache/sbin # ./apachectl start
> > Syntax error on line 44 of /usr/local/apache/etc/httpd.conf:
> > Cannot load /usr/local/apache/libexec/mod_jserv.so into server:
> > /usr/local/apache/libexec/mod_jserv.so: undefined symbol: jserv_error_exit
> > ./apachectl start: httpd could not be started
> > 
> > I added "Include /usr/local/apache/etc/jserv.conf" to httpd.conf and
> > configured jserv.conf, jserv.properties and zone.properties. LoadModule
> > and AddModule were added to httpd.conf by the config script, and
> > mod_jserv.so exists in libexec.
> > What could be the problem?
> > Walter
> > 



----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to