Displaying 2 results from an estimated 2 matches for "cbcdev".
Did you mean:
bdev
2015 Nov 16
2
FCGIWrapper
...AH00526: Syntax error on line 393 of /etc/httpd/conf/httpd.conf
Wrapper /home/currencybooking/fcgi-bin/php5.fcgi cannot be accessed:...enied
The line no 393 in /etc/httpd/conf/httpd.conf is
FCGIWrapper /home/currencybooking/fcgi-bin/php5.fcgi .php
Later I tried to install FCGIWrapper.
[root at cbcdev mod_fastcgi-2.4.6]# make top_dir=/usr/lib64/httpd
Makefile:12: /usr/lib64/httpd/build/special.mk: No such file or directory
make: *** No rule to make target `/usr/lib64/httpd/build/special.mk'. Stop.
I am not to able to build the package.
Do I need to change the ownership if I copied file fro...
2015 Nov 17
0
FCGIWrapper
...no 393 in /etc/httpd/conf/httpd.conf is
> FCGIWrapper /home/currencybooking/fcgi-bin/php5.fcgi .php
SELinux is going to not let you run executable content out of
/home/currencybooking/. I suggest putting it in /var/www/cgi-bin/.
> Later I tried to install FCGIWrapper.
>
> [root at cbcdev mod_fastcgi-2.4.6]# make top_dir=/usr/lib64/httpd
> Makefile:12: /usr/lib64/httpd/build/special.mk: No such file or directory
> make: *** No rule to make target `/usr/lib64/httpd/build/special.mk'. Stop.
> I am not to able to build the package.
Why are building it yourself? mod_fcgi...