apache and yaws

Bernardo Signori auxsoft@REDACTED
Thu Jan 26 15:24:21 CET 2006


On 1/26/06, Christian S <chsu79@REDACTED> wrote:
> One could have apache relay requests to yaws through fastcgi. I dont think
> yaws support
> fastcgi as it is now. The approach allows one to get world domination in
> small steps for
> existing installations and in a future make apache redundant.
>

I think the more common approach for using apache as a front end to
other web servers is through mod_proxy
(http://httpd.apache.org/docs/2.0/mod/mod_proxy.html), perhaps in
combination with mod_rewrite. For example you could serve the static
pages with apache.

--
Bernardo



More information about the erlang-questions mailing list