Greetings,
Im trying to configure JServ here ... but everytime I try to apachectl
start I get the following message.
-
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/sbin/apachectl start: httpd could not be started
-
and I DO have ApJServSecretKey in my configuration.... no matter if I
use "ApJServSecretKey DISABLED" or
"ApJServSecretKey /usr/local/etc/apache/jserv.secret.key" ... I'll
always get this message.
below is what I have in my httpd.conf right now
###### in httpd.conf #######
LoadModule jserv_module libexec/apache/mod_jserv.so
AddModule mod_jserv.c
<IfModule mod_jserv.so>
ApJServManual off
#ApJServSecretKey DISABLED
ApJServSecretKey /usr/local/etc/apache/jserv.secret.key
ApJServProperties /usr/local/etc/apache/jserv.properties
ApJServLogFile /var/log/httpd/jserv.log
ApJServMount /webmail /webmail
</IfModule>
--
João Assad - 515-5055
Depto de Operações
Domain Internet - Navegue Voando!!!
http://www.domain.com.br
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]