Apache
Configure the firewall
Add the services for http and https to the firewall.
root$ |
|
root$ |
|
root$ |
|
Install Apache with SSL support
At this point it is also a good idea to install the bzip2
compression package.
root$ |
|
Add ServerName to httpd.conf
Open /etc/httpd/conf/httpd.conf
and add the following line to the configuration file:
ServerName server.your-domain.com
Enable and start Apache
root$ |
|
root$ |
|
Kommentare