Changes between Version 1 and Version 2 of PHPMapScriptFedoraCore


Ignore:
Timestamp:
Jan 27, 2009, 9:31:00 AM (15 years ago)
Author:
jmckenna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PHPMapScriptFedoraCore

    v1 v2  
    66following steps:
    77
    8 1.  Download the php-devel rpm from Redhat and install
    9 2.  Compile mapserver with the --with-php=/usr/include/php option
    10 3.  Copy mapserv to /cgi-bin
    11 4.  Copy the php_mapscript.so file into /usr/lib/php4/
    12 5.  Create a php wrapper script (php.sh) for the php cgi and save it
     8  1.  Download the php-devel rpm from Redhat and install
     9  2.  Compile mapserver with the --with-php=/usr/include/php option
     10  3.  Copy mapserv to /cgi-bin
     11  4.  Copy the php_mapscript.so file into /usr/lib/php4/
     12  5.  Create a php wrapper script (php.sh) for the php cgi and save it
    1313    into /cgi/bin:
    1414{{{
     
    1717    /usr/bin/php
    1818}}}
    19 6.  Add the following action handlers for phtml (and/or .php) files in
     19  6.  Add the following action handlers for phtml (and/or .php) files in
    2020httpd.conf
    2121{{{