P
- Password Protect
nano /etc/httpd/conf.d/elastix.conf
<Directory "/var/www/html"># Redirect administration interface to httpsRewriteEngine OnRewriteCond %{HTTPS} offRewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}AuthType BasicAuthName "PRIVATE ACCESS"AuthUserFile /usr/local/apache/wwwpasswdRequire user elastix admin ciqala</Directory>
mkdir /usr/local/apachehtpasswd –c /usr/local/apache/wwwpasswd adminservice ...