Changes

Jump to: navigation, search

OPS235 Assignment 2 Tips

418 bytes added, 14:31, 29 July 2015
List of SELinux run-time configurable parameter that control Apache server (httpd)
httpd_verify_dns --> off
</pre>
= How to turn on/off a SELinux run-time parameter=
== To turn on a run-time parameter ==
For Current session
* setsebool httpd_can_network_connect_db on
For good (even after a reboot)
* setsebool -P httpd_can_network_connect_db on
== To turn off a run-time parameter ==
For the current session
* setsebool httpd_can_network_connect_db off
For good (even after a reboot)
* setsebool -P httpd_can_network_connect_db off
1,760
edits

Navigation menu