Skip to content

Joungkyun/mod_url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ab67ad5 · Oct 17, 2016

History

82 Commits
Feb 5, 2016
Feb 6, 2016
Feb 12, 2016
Oct 17, 2016

Repository files navigation

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