ceph / mod-proxy-fcgi

mod_proxy_fcgi for apache 2.2
Other
7 stars 4 forks source link

An error in documentation #13

Open akaPipo opened 3 hours ago

akaPipo commented 3 hours ago

Please edit documentation.

  1. Be aware of this line printf "LoadModule proxy_fcgi_module modules/mod_proxy_fcgi.so" > /etc/httpd/conf/httpd.conf, this will rewrite your configuration file with just that line;
  2. The line ProxyPass / fcgi://127.0.01:9000/ should be ProxyPass / fcgi://127.0.0.1:9000/var/www/html/, where /var/www/html/ is the DocumentRoot of a VirtualHost.
sebastian-philipp commented 3 hours ago

This thing is 7 years old. No sure if any of this still works.

akaPipo commented 2 hours ago

This thing is 7 years old. No sure if any of this still works.

I have checked it up just right now on Centos 6.6 within virtual machine. Everything works well. So, thank you, @sebastian-philipp . :)