Would you like to provide a URL rewrite module like it is available
for the apache web server (http://httpd.apache.org/docs-
2.1/mod/mod_rewrite.html)?
Can modules from other web
servers be used by your software?
most of what mod_rewrite does can be accomplished more understandably with fairly simple tcl code. However, mod_rewrite is quite popular, so it might be useful to ship a module that implements the simplest and most common uses, and to write a cookbook describing how to accomplish the basic rewrites with tcl.
In general, modules for other web servers cannot be used by aolserver without significant changes.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=572001
Have you got plans for such an extension?
most of what mod_rewrite does can be accomplished more understandably with fairly simple tcl code. However, mod_rewrite is quite popular, so it might be useful to ship a module that implements the simplest and most common uses, and to write a cookbook describing how to accomplish the basic rewrites with tcl.
In general, modules for other web servers cannot be used by aolserver without significant changes.