Difference between revisions of "Redhat7:Apache changes"

From Define Wiki
Jump to navigation Jump to search
(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...")
 
(No difference)

Latest revision as of 10:08, 15 January 2015

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.


==