[plt-scheme] web server behind apache

From: Corey Sweeney (corey.sweeney at gmail.com)
Date: Fri Nov 4 16:17:58 EST 2005

I changed apache from proxying the plt-ws directory, to proxying everything
starting at the root directopry, and the add.ss demo works great now with
https.

Thanks

Corey

On 11/4/05, Anton van Straaten <anton at appsolutions.com> wrote:
>
> Corey Sweeney wrote:
> > Then I try manually going to
> >
> > https://localhost/plt-ws/servlets;id18*0*19261510/examples/add.ss, and I
> > get the less expected error:
> >
> > Error 500
> >
> > The servlet terminated abnormally.
> > Please ask the author to fix the problem based on the details in the
> > Web server's log file.
> >
> > Powered by PLT
> >
> >
> > and the webserver puts on stdout:
> >
> > Servlet exception:
> > extract-binding/single: number not found in ()
> >
> >
> > Anyone know what's happening here?
>
> The add.ss servlet generates HTML which uses an HTTP POST request to
> submit the numbers to the servlet. If you navigate to that URL directly
> using your browser, the associated form info isn't available.
>
> Anton
>
>


--
((lambda (y) (y y)) (lambda (y) (y y)))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20051104/362740d6/attachment.html>

Posted on the users mailing list.