https://bugs.contribs.org/show_bug.cgi?id=11054
--- Comment #1 from Brian Read <[email protected]> ---
# phpsysinfo
Alias /phpsysinfo /opt/phpsysinfo
<Directory /opt/phpsysinfo>
SSLRequireSSL
Options -Indexes
AllowOverride None
order deny,allow
deny from all
allow from 127.0.0.1 192.168.100.0/255.255.255.0
AuthName "phpSysInfo"
AuthBasicProvider external
AuthType Basic
AuthExternal pwauth
require user admin
Satisfy all
AddType application/x-httpd-php .php .php3
php_flag magic_quotes_gpc on
php_flag track_vars on
</Directory>
php_flag causes httpd to barf (server-manager does not run)
root@sme10 ~]# httpd -t -f /etc/httpd/conf/httpd.conf
AH00526: Syntax error on line 766 of /etc/httpd/conf/httpd.conf:
Invalid command 'php_flag', perhaps misspelled or defined by a module not
included in the server configuration
[root@sme10 ~]#
Needs to use custom pool from php-fpw
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee 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/