Roman Krüger schrieb:
> Hello all,
> 
> I want to use URL rewriting in the httpd of Busybox, like with
> Apache's mod_rewrite module.
> 
> For example, I want to rewrite the URL:
> 
> /cgi-bin/test?foo=bar&bla=blubb
> to
> /data/foo/bar/bla/blubb/
> 
> 
> Is this possible with Busybox' httpd and how?
> 
> 

hi roman,
i do not thing that it is possible with bb_httpd now,
but you could easy add an popen(3) call and use a script
to rewrite the line.

i am not sure if denys will be happy with that but adding
hooks to the bb_http would be interesting stuff to do and
open new opportunities for applications.

re,
 wh
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to