Install Apache webserver with PHP4


Current Home :: How to Install and Uninstall -> Install Apache webserver with PHP4

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 webserver with PHP4
    This tutorial is written for linux users.

    • Download the Apache and PHP4 tar.gz source packages from httpd.apache.org and www.php.net respectively.
    • Install apache:
      cp apache*.tar.gz /usr/local/
      cd /usr/local/
      gzip -dc apache*.tar.gz | tar xvf -
      cd apache*/
      ./configure --enable-module=so
      make
      make install
    • Install PHP4:
      cp php*.tar.gz /usr/local/
      cd /usr/local/
      gzip -dc php*.tar.gz | tar xvf -
      cd php*/
      ./configure --with-apxs=/usr/local/apache/bin/apxs
      make
      make install
    • Modify your /usr/local/apache/conf/httpd.conf file to contain:
      LoadModule php4_module libexec/libphp4.so
      Addtype application/x-httpd-php .php
      Addtype application/x-httpd-php .html
      Addtype application/x-httpd-php-source .phps 
    done!
  • 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 webserver with PHP4

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