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 :

     

    debian:~# vi /etc/apache2/httpd.conf
    in file httpd.conf, add the following with

    ServerName localhost

    Save the file and exit

  1. debian:~# /etc/init.d/apache2 restart
  2. Restarting web server: apache2 ... waiting

  3. Go to your browser and try http://localhost/index.php
  4. I hope that work
  5. Try load the localhost with another browser

0 komentar: