for apache2 configuration: by default, apache is configured 80 port for the default web site. follow is a step for configing the second website with 8000 port: 1 in folder /etc/apache2/sites-available, create a new conf(testdj.conf): the content as b
问题: (98)Address already in use: make_sock: could not bind to address [::]:80 (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 解决: sudo fuser -k -n tcp 80