Displaying 5 results from an estimated 5 matches for "mod_authz_cor".
Did you mean:
mod_authz_core
2018 Oct 04
2
CentOS 7.5, Apache 2.4, Kerberos
...(Unix)
Server built: Jul 3 2018 11:33:42
On all of our CentOS 6.7 machines, kerberos works. On all of our 7.5
machines, it fails.
I am looking, at this point, for direction on where to start looking.
Here is some relevant information:
====Output from apache error log====
[authz_core:debug] mod_authz_core.c(809): AH01626: authorization result of
Require all granted: granted
[authz_core:debug] mod_authz_core.c(809): AH01626: authorization result of
<RequireAny>: granted
[authz_core:debug] mod_authz_core.c(809): AH01626: authorization result of
Require all granted: granted
[authz_core:debug] mo...
2019 Dec 09
4
PHP handler for .html files - C7
...pe text/html .php .htm .html
in /etc/httpd/conf.d/php.inc. I did the same on my first new server but found that this did not work, and the login.html did not get handled. I then added it to fine filematch so my full php.conf on the new box is:
<Files ".user.ini">
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order allow,deny
Deny from all
Satisfy All
</IfModule>
</Files>
AddType text/html .php .htm .html
DirectoryIndex index.php
<IfModule mod_php7.c>
<File...
2019 Dec 09
0
PHP handler for .html files - C7
...html
>
> in /etc/httpd/conf.d/php.inc. I did the same on my first new server but found that this did not work, and the login.html did not get handled. I then added it to fine filematch so my full php.conf on the new box is:
>
> <Files ".user.ini">
> <IfModule mod_authz_core.c>
> Require all denied
> </IfModule>
> <IfModule !mod_authz_core.c>
> Order allow,deny
> Deny from all
> Satisfy All
> </IfModule>
> </Files>
> AddType text/html .php .htm .html
> DirectoryIndex index.ph...
2019 Dec 09
0
PHP handler for .html files - C7
...ml
>
> in /etc/httpd/conf.d/php.inc. I did the same on my first new server but found that this did not work, and the login.html did not get handled. I then added it to fine filematch so my full php.conf on the new box is:
>
> <Files ".user.ini">
> <IfModule mod_authz_core.c>
> Require all denied
> </IfModule>
> <IfModule !mod_authz_core.c>
> Order allow,deny
> Deny from all
> Satisfy All
> </IfModule>
> </Files>
> AddType text/html .php .htm .html
> Directory...
2014 Jan 03
1
Need help with spec file for Apache-2.4.7
...od_auth_form.so
%{_libdir}/httpd/modules/mod_authn_anon.so
%{_libdir}/httpd/modules/mod_authn_core.so
%{_libdir}/httpd/modules/mod_authn_dbd.so
%{_libdir}/httpd/modules/mod_authn_dbm.so
%{_libdir}/httpd/modules/mod_authn_file.so
%{_libdir}/httpd/modules/mod_authn_socache.so
%{_libdir}/httpd/modules/mod_authz_core.so
%{_libdir}/httpd/modules/mod_authz_dbd.so
%{_libdir}/httpd/modules/mod_authz_dbm.so
%{_libdir}/httpd/modules/mod_authz_groupfile.so
%{_libdir}/httpd/modules/mod_authz_host.so
%{_libdir}/httpd/modules/mod_authz_owner.so
%{_libdir}/httpd/modules/mod_authz_user.so
%{_libdir}/httpd/modules/mod_auto...