Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 654 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 654 Bytes

mod_url for Apache & lighttpd module

mod_url rewrites uri that fix mismatched URL encoding between server and client.

License

  • For apache modules, GPL2
  • For lighttpd modules, BSD 2-clause

Compatibility

Download

This project has no plan for release. Use latest rivision.

Installation

  • For Apache

    shell> apxs -i -c mod_url.c
  • For lighttpd

    See also README in the lighttpd mod_url directory