[plt-scheme] web server directories

From: Jordan Johnson (jorjohns at cs.indiana.edu)
Date: Fri Sep 24 11:14:34 EDT 2004

A while ago, Jens Axel Søgaard wrote that the PLT web server could be 
proxied by Apache:
>     text-web-server -p 8080
> ...
>     In .htaccess :
>
>     RewriteEngine On
>     RewriteRule ^(.*)$ http://localhost:8080/$1 [P]

I think I already know the answer to this one, but before I go through 
with setting up the whole deal, I'd like to be sure:  if I'm handling 
user logins through Apache's .htaccess, will the username given to 
Apache be available to the PLT server via extract-user/pass?

Thanks,
jmj

--
"In this era of big brains, anything that can be done will be done - so 
hunker down." -- Kurt Vonnegut



Posted on the users mailing list.