Redhat7:Apache changes

From Define Wiki
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.


==