Hello dear friends.
I would like to hear your opinions or get an advice even.
I have a problem that I can't solve this week, so it's gonna be:
I'm trying to install FastCGI, so that my customer will be able to run index.fcgi files. I tried to do it in several ways:
1. Using apt-get I installed all FastCGI related (even tried to install libapache-mod-scgi and forgot that it installs package "apache" that rewrote my customapache - but I rebuilt the customapache and it's ok now , so as said i tried to install all apt-get packages related to fcgi (fastcgi). - no luck.
2. Tried to Install it using apxs (Installing mod_fastcgi as a DSO) - no luck.
3. Tried to download the (http://www.fastcgi.com/dist/)
* fcgi-2.4.0.tar.gz &
* mod_fastcgi-2.4.2.tar.gz
and install it like it's written on fastcgi.com site - no luck.
maybe i'm doing something wrong, perhaps im missing something?
This is what I get as an error when using "apachectl configtest":
I added this to my master httpd.conf file:
Also I tried to add:
It's probably some special configuration I need to do due to the customapache I use in directadmin. And I would like to get help.
I be very happy if I will.
Technical details:
I would like to hear your opinions or get an advice even.
I have a problem that I can't solve this week, so it's gonna be:
I'm trying to install FastCGI, so that my customer will be able to run index.fcgi files. I tried to do it in several ways:
1. Using apt-get I installed all FastCGI related (even tried to install libapache-mod-scgi and forgot that it installs package "apache" that rewrote my customapache - but I rebuilt the customapache and it's ok now , so as said i tried to install all apt-get packages related to fcgi (fastcgi). - no luck.
2. Tried to Install it using apxs (Installing mod_fastcgi as a DSO) - no luck.
3. Tried to download the (http://www.fastcgi.com/dist/)
* fcgi-2.4.0.tar.gz &
* mod_fastcgi-2.4.2.tar.gz
and install it like it's written on fastcgi.com site - no luck.
maybe i'm doing something wrong, perhaps im missing something?
This is what I get as an error when using "apachectl configtest":
- somewhy it still doesn't recognize FastCGI commands in httpd.conf.Syntax error on line 106 of /usr/local/directadmin/data/users/andreas/httpd.conf:
Invalid command 'FastCgiAuthenticator', perhaps mis-spelled or defined by a module not included in the server configuration
/usr/sbin/apachectl restart: httpd could not be started
I added this to my master httpd.conf file:
It starts ok without error if i remove the 'FastCgiAuthenticator', 'FastCgiConfig' & 'FastCgiServer' from user's httpd.conf file.LoadModule fastcgi_module /usr/lib/apache/mod_fastcgi.so
Also I tried to add:
to the master httpd.conf file, but then all sites went down and i got 'seqmentation fault' erros in '/var/log/httpd/error_log'.AddModule mod_fastcgi.c
It's probably some special configuration I need to do due to the customapache I use in directadmin. And I would like to get help.
I be very happy if I will.
Technical details:
Linux nicole 2.6.15wal #2 PREEMPT Fri Jan 13 17:35:52 IST 2006 i686 GNU/Linux
httpd: Server version: Apache/1.3.34 (Unix)