This my command notes if I want to install apache2 & PHP5 on Debian :
Install apache2 in debian
$apt-get install apache2
$apt-get install openssl ssl-cert
install PHP5 in debian
$apt-get install libapache2-mod-php5 php5-cli php5-common php5-cgi
Generate A certificate
openssl req $@ -new -x509 -days 365 -nodes -out /etc/apache2/apache.pem -keyout /etc/apache2/apache.pem
0 komentar:
Posting Komentar