https://bugs.koozali.org/show_bug.cgi?id=11567
--- Comment #4 from Brian Read <[email protected]> ---
Getting:
[root@sme10 ~]# httpd -t
AH00526: Syntax error on line 903 of /etc/httpd/conf/httpd.conf:
<FilesMatch> directive missing closing '>'
<Directory /usr/share/dl>
AllowOverride Limit
AddType application/x-httpd-php .php
<FilesMatch .php0
SetHandler "proxy:unix:/var/run/php-fpm/php74.sock|fcgi://localhost"
</FilesMatch>
#php_admin_flag file_uploads On
#php_admin_flag magic_quotes Off
#php_admin_flag magic_quotes_gpc Off
#php_admin_value upload_max_filesize 1024M
#php_admin_value post_max_size 1025M
#php_admin_value memory_limit 100M
#php_admin_flag output_buffering Off
#php_admin_value max_execution_time 0
#php_admin_value upload_tmp_dir /var/lib/dl/tmp
#php_admin_value session.save_path /var/lib/dl/tmp
#php_admin_value session.gc_maxlifetime 86400
order deny,allow
deny from all
allow from all
<FilesMatch "^(admin|rest)\.php">
SSLRequireSSL on
AuthName "dl"
AuthType Basic
AuthBasicProvider external
AuthExternal pwauth
Require valid-user
</FilesMatch>
</Directory>
--
You are receiving this mail because:
You are on the CC list for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/