Virtual Host And Certbot in RHEL7

From Chorke Wiki
Revision as of 01:48, 11 November 2019 by Shahed (talk | contribs) (Created page with "==httpd.conf== <code>vim /etc/httpd/conf/httpd.conf</code> <source lang="ini" highlight="5" start="82" line> # ServerAdmin: Your address, where problems with the server should...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

httpd.conf

vim /etc/httpd/conf/httpd.conf

# ServerAdmin: Your address, where problems with the server should be
# e-mailed.  This address appears on some server-generated pages, such
# as error documents.  e.g. [email protected]
#
ServerAdmin [email protected]
# Supplemental configuration
#
# Load config files in the "/etc/httpd/conf.d" directory, if any.
IncludeOptional conf.d/*.conf
IncludeOptional /ihe/etc/httpd/conf.sites.d/*.conf

ServerName 100.43.10.200