Tampilkan postingan dengan label apache2. Tampilkan semua postingan
Tampilkan postingan dengan label apache2. Tampilkan semua postingan

Kamis, 23 Juni 2011

Solved problem index.php browser popup a dialog to save the file on debian

if you are have problem as title above, I will give a little trick fo solve that .

For the step :

  1. type :
  2. debian:~# /etc/init.d/apache2 restart

    if you found like :

    Reloading web server config: apache2apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName

    Solve with :

Rabu, 22 Juni 2011

Quick Install Command Apache2 & PHP5 on Debian

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