| 41 | | 3) Specific note |
| 42 | | ---------------- |
| 43 | | |
| 44 | | Debian Etch provides a version of the Apache fcgid module that is not compatible |
| 45 | | with ispCP due to the absence of a configuration directive. To use the fcgid |
| 46 | | module with ispCP on Debian Etch, you should install it from Debian backports |
| 47 | | as follow: |
| 48 | | |
| 49 | | 1. Install all required packages as described below in step 3 of section 4. |
| 50 | | |
| 51 | | 2. 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 | | |
| 55 | | 3. Update your packages list: |
| 56 | | # aptitude update |
| 57 | | |
| 58 | | 4. Install needed repository key: |
| 59 | | # aptitude install debian-backports-keyring |
| 60 | | |
| 61 | | 5. Install the new Apache fcgid module version: |
| 62 | | # aptitude -t etch-backports install libapache2-mod-fcgid |
| 63 | | |
| 64 | | Note: Since Debian Etch is officialy discontinued on Februrary 15th, we |
| 65 | | encourage you to migrate now to Debian Lenny. |
| 66 | | |
| 67 | | ================================================================================ |
| 68 | | 4) Introduction |
| | 41 | 3) Introduction |
| | 54 | 4) Etch Specific Note |
| | 55 | --------------------- |
| | 56 | |
| | 57 | Debian Etch provides a version of the Apache fcgid module not compatible with |
| | 58 | ispCP due to the absence of a configuration directive. To use the fcgid with |
| | 59 | ispCP on Debian Etch, you should install it from Debian backports as follows: |
| | 60 | |
| | 61 | 1. Install all required packages as described below in step 3 of section 5. |
| | 62 | |
| | 63 | 2. Edit your '/etc/apt/source.list' to add the following repository: |
| | 64 | |
| | 65 | deb http://www.backports.org/debian etch-backports main contrib non-free |
| | 66 | |
| | 67 | 3. Update your packages list: |
| | 68 | # aptitude update |
| | 69 | |
| | 70 | 4. Install needed repository key: |
| | 71 | # aptitude install debian-backports-keyring |
| | 72 | |
| | 73 | 5. Install the new Apache fcgid module version: |
| | 74 | # aptitude -t etch-backports install libapache2-mod-fcgid |
| | 75 | |
| | 76 | Note: Since Debian Etch is officially discontinued on February 15th, we |
| | 77 | encourage you to migrate to Debian Lenny now. |
| | 78 | |
| | 79 | ================================================================================ |