<br><div><span class="gmail_quote">On 4/18/07, <b class="gmail_sendername">Sven Van Caekenberghe</b> <<a href="mailto:scaekenberghe@common-lisp.net">scaekenberghe@common-lisp.net</a>> wrote:</span><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
<br>Nico,<br><br>We haven't been using the mod_lisp construction for a long time,</blockquote><div><br>What were you using instead?  </div><br><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
 but<br>it should still work. A recent change to #'START-KPAX switched the<br>default argument for :server-class from 'mod-lisp-server to 's-http-<br>server (see previous sentence, sorry for the inconvenience). That
<br>could be your problem (if you are tracking the darcs repo), but you<br>do get a mod-lisp-server instance.<br><br>You could also do the following:<br>- do a describe of the mod-lisp-server instance so that we can look<br>
inside it (do the ports match ?)</blockquote><div><br>When I run describe on *web-app-server* I get:<br><br>is an instance of class #<STANDARD-CLASS MOD-LISP-SERVER>.<br> The following slots have :INSTANCE allocation:
<br>  CUTOFF                    200  LOGGER-LOCK               #S(SB-THREAD:MUTEX :NAME "logger" :VALUE NIL)<br>  APPENDERS                 (#<DEBUG-STREAM-APPENDER {B2C6911}> #<STREAM-APPENDER {B280029}>)  
<br>LAST-FLUSHED-TIMESTAMP    3385895330  ATTRIBUTES                NIL  SESSIONS                  <br>#<HASH-TABLE :TEST EQL :COUNT 0 {B2242B1}>  SESSION-LIFETIME          3600  SESSIONS-LAST-REAPED      3385895330  SESSION-ID-SEED           2575558109  SESSION-LOCK              
<br>#S(SB-THREAD:MUTEX                               :NAME "session-manager"                               :VALUE NIL)  <br>DYNAMIC-PREFIX            "/kpax/dynamic/"<br>  STATIC-PREFIX             "/kpax/static/"
<br>  HOSTNAME                  "localhost"<br>  SERVER-ID                 "KPAX1"<br>  DISPATCHER                #<KPAX::DISPATCHER {B249311}><br>  DEBUG-MODE                T  <br>STREAM-APPENDER           #<STREAM-APPENDER {B280029}>
<br>  DEBUG-STREAM-APPENDER     #<DEBUG-STREAM-APPENDER {B2C6911}><br>  STATE                     :RUNNING<br>  KEEP-ALIVE                T<br>  SERVER-PROCESS            (("mod-lisp server port 2001"                              #<SB-BSD-SOCKETS:INET-SOCKET descriptor 5 {B34C859}>
<br>                              #<SB-IMPL::HANDLER INPUT on descriptor 5: #>))  CLIENT-PROCESSES          NIL <br> </div><br><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
- check all apache log files (error and access)</blockquote><div><br>Apache access.log file only shows:<br> <a href="http://127.0.0.1">127.0.0.1</a> - - [18/Apr/2007:03:42:19 -0300] "GET /kpax/dynamic/helloworld1 HTTP/1                                                              .1" 500 667 "-" "Opera/9.10 (X11; Linux i686; U; en)" 
<br><br>(no response)<br></div><br><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
- can you see/inspect/debug anything on the lisp side ?<br>- telnet manually to lispworks and talk the mod_lisp protocol</blockquote><div><br>I dont have lispWorks. (Maybe trying localhost:2001)? </div><br><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
- check your firewall settings (you are running both servers on the<br>same host ?)</blockquote><div><br>I have actually both servers on the same host. </div><br><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
It will probably be a very simple configuration fault, but these<br>things tend to be hard to find...<br><br>Sven<br><br><br><br><br></blockquote></div><br><br clear="all"><br>-- <br>I would never die for my beliefs because I might be wrong.
<br><br>Bertrand Russell