centos fcgid installation

Discussion in 'HOWTO-Related Questions' started by bitla, May 30, 2012.

  1. bitla

    bitla New Member

    Hello,

    I am newbie to Linux, I thank you for providing well crafted Howto's. I am try to setup a local webserver on my pc. I have installed CentOS 5.X, update it, installed Apache2, php5, mysql with help of your website.

    At present the server API is Apache2 Handler, I am trying to change to CGI/FASTCGI.

    The below webpage gives instructions to install it but the repository link given in the step 2 provided is not found. ( wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-5.noarch.rpm)

    webpage:


    http://www.howtoforge.com/how-to-set-up-apache2-with-mod_fcgid-and-php5-on-centos-6.2-p2

    Please update the repository link.

    One question I would like to ask, may be at the wrong place.

    I have a php script which after installation and when website is opened it produces .html pages . This is working fine on my paid hosting service but not on localhost. It give me error message "page not found"

    example: www.mydomain.com will output www.mydomain.com/index.html with page not found error message.

    It is a music script (may be designed on joomla).

    What modules and extension would be required for the script to work properly.

    Thanks
     
  2. falko

    falko Super Moderator Howtoforge Staff

    The correct link is now http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-7.noarch.rpm

    I've updated it in the tutorial.

    Does the script generate HTML pages (like index.html), or does it just redirect to existing HTML pages?
     
  3. bitla

    bitla New Member

    Thanks Falko,

    script generates html pages. script name is agriya volume version 2.0.9

    When I use the command rpm -ivh epel-release-6.7.noarch.rpm I get the below error message
    error: Failed dependencies
    rpmlib (FileDigests) <= 4.0.6.0-1 is need by epel-release-6.7.noarch
    rpmlib (FileDigests) <= 5.2-1 is need by epel-release-6.7.noarch
     
    Last edited: Jun 1, 2012
  4. falko

    falko Super Moderator Howtoforge Staff

    Please install rpmlib...
    Code:
    yum install rpmlib
    ... and try again.
     

Share This Page