Changeset 2677


Ignore:
Timestamp:
03/10/10 09:44:47 (2 years ago)
Author:
nuxwin
Message:
  • [SETUP] Fcgid Mod: Added a specific note for the installation of the fcgid

module on Etch

Location:
branches/omega-1.0.5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/omega-1.0.5/CHANGELOG

    r2676 r2677  
    11ispCP ω 1.0.5 Changelog 
    22~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     3 
     42010-03-10 Laurent Declercq 
     5        - SETUP 
     6                * Added a specific note for the installation of the fcgid module on Etch 
    37 
    482010-03-09 Laurent Declercq 
  • branches/omega-1.0.5/docs/Debian/INSTALL

    r2660 r2677  
    881) Version Info 
    992) Requirements 
    10 3) Introduction 
    11 4) Installation 
    12 5) Update 
    13 6) Uninstall 
    14 7) Credits 
     103) Specific note 
     114) Introduction 
     125) Installation 
     136) Update 
     147) Uninstall 
     158) Credits 
    1516 
    1617================================================================================ 
     
    3839 
    3940================================================================================ 
    40 3) Introduction 
     413) Specific note 
     42---------------- 
     43 
     44Debian Etch provides a version of the Apache fcgid module that is not compatible 
     45with ispCP due to the absence of a configuration directive. To use the fcgid 
     46module with ispCP on Debian Etch, you should install it from Debian backports 
     47as follow: 
     48 
     491. Install all required normally as described below in step 3 of section 4. 
     50 
     512. Edit your '/etc/apt/source.list' to add the following repository: 
     52 
     53        deb http://www.backports.org/debian etch-backports main contrib non-free 
     54 
     553. Update your packages list: 
     56        # aptitude update 
     57 
     584. Install needed repository key: 
     59        # aptitude install debian-backports-keyring 
     60 
     615. Install the new Apache fcgid module version: 
     62        # aptitude install libapache2-mod-fcgid 
     63 
     64Note: Since Debian Etch is officialy discontinued on Februrary 15th, we 
     65encourage you to migrate now to Debian Lenny. 
     66 
     67================================================================================ 
     684) Introduction 
    4169--------------- 
    4270ispCP ω delivers a complete hosting automation appliance by offering significant 
     
    5179 
    5280================================================================================ 
    53 4) Installation 
     815) Installation 
    5482--------------- 
    5583Make sure you are logged in as root and MySQL is running. 
     
    108136 
    109137================================================================================ 
    110 5) Update 
     1386) Update 
    111139--------- 
    112140NOTE: ispCP ω can only be updated from post 1.0.0. If you have a 
     
    182210 
    183211================================================================================ 
    184 6) Uninstall 
     2127) Uninstall 
    185213------------ 
    186214Make sure you are logged in as root and MySQL is running. 
     
    195223 
    196224================================================================================ 
    197 7) Credits 
     2258) Credits 
    198226---------- 
    199227 
Note: See TracChangeset for help on using the changeset viewer.