[Ur] mod_fcgid and Ur/Web
Adam Chlipala
adamc at impredicative.com
Thu May 3 10:39:06 EDT 2012
Edward Z. Yang wrote:
> Has anyone on this list gotten Ur/Web to work with mod_fcgid,
> using only .htaccess available directives? (I keep getting
> 404 errors in the error log, even when I try rewriting
> the paths.)
I run all the demos on www.impredicative.com using FastCGI in Apache,
though I don't remember which module I'm using. It's the one that adds
the 'FastCgiServer' directive, and the manual documents how to make such
things work.
Getting things to work properly with an arbitrary module shouldn't be
complicated. You just have to get the web server to pass the
application URI's in exactly the format it would get if you had compiled
a standalone web server.
If you can point to a small set of short source and configuration files
that illustrates the problem, I may be able to offer more specific advice.
More information about the Ur
mailing list