hi,<br>I've just finished making a web-app in KPAX using the standalone server and it works well.<br><br>I have apache2 and mod_lisp2  installed (I "apt-get install libapache-mod-lisp" it).<br><br>I also have SBCL and KPAX installed in /usr/lib/sbcl/site/kpax
<br><br clear="all">My apache server has it's DocumentRoot at /var/www<br><br>I read a previous post on how to use KPAX and mod_lisp but I still can't make it work.<br><br>My kpax.conf file has:<br>-----------------------------------------------
<br>LispServer <a href="http://127.0.0.1">127.0.0.1</a> 2001 "kpax"<br><br><Location /kpax/dynamic/><br>         SetHandler lisp-handler<br></Location><br><br>Alias /kpax/static/ "/var/www/site/static/"
<br><br><Directory "/var/www/site/static/"><br>         Options FollowSymLinks<br>         AllowOverride None<br>         Order allow,deny<br>         Allow from all<br></Directory><br>----------------------------------------------------
<br>after starting apache I run SBCL and type<br>(asdf:operate 'asdf:load-op :kpax)<br>(asdf:operate 'asdf:load-op :clsql)<br>(in-package :kpax-user)<br>(start-kpax)<br> ----------------------------------------------------
<br><br>and it seems to be working fine<br>(I get "<#MOD-LISP-SERVER :RUNNING {...}>")<br><br>Nevertheless, I can't access neither the web app I made, nor any other web-app such as helloworld1.<br>when I try to access http:/localhost/kpax/dynamic/helloworld1 I get a message in my 
error.log:<br>[error] (70007)The timeout specified has expired: error reading from Lisp<br><br>could somebody help me PLEASE?<br><br>Thnx<br><br><br>-- <br>I would never die for my beliefs because I might be wrong.<br><br>
Bertrand Russell