This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
siremis:install44x:main [2017/05/18 14:36] – [Step 2] admin | siremis:install44x:main [2017/08/16 06:34] (current) – [Security Considerations] admin | ||
---|---|---|---|
Line 29: | Line 29: | ||
< | < | ||
- | apt-get install php php-mysql php-gd php-curl php-xml | + | apt-get install php php-mysql php-gd php-curl php-xml |
</ | </ | ||
- | CURL module is needed if you want to use JSONRPC command panel. XML support is included by core PHP5 and it is a separate package in PHP7. | + | You may need to enable the php7.0 module for apache: |
+ | |||
+ | < | ||
+ | a2enmod php7.0 | ||
+ | </ | ||
+ | |||
+ | CURL module is needed if you want to use JSONRPC command panel. XML support is included by core PHP5 and it is a separate package in PHP7. A reload or restart of apache server might be required. | ||
Line 253: | Line 259: | ||
* run it over HTTPS | * run it over HTTPS | ||
* add extra protection at HTTP server or firewall layers (e.g., HTTP auth, IP restrictions, | * add extra protection at HTTP server or firewall layers (e.g., HTTP auth, IP restrictions, | ||
+ | |||
+ | ===== SELinux Notes ===== | ||
+ | |||
+ | You may need to change the context of your web server directory, like: | ||
+ | |||
+ | < | ||
+ | chcon -t httpd_sys_content_t / | ||
+ | </ | ||
{{tag> | {{tag> |