HTTPD
Révision datée du 25 décembre 2013 à 05:33 par Jc.forton (discussion | contributions) (→Installation)
HTTP | HTTPS | |
---|---|---|
Protocole | tcp | tcp |
Port | 80 | 443 |
Configuration Iptables | iptables -I INPUT 2 -p tcp --dport 80 -j ACCEPT | iptables -I INPUT 2 -p tcp --dport 443 -j ACCEPT |
Installation
HTTP
# yum -y install httpd
HTTP et HTTPS
# yum -y install httpd mod_ssl