[erlang-questions] catch-all handler for httpd
Ingela Andin
ingela@REDACTED
Wed Nov 23 17:58:42 CET 2011
Hi!
If you really want to handle all request yourself write your own
mod_<module> and configure its use with the help of the modules
option to httpd.
You can also have a mod_module to use in combination with the default
ones. Note that some of the existing ones have dependencies on other
default mod_*-modules.
Regards Ingela Erlang/OTP team - Ericsson AB
2011/11/23 Joel Reymont <joelr1@REDACTED>:
> I'm trying to write a proxy in Erlang and would like all requests to go to a certain module and function.
>
> How do I configure httpd to make it happen?
>
> What should I use instead of erl_script_alias and mod_esi?
>
> Thanks, Joel
>
> --------------------------------------------------------------------------
> - for hire: mac osx device driver ninja, kernel extensions and usb drivers
> ---------------------+------------+---------------------------------------
> http://wagerlabs.com | @wagerlabs | http://www.linkedin.com/in/joelreymont
> ---------------------+------------+---------------------------------------
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
More information about the erlang-questions
mailing list