search for: mod_php7

Displaying 3 results from an estimated 3 matches for "mod_php7".

Did you mean: mod_php
2019 Dec 09
4
PHP handler for .html files - C7
...<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> <FilesMatch \.(php|phar|htm|hml)$> SetHandler application/x-httpd-php </FilesMatch> php_value session.save_handler "files" php_value session.save_path "/var/lib/php/session" php_value soap.wsdl_cache_dir "/var/lib/php/wsdlca...
2019 Dec 09
0
PHP handler for .html files - C7
...equire 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> > <FilesMatch \.(php|phar|htm|hml)$> > SetHandler application/x-httpd-php > </FilesMatch> > php_value session.save_handler "files" > php_value session.save_path "/var/lib/php/session" > php_value soap.wsdl_cache_dir &...
2019 Dec 09
0
PHP handler for .html files - C7
...enied > </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> > <FilesMatch \.(php|phar|htm|hml)$> Typo: ^^^^^? -- Leon