[racket] PLT-Web-Server unter Apache

From: J G Cho (gcho at fundingmatters.com)
Date: Mon Apr 23 12:13:10 EDT 2012

Thank you. It seems to work.

To recap:

On Ubuntu
edit /etc/apache2/sites-enabled/default

ProxyPass /apps/ http://localhost:8080/apps/
ProxyPassReverse /apps/ http://localhost:8080/apps/

#:servlet-path "/apps/"

I did not have the trailing / in my tests and Apache did not forward
apps;k-url  to RKT.

On Fri, Apr 20, 2012 at 12:54 PM, Jens Axel <jensaxelsoegaard at gmail.com> wrote:
> Does this work?
>
> http://www.deinprogramm.de/material/servlets-apache.html
>
> Or is this what you already tried?
>
> /Jens Axel
>

Posted on the users mailing list.