You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Giannandrea Castaldi <g....@quinary.com> on 2004/03/08 13:27:59 UTC

[users@httpd] Apache doesn't read responses from a lisp module

Hi,
I'm using Apache (apache-1.3.29-r1) on Gentoo to manage connections to 
an UnCommon Web (ucw) server executed with cmucl.
I've added the mod_lisp module and in apache.conf the following statement:
...
LoadModule lisp_module		modules/mod_lisp.so
...
AddModule mod_lisp.c

LispServer 127.0.0.1 8080 "ucw"

while in the commonapache.conf file this location:
<Location /ucw>
    SetHandler lisp-handler
    Allow from all
</Location>

When I start apache I haven't any error. In the file error log there is 
this message but I think it isn't important:
([Sun Mar  7 11:01:29 2004] [notice] Apache/1.3.29 (Unix) Gentoo/Linux) 
mod_lisp/2.33 configured -- resuming normal operations)

How you can see from the netstat command I have the ucw server that is 
listening on port 8080 and apache that  is running without problem on 
port 80, but if I try to go with mozilla to http://127.0.0.1/ucw/admin/ 
in the status bar it says 'waiting for 127.0.0.1' and looking at the 
Recv-Q column of the netstat result seems that ucw has sent the response 
but apache doesn't read it.

Any suggestion?

Thanks.

Giannandrea.


Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address 
State       User       Inode

tcp        0      0 127.0.0.1:32844         0.0.0.0:* 
LISTEN      1000       3796

tcp        0      0 0.0.0.0:111             0.0.0.0:* 
LISTEN      0          2522

tcp        0      0 0.0.0.0:80              0.0.0.0:* 
LISTEN      0          3857

tcp        0      0 0.0.0.0:8080            0.0.0.0:* 
LISTEN      1000       3799

tcp        0      0 0.0.0.0:23              0.0.0.0:* 
LISTEN      0          2823

tcp        0      0 127.0.0.1:32843         127.0.0.1:32842 
ESTABLISHED 1000       3794

tcp        0      0 127.0.0.1:32842         127.0.0.1:32843 
ESTABLISHED 1000       3795

tcp      525      0 127.0.0.1:8080          127.0.0.1:32852 
ESTABLISHED 0          0

tcp        0      0 127.0.0.1:32845         127.0.0.1:32844 
ESTABLISHED 1000       3797

tcp        0      0 127.0.0.1:32844         127.0.0.1:32845 
ESTABLISHED 1000       3798

tcp        0      0 127.0.0.1:8080          127.0.0.1:32848 
ESTABLISHED 1000       3867

tcp        0      0 127.0.0.1:32852         127.0.0.1:8080 
ESTABLISHED 81         4035

tcp        0      0 127.0.0.1:32848         127.0.0.1:8080 
ESTABLISHED 81         3866



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org