สอนทำเว็บไซต์

สอนการทำเว็บไซต์ การทำเว็บไซต์สำเร็จง่ายๆ

วิธีทำเว็บไซต์

วิธีการทำเว็บไซต์ง่ายๆ

เทคนิคการทำเว็บไซต์

เทคนิคการทำเว็บไซต์ให้สวย

how to create website

website tutorial

html css

write html css

html5 css3

write html5 css3
  • 05:13:00
  • Unknown



1.Add ServerName localhost as the last line in /etc/apache2/apache2.conf file.

2.Create a file named /etc/apache2/conf-available/servername.conf and add the string ServerName localhost inside and save it. Create a soft link under /etc/apache2/conf-enabled as follows

ln -s /etc/apache2/conf-available/servername.conf .
# or
a2enconf servername

and restart the server.

~$ sudo service apache2 restart