Fillin (hover over or click) the blanks to learn about Apache, or create your own lines

+ The Apache ServerAlias directive sets the alternate names for a host.
+ The ServerName directive sets the hostname and port that the server uses to identify itself.
+ You can verify iptables has the correct rule by doing: iptables -nvL
+ You can verify that apache is actually listening on port 0.0.0.0:8000 by doing: netstat -ntlp
+ For most current Linux distributions, Apache access and error logs are located in the directory: /var/log/httpd


A Lefkon Development