I'm attempting to start up the apache server, however I am getting the
error:

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.
/usr/local/apache/bin/apachectl start: httpd could not be started

However, this IS disabled in my tomcat-apache.conf:

>From my apache-tomcat.conf:

LoadModule jserv_module libexec/mod_jserv.so
ApJServManual on
ApJServDefaultProtocol ajpv12
ApJServSecretKey DISABLED
ApJServMountCopy on
ApJServLogLevel notice

Amd my httpd.conf has the Include for the tomcat-apache.conf:

include
/usr/local/apache/sites/xxxxxxxx.com/jakarta-tomcat/conf/tomcat-apache.conf

also from the tomcat.properties file:

security.selfservlet=true
security.selfservlet=true
# security.backlog=5
#security.allowedAddresses=127.0.0.1
security.authentication=false
#security.secretKey=@JSERV_CONF@/jserv.secret.key
#security.challengeSize=5

Any ideas?

I'm pretty new to apache/tomcat, if I'm missing something obvious, please
excuse and don't flame me too bad.



Neal Dias

UNIX Systems Administrator
Sunglass Hut International, MIS Dept.
office: (305) 648-6479
mobile: (786) 368-5742
wk. email: [EMAIL PROTECTED]
pvt. email: [EMAIL PROTECTED]


*******************************************************************************

Whoever fights monsters should see to it that in the process he does not
become a monster. And when you look into an abyss, the abyss also looks
into you. -Nietzsche

Any opinions expressed above or below are entirely my own and may not
reflect those of my employers.

The information contained in this e-mail message is confidential, intended
only for the receipt and use of the individual(s) or entity(s) named above.
If the reader of this email message is not the intended recipient, or the
employee or agent responsible for its delivery to the intended and or
addressed recipient, you are hereby notified that any review,
dissemination, distribution or copying of this communication is strictly
prohibited except at the express consent of its author.





Reply via email to