ceph / mod-proxy-fcgi

mod_proxy_fcgi for apache 2.2
Other
7 stars 4 forks source link

Make a note that apxs is required #7

Closed jtreminio closed 8 years ago

jtreminio commented 8 years ago

First time compiling for Apache - stumbled for a few minutes before realizing apxs is required to compile this!

ktdreyer commented 8 years ago

What distro are you using? Trying to think of how to word the instructions...

jtreminio commented 8 years ago

I'm on CentOS, yum install httpd-devel.

On Debian/Ubuntu it's apt-get install apache2-dev

ktdreyer commented 8 years ago

We could adjust the AC_PATH_PROG(APXS, 'apxs') check in configure.ac to print these package names when apxs is not found.

ktdreyer commented 8 years ago

See the PR at #8

ktdreyer commented 8 years ago

Also, if you're on CentOS, you can try the mod_proxy_fcgi package from EPEL, https://dl.fedoraproject.org/pub/epel/6/x86_64/repoview/mod_proxy_fcgi.html

I've updated the README for this in #9

ktdreyer commented 8 years ago

Fixed in #8 and #9