----------------------------------------------------------------
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!!!
----------------------------------------------------------------

"Tim Stoop (CVD)" wrote:

> Hi there,
> 
> I'm trying to configure JServ 1.1 to work on my Linux 2.2.14 dedicated
> server. With Apache 1.3.11 (configured for DSO), of course. Installing goes
> without errors (now), but after i restarted the server, jserv doesn't seem
> to work. When I try (after a lot of searching and some help from irc) "httpd
> | grep DSO" it gives me the next error message:
> Syntax error on line 127 of /etc/httpd/conf/httpd.conf:

Have you checked the log files? There should be a /logs subdirectoy
under /apache. In there, you should see a log called error_log. Read it.
You should see some errors. If not, check the jserv.log and
mod_jserv.log. 

Another thing you can execute apachectl with the 'configtest' parameter.
type 'apachectl configtest' and see if you get 'Syntax Ok'. 

> API module structure `jserv_module' in file /etc/httpd/modules/mod_jserv.so
> is garbled - perhaps this is not an Apache module DSO?
> What did I do wrong?? Can I fix this, one way or the other?

Those are not text files. They must be c compiled? Anyway, you cannot
read them by using 'more' or what have you. They are executables or
something to that effect. Check the logs and the configtest.
 
Ben Ricker


--
--------------------------------------------------------------
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]

Reply via email to