Install Apache 2.0/PHP 4.3 and MySQL 5.0


Current Home :: How to Install and Uninstall -> Install Apache 2.0/PHP 4.3 and MySQL 5.0

Simply enter keywords and click on search button, such as how to install php in apache.
  • Internet

  • Linux Application Installation

  • Server Installation

  • Windows Application Installation

  • Sponsored Link

    :: Install Apache 2.0/PHP 4.3 and MySQL 5.0
    • Uninstall previous versions of apache and mysql
       rpm -e httpd mysql
      
    • Download and install RPM packages of MySQL's server, client and dynamic shared libraries from mysql.com. do not opt to change the password on MySQL database unless you know what you're doing (I don't). If requested at first installation attempt, download the appropriate version of perl-dbi from rpmfind.net.
       rpm -ivh MySQL-client-5.0.20-0.glibc23.i386.rpm MySQL-server-5.0.20-0.glibc23.i386.rpm MySQL-shared-5.0.20-0.glibc23.i386.rpm
      
    • Initialize mysql database after installation by typing..
       mysql_install_db
      
    • Make sure /etc/ld.so.conf contains:
       /usr/lib
      
    • Run ldconfig
       /sbin/ldconfig
      
    • Download, unpack, and install Apache 2.0 from source at apache.org
       mv httpd-2.0.55.tar.gz /usr/local/; cd /usr/local/
       tar -xzvf httpd-2.0.55.tar.gz
       cd httpd-2.0.55
       ./configure --enable-so
       make
       make install
      
    • Ensure Apache functions properly by starting, testing, and stopping it.
       /usr/local/apache2/bin/apachectl start
       http://localhost/
      
       /usr/local/apache2/bin/apachectl stop
      
    • Download, unpack, and install the newest 4.4.x version of PHP from php.net
       mv php-4.4.1.tar.gz /usr/local/; cd /usr/local/
       tar -xzvf php-4.4.1.tar.gz; cd php-4.4.1/
       ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql
       make
       make install
      
    • Add the following to your httpd.conf file:
       LoadModule php4_module        modules/libphp4.so
       AddType application/x-httpd-php .php .phtml     
       AddType application/x-httpd-php-source .phps
      
    • Modify httpd.conf again, and then restart the httpd (/usr/local/apache2/bin/apachectl restart):
       DirectoryIndex index.html index.php
      
    • To test your accomplishments, drop the following text into an index.php file within your DocumentRoot directory:
       <?php
       phpinfo();
       ?>
      
       http://localhost/
      
  • How to install GCC on RedHat and Fedora Linux
  • Custom OpenNap Installation Directions for Linux
  • Install OpenNap for Windows
  • Install OpenNap on Linux
  • Install GCC compiler on RedHat Linux 7.0
  • Install RedHat Linux / Win2k Dual Boot using lilo (recommended)
  • Install RedHat Linux / Win2k Dual Boot using boot.ini
  • Install Apache webserver with SSL and PHP4
  • Install Apache webserver with PHP4
  • Install Postfix with virtual domain hosting
  • Install MediaWiki on Linux
  • Install Apache 2.0/PHP 4.3 and MySQL 5.0
  • Install Java SDK v1.4.1.03 on Windows 2000
  • How to install PHP on IIS7 (RC1)
  • How to install mIRC
  • Install the IntelliPoint Software
  • Install a Microsoft pointing device
  • Installing MySQL for Jabberd
  • Installing Apache
  • Installing PHP
  • Installing MySQL
  • Manually install php5 on windows server 2003
  • How to Install and Configure PHP4 to Run with Apache on Windows
  • How to Install PHP 5.2 by Windows Installer
  • How to Install PHP 5.1.0 by Windows Installer
  • How to manually install PHP on Windows
  • How to install PHP 5.x on Windows Server 2003 with IIS 6
  • Install PHP to work on Windows Server 2003
  • How to Uninstall the Cluster Service on a Windows Server 2003 Cluster
  • How to Uninstall Internet Explorer 6
  • How to uninstall Spybot 1.4
  • How to uninstall the Adobe Flash Player plug-in and ActiveX control
  • INSTALLING FIREFOX IN LINUX
  • Installing Firefox for Windows
  • Installing Firefox for Linux
  • Installing Firefox for Mac OS X
  • How to install firefox-2.0.tar.gz in Linux
  • Installing Firefox 2 on Fedora Core 6
  • Installing Fedora Core from the hard drive
  • How to perform a clean installation Firefox 1.5
  • How to Install and Configure Spybot-Search & Destroy
  • How to Use Spybot Search & Destroy 1.4: Installation and Configuration
  • :: Install Apache 2.0/PHP 4.3 and MySQL 5.0

    About Us | Advertise | Submit | Your Comment | Privacy | Bookmark anyvista.com
    (C)2006,anyvista.com, how to install applications and digital devices.