Hello
is there any fastcgi rpm available.
I downloaded fastcgi rpm from pbone.net, but it does not contain mod_fastcgi.so what about srpm ?
http://rpm.pbone.net/index.php3/stat/4/idpl/612033/com/mod_fastcgi-2.4.0-1.i...
thanks for help
On Wed, Oct 24, 2007 at 04:23:58PM -0300, Centos alleged:
Hello
is there any fastcgi rpm available.
I downloaded fastcgi rpm from pbone.net, but it does not contain mod_fastcgi.so what about srpm ?
http://rpm.pbone.net/index.php3/stat/4/idpl/612033/com/mod_fastcgi-2.4.0-1.i...
thanks for help
I just looked at the package and it does contain mod_fastcgi.so.
$ rpm -qlp mod_fastcgi-2.4.0-1.i386.rpm /usr/lib/apache/mod_fastcgi.so /usr/share/doc/mod_fastcgi-2.4.0 /usr/share/doc/mod_fastcgi-2.4.0/CHANGES /usr/share/doc/mod_fastcgi-2.4.0/LICENSE.TERMS /usr/share/doc/mod_fastcgi-2.4.0/mod_fastcgi.html
yes, missed it, but it install the module to /usr/lib/apache/mod_fastcgi.so
do you have link to srpm ? I should change the top_dir to /etc/httpd/
Thanks
Garrick Staples wrote:
On Wed, Oct 24, 2007 at 04:23:58PM -0300, Centos alleged:
Hello
is there any fastcgi rpm available.
I downloaded fastcgi rpm from pbone.net, but it does not contain mod_fastcgi.so what about srpm ?
http://rpm.pbone.net/index.php3/stat/4/idpl/612033/com/mod_fastcgi-2.4.0-1.i...
thanks for help
I just looked at the package and it does contain mod_fastcgi.so.
$ rpm -qlp mod_fastcgi-2.4.0-1.i386.rpm /usr/lib/apache/mod_fastcgi.so /usr/share/doc/mod_fastcgi-2.4.0 /usr/share/doc/mod_fastcgi-2.4.0/CHANGES /usr/share/doc/mod_fastcgi-2.4.0/LICENSE.TERMS /usr/share/doc/mod_fastcgi-2.4.0/mod_fastcgi.html
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
I just made symlink ln -s /usr/lib/apache/mod_fastcgi.so /etc/httpd/modules/mod_fastcgi.so
but I got this error when starting the httpd:
Starting httpd: httpd: Syntax error on line 199 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_fastcgi.so into server: /etc/httpd/modules/mod_fastcgi.so: undefined symbol: ap_user_id
line 99 is in httpd : LoadModule fastcgi_module modules/mod_fastcgi.so thanks
Centos wrote:
yes, missed it, but it install the module to /usr/lib/apache/mod_fastcgi.so
do you have link to srpm ? I should change the top_dir to /etc/httpd/
Thanks
Garrick Staples wrote:
On Wed, Oct 24, 2007 at 04:23:58PM -0300, Centos alleged:
Hello
is there any fastcgi rpm available.
I downloaded fastcgi rpm from pbone.net, but it does not contain mod_fastcgi.so what about srpm ?
http://rpm.pbone.net/index.php3/stat/4/idpl/612033/com/mod_fastcgi-2.4.0-1.i...
thanks for help
I just looked at the package and it does contain mod_fastcgi.so.
$ rpm -qlp mod_fastcgi-2.4.0-1.i386.rpm /usr/lib/apache/mod_fastcgi.so /usr/share/doc/mod_fastcgi-2.4.0 /usr/share/doc/mod_fastcgi-2.4.0/CHANGES /usr/share/doc/mod_fastcgi-2.4.0/LICENSE.TERMS /usr/share/doc/mod_fastcgi-2.4.0/mod_fastcgi.html
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Please. Stop. Top-posting.
On 10/24/07, Centos centos@unixplanet.biz wrote:
I just made symlink ln -s /usr/lib/apache/mod_fastcgi.so /etc/httpd/modules/mod_fastcgi.so
This won't work. /etc/httpd/modules is a link itself. It links to /usr/lib/httpd/modules/
the fastcgi package was built back in the stone age when it was still called apache on RH based systems.
Please do not top post.
On 10/24/07, Centos centos@unixplanet.biz wrote:
yes, missed it, but it install the module to /usr/lib/apache/mod_fastcgi.so
do you have link to srpm ? I should change the top_dir to /etc/httpd/
Uh, the page you linked to has the link to the src.rpm, and it's still not what you want. It's from 2003.
On 10/24/07, Centos centos@unixplanet.biz wrote:
Hello
is there any fastcgi rpm available.
I downloaded fastcgi rpm from pbone.net, but it does not contain mod_fastcgi.so what about srpm ?
http://rpm.pbone.net/index.php3/stat/4/idpl/612033/com/mod_fastcgi-2.4.0-1.i...
I really doubt you want to use an rpm from 2003 with any modern version of centos.
you should try fcgi instead, as it's the modern incarnation of fastcgi.
can you please forward the link for fcgi rpm
Thanks
Jim Perrin wrote:
On 10/24/07, Centos centos@unixplanet.biz wrote:
Hello
is there any fastcgi rpm available.
I downloaded fastcgi rpm from pbone.net, but it does not contain mod_fastcgi.so what about srpm ?
http://rpm.pbone.net/index.php3/stat/4/idpl/612033/com/mod_fastcgi-2.4.0-1.i...
I really doubt you want to use an rpm from 2003 with any modern version of centos.
you should try fcgi instead, as it's the modern incarnation of fastcgi.
On 10/24/07, Centos centos@unixplanet.biz wrote:
can you please forward the link for fcgi rpm
A quick google will point you to -> http://download.fedora.redhat.com/pub/epel/5/i386/repoview/M.group.html
If this isn't right for your version of centos (since you didn't specify which you're using) you may have to salt the url to taste.
Thanks
I found the SRPM for mod_fcgid , compiled it and my perl fcgi is working good. however it seems mod_fcgid does not come with fcgi C++ libraries.
would you please let me know if you know where can I find fcgilib rpm . my googling seems not to be very good :)
Thanks again for help
Jim Perrin wrote:
On 10/24/07, Centos centos@unixplanet.biz wrote:
can you please forward the link for fcgi rpm
A quick google will point you to -> http://download.fedora.redhat.com/pub/epel/5/i386/repoview/M.group.html
If this isn't right for your version of centos (since you didn't specify which you're using) you may have to salt the url to taste.