---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- I am using Redhat linux 6.0 with kernel 2.2.5-15 and jdk 1.1.7 version 3 from blackdown and apache is 1.3.9. After deinstaliing the apache rpm I had installed the apache 1.3.9 and Jsdk2.0 and JServ 1.0. The installation was successful as the mod_jserv.so was build and copied in the /usr/local/apache/libexec. I had edited the /usr/local/apache/conf/httpd.conf and add the following lines LoadModule jserv_module /usr/local/apache/libexec/mod_jserv.so AddModule mod_jserv.c <IfModule mod_jserv.c> ApJServManual off ApJServSecretKey DISABLED ApJServProperties /mydir/ApacheJserv-.0/example/jserv.properties ApJServLogFile /var/log/jserv.log ApJServMount /example /example </IfModule> <Location /status/jserv> SetHandler jserv-status order deny,allow allow from 127.0.0.1 </Location> The ownership of jserv.log is nobody:nobody and its permission is 666,same holds true for the acces.log and error.log of apache. The apache is starting without loading the mod_jserv.so. In the jserv.log no warnings and error are being recorded . please suggest me where I am going wrong. thanks in adavance sachin -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]