Redhat7:Apache changes

From Define Wiki
Revision as of 10:08, 15 January 2015 by Michael (talk | contribs) (Created page with "== https service control == Having moved away from sysV init scripts, admins should moveto using the aoachctl and systemctl command. <syntaxhighlight> #old command service httpd grace...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

https service control

Having moved away from sysV init scripts, admins should moveto using the aoachctl and systemctl command.

#old command
service httpd graceful
#new command
apachectl graceful
#old command
service httpd configtest
#new command
apachectl configtest

Private /tmp

For enhanced security the systemd unit runs the httpd daemon using a private /tmp directory, separate to the system /tmp.


Configuration Layout

Default Configuration

Many of the default settings are now hard coded and no long defined in the configuration files.


==