Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
doc:installationguide:web-service [2016/10/02 20:52] gradator [mod_vhost_hash_alias Installation] no more doc for wheezy |
doc:installationguide:web-service [2016/10/02 20:56] gradator [PHP5 and suPHP Installation, in a rather safe way] no more doc for Wheezy |
||
---|---|---|---|
Line 9: | Line 9: | ||
==== mod_vhost_hash_alias Installation ==== | ==== mod_vhost_hash_alias Installation ==== | ||
- | The package libapache2-mod-vhost-hash-alias is no longer included in Debian. You have to download it from the VHFFS repository and install it manually : | + | The libapache2-mod-vhost-hash-alias package is no longer included in Debian. You have to download it from the VHFFS repository and install it manually : |
# wget https://download.tuxfamily.org/vhffs4/debian/pool/main/libapache2-mod-vhost-hash-alias/libapache2-mod-vhost-hash-alias_1.0-3_amd64.deb | # wget https://download.tuxfamily.org/vhffs4/debian/pool/main/libapache2-mod-vhost-hash-alias/libapache2-mod-vhost-hash-alias_1.0-3_amd64.deb | ||
Line 121: | Line 121: | ||
==== PHP5 and suPHP Installation, in a rather safe way ==== | ==== PHP5 and suPHP Installation, in a rather safe way ==== | ||
- | We need to install PHP5 and suPHP. | + | We first need to install PHP5 CGI handler. |
- | # apt-get install php5-cgi libapache2-mod-suphp | + | # apt-get install php5-cgi |
- | # apache2ctl graceful | + | |
- | If you are using Debian Jessie the package libapache2-mod-suphp is no longer included. You have to download it from the VHFFS repository and install it manually : | + | The libapache2-mod-suphp package is no longer included in Debian. You have to download it from the VHFFS repository and install it manually : |
# wget https://download.tuxfamily.org/vhffs4/debian/pool/main/suphp/suphp-common_0.7.2-1_amd64.deb https://download.tuxfamily.org/vhffs4/debian/pool/main/suphp/libapache2-mod-suphp_0.7.2-1_amd64.deb | # wget https://download.tuxfamily.org/vhffs4/debian/pool/main/suphp/suphp-common_0.7.2-1_amd64.deb https://download.tuxfamily.org/vhffs4/debian/pool/main/suphp/libapache2-mod-suphp_0.7.2-1_amd64.deb | ||
Line 141: | Line 140: | ||
Reference: http://www.suphp.org/ | Reference: http://www.suphp.org/ | ||
+ | |||
+ | Finally, reload Apache. | ||
+ | |||
+ | # apache2ctl graceful | ||
<note note> | <note note> |