RapidScada / scada

Contains Rapid SCADA sources
Apache License 2.0
680 stars 311 forks source link

CentOS 7: Avoid SELinux protection (Error 503) with enforcing mode #50

Closed syndrome5 closed 6 years ago

syndrome5 commented 6 years ago

After the Linux installation, the 503 error appears (on CentOS 7).

To avoid this problem WITHOUT deactivate SELinux : 1) Download the attached file httpdPolicy.zip and unzip it to get the .pp file 2) Launch this commandline : semodule -i httpdPolicy.pp 3) Reverify to set enforcing mode for SELinux & reboot

2mik commented 6 years ago

> syndrome5 wants to merge 15 commits into master from develop Hi, I don't plan to merge from develop to master for now. Why did you create such pull request?

2mik commented 6 years ago

Could you create an issue instead of a pull request?

syndrome5 commented 6 years ago

Done.

2mik commented 6 years ago

Thank you. I will answer the issue.