I've installed apache and php but I'm not able to make it work as it should. I could write every detail about the process but I would rather hear from someone that was able to make it work. Can someone briefly explain what was done to make phpwork with apache 2.4.4. I know there is an option when you port it: PROXY_FCGI FastCGI support module for mod_proxy but when I enable the compiled module in httpd.conf there is an error. (as seen below)
Code:
/root # service apache24 configtest
Performing sanity check on apache24 configuration:
httpd: Syntax error on line 119 of /usr/local/etc/apache24/httpd.conf: Cannot load libexec/apache24/mod_proxy_fcgi.so into server: /usr/local/libexec/apache24/mod_proxy_fcgi.so: Undefined symbol "proxy_module"
Code:
/root # apachectl -v
Server version: Apache/2.4.4 (FreeBSD)
Server built: Jun 1 2013 11:02:40
Code:
/root # /usr/local/bin/php-cgi -v
PHP 5.3.25 with Suhosin-Patch (cgi-fcgi) (built: May 24 2013 14:51:50)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2013 Zend Technologies