The document discusses how to configure an Apache web server including installing Apache, configuring the firewall to allow traffic on port 80, changing the default port Apache listens on to 8080, and setting the document root directory.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
19 views
Web Server Commands
The document discusses how to configure an Apache web server including installing Apache, configuring the firewall to allow traffic on port 80, changing the default port Apache listens on to 8080, and setting the document root directory.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3
1.
Yum server configure
df -h mkdir /dvd mount -o loop /dev/sr0 /dvd cd /dvd ls cd ~ cd /etc/yum.repos.d ls vim local.repo [qwert] name=local baseurl=file:///dvd enabled=1 gpgcheck=0 :wq! yum repolist