wiedi / kumquat

small webhosting management portal
MIT License
15 stars 5 forks source link

Use alternative to ProxyPassMatch command because of regex issues #20

Closed drscream closed 9 years ago

drscream commented 9 years ago

The biggest problem with the ProxyPassMatch is the strange regex format which sometimes didn't match the php files. It's much easier to use the FileMatch option with SetHandler. Works and tested with the newest apache 2.4 version.