GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

VPS v2: PHP4 CGI: Installation

bullet Introduction

There are two different ways to install PHP4 on a Virtual Private Server. The best way is to install the mod_php4 Apache Module. It can also be installed as a CGI to which PHP4 files are redirected by your web server.

 

bullet Installation

To install the PHP4 CGI, connect to your Virtual Private Server via SSH prompt, as root and do the following.

  1. Install the PHP4 CGI by running the following command:

    % vinstall php4-cgi

    When you run the vinstall command, you will be given the option to select which extensions you want to use. In order to not waste memory on your Virtual Private Server, we recommend that you only select extensions you will actually be using. If you find you need to add or remove extensions at a later time, you can manually edit the php.ini file, or use the vinstall command to change the active extensions.

    NOTE: Any version prior to PHP4.2.2 has a known security vulnerability which can compromise your Virtual Private Server. If you are using a version of PHP prior to 4.2.2, we strongly encourage you to upgrade to the most recent version.

  2. Due to Security Issues the PHP4 CGI is installed at ~/usr/local/bin/php. Do the following to link the PHP4 CGI into your ~/www/cgi-bin directory.

    % cd ~/www/cgi-bin
    % ln ../../../bin/php.cgi php
  3. Make the following additions and modifications to your web server configuration file (~/www/conf/httpd.conf).

    1. Modify the DirectoryIndex line so that PHP4 files will be included as directory indices.

      DirectoryIndex index.php index.php4 index.php3 index.cgi index.html index.htm
    2. Add the following lines so that all files with .php, .php3, .php4, and .phtml extensions will be redirected to the PHP4 CGI executable.

      Action     php4-script /cgi-bin/php
      AddHandler php4-script .php .php3 .php4 .phtml
    3. Restart your Web Server by running the restart_apache command.

  4. To test your PHP installation, try creating the following ~/www/htdocs/test.php4 document and viewing it in your web browser.

    <HTML>
    <BODY>
    <?php
    phpinfo();
    ?>
    </BODY>
    </HTML>

    The phpinfo() function reports the version number, as well as the features that are compiled into PHP.


Toll Free 1-866-GSP-4400 • 1-301-464-9363 • service@gsp.com
Copyright © 1994-2016 GSP Services, Inc.