if you are have problem as title above, I will give a little trick fo solve that .
For the step :
- type :
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:~# /etc/init.d/apache2 restart
- Go to your browser and try http://localhost/index.php
- I hope that work
- Try load the localhost with another browser
debian:~# vi /etc/apache2/httpd.conf
in file httpd.conf, add the following with
ServerName localhost
Save the file and exit
Restarting web server: apache2 ... waiting
0 komentar:
Posting Komentar