gnif / mod_rpaf

reverse proxy add forward module for Apache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alternate aspx binary locations

jdarwood007 opened this issue · comments

On my system I have my apxs2 file located here: /usr/local/apache2/bin/apxs2

The apxs.sh file does not take this into account and properly locate apxs2, thus my build fails. There also doesn't appear to be a way to specify this during build time.

Feel free to provide a PR that uses an environment variable to specify the apxs2 binary path.