Results 1 to 4 of 4

Thread: How to enable Centos Apache Installation

  1. #1
    Join Date
    Apr 2008
    Posts
    222

    How to enable Centos Apache Installation

    I have Acer G540 Server with RHEL 4 Update 6 + Oracle 10 g Installed. Some application is running CentOS 4.something. i want to set it up like the node webspace, ie. have the ftp home folder the same as the Apache root location. Since I cannot find Apache I assume it isnt installed, so I have downloaded it, but don't know how to get it from my PC machine to my CentOS machine to compile and install it?

  2. #2
    Join Date
    May 2008
    Posts
    2,792

    Re: How to enable Centos Apache Installation

    Following are the simple steps there you can easily configure your apache server.

    You need to Set up the shared file system for the service. This filesystem is used to house the website's content. Try to install Apache software on both cluster systems. Now check for the services which need to be Added to the cluster database.Use the mkfs command to create an ext2 file system on the partition you created in the previous step.

  3. #3
    Join Date
    Feb 2008
    Posts
    2,635

    Re: How to enable Centos Apache Installation

    Go to CentOS and download a copy of CentOS Linux and install it, Once your CentOS is installed. Open a terminal, and type yum install httpd and follow on screen instruction to install apache web server.There are quite a few packages that do this, though I don't use any of them personally so can't say if one is better than the other.The problem was caused by the fact that 64 bit architectures store their modules in /usr/lib64/php/modules instead of /usr/lib/php/modules.

  4. #4
    Join Date
    Apr 2008
    Posts
    3,424

    Re: How to enable Centos Apache Installation

    Here i will explain you steps which you need to follow for installation.

    • Apache Install
    • Setup ServerName
    • Check for you Default Page on browser
    • setup Chkconfig and at the end
    • Install PHP5


    I set up Apache and php..Php works at the command line with php-i but does not work with Apache.

    To test if php is running, go to /var/www/html and create an index.php file with the content below
    <?php phpinfo(); ?>

Similar Threads

  1. Replies: 4
    Last Post: 05-05-2012, 05:59 PM
  2. Error missing ISO 9660 in installation of NFS on Centos 5
    By Kumbakaran in forum Operating Systems
    Replies: 6
    Last Post: 02-01-2012, 02:22 PM
  3. CentOS 5.2 and Apache 2.2.3: Getting error message 403
    By Angee in forum Operating Systems
    Replies: 5
    Last Post: 05-05-2011, 10:49 AM
  4. CentOS Installation from Bootable Media
    By RedZot in forum Guides & Tutorials
    Replies: 2
    Last Post: 05-05-2011, 07:24 AM
  5. How to Enable ODBC support in PHP under Apache
    By dogaman in forum Software Development
    Replies: 5
    Last Post: 11-11-2010, 11:57 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,657,252.34353 seconds with 17 queries