mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Added htpasswd integration functions Adding an operator can now add a freepbx extension and/or a password for apache htpasswd authentication Adding a client can now add a password for apache htpasswd authentication Updated template for ACSPRI Added .htaccess files by default
17 lines
451 B
ApacheConf
17 lines
451 B
ApacheConf
php_flag display_startup_errors on
|
|
php_flag display_errors on
|
|
php_flag html_errors on
|
|
php_flag ignore_repeated_errors off
|
|
php_flag ignore_repeated_source off
|
|
php_flag report_memleaks on
|
|
php_flag track_errors on
|
|
php_value docref_root 0
|
|
php_value docref_ext 0
|
|
php_value error_reporting -1
|
|
|
|
AuthType Basic
|
|
AuthName "queXS CATI: Authentication Required"
|
|
AuthUserFile /var/opt/quexs/htpasswd
|
|
AuthGroupFile /var/opt/quexs/htgroup
|
|
require group interviewers
|