search for: php_valu

Displaying 10 results from an estimated 10 matches for "php_valu".

Did you mean: php_value
2007 Jul 17
3
.htaccess problems..... Using Drupal
...y. Options +FollowSymLinks # Customized error messages. ErrorDocument 404 /index.php # Set the default handler. DirectoryIndex index.php # Override PHP settings. More in sites/default/settings.php # but the following cannot be changed at runtime. # PHP 4, Apache 1. <IfModule mod_php4.c> php_value magic_quotes_gpc 0 php_value register_globals 0 php_value session.auto_start 0 </IfModule> # PHP 4, Apache 2. <IfModule sapi_apache2.c> php_value magic_quotes_gpc 0 php_value register_globals 0 php_valu...
2017 Aug 08
2
Troubleshooting php-fpm with apache on Centos 7
...DocumentRoot "/var/webs/wwwgreekgeo/www" ServerName www.greekgeo.noa.gr ServerAdmin webmaster at noa.gr DirectoryIndex index.php index.html index.htm php_flag log_errors on php_flag display_errors off php_value error_log /var/webs/wwwgreekgeo/log/php_error_log # php_value error_reporting 32767 # php_value error_reporting 2147483647 php_value error_reporting 6135 Redirect 301 /en.index.html http://www.greekgeo.noa.gr/wp/ RewriteEngine on...
2019 Dec 09
4
PHP handler for .html files - C7
...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/wsdlcache" </IfModule> I done some Googling and have found a number of responses saying that this can not be done, this shoul...
2017 Aug 08
1
Troubleshooting php-fpm with apache on Centos 7
...php-fpm/www-slow.log request_slowlog_timeout = 5s request_terminate_timeout = 20s catch_workers_output = yes security.limit_extensions = .php .php3 .php4 .php5 .php7 .htm .html php_admin_value[error_log] = /var/log/php-fpm/www-error.log php_admin_flag[log_errors] = on php_value[session.save_handler] = files php_value[session.save_path] = /var/lib/php/session php_value[soap.wsdl_cache_dir] = /var/lib/php/wsdlcache php_admin_value[post_max_size] = 40M php_admin_value[short_open_tag] = On php_value[date.timezone] = "Europe/Athens" Nick
2018 Nov 30
1
Php script not running
...x.php # # Uncomment the following lines to allow PHP to pretty-print .phps # files as PHP source code: # #<FilesMatch \.phps$> # SetHandler application/x-httpd-php-source #</FilesMatch> # # Apache specific PHP configuration options # those can be override in each configured vhost # php_value session.save_handler "files" php_value session.save_path "/var/lib/php/session" I have: AddHandler cgi-script .cgi .php The result is 500 internal server error. everything seems like its setup - I have restarted httpd. These are the PHP that are loaded: rpm -qa | grep...
2019 Dec 09
0
PHP handler for .html files - C7
...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/wsdlcache" > </IfModule> > > I done some Googling and have found a number of responses saying that this can...
2004 Jan 12
14
Shorewall FAQ Wiki Online, nearly complete...
Hello, Mike Noyes and myself have populated http://wiki.rettc.com with the shorewall FAQ. This wiki is running MediaWiki, http://www.mediawiki.org. Currently, a couple items are not complete. I have just begun a heavy semester of mathematics/physics studies, and do not have much time to give to this. But, it is online, and seems to be stable. I will keep an eye out for abuse, and limit
2006 Oct 03
4
Apache Re-Write and Directories
Howdy, I am using the ''default'' Apache 2.2 mod_rewrite rules suggested from the Web site and they are working. One thing related to static (non cluster directed) resources: If I have a directory in public called ''static'', if I request it as follows: http://www.domain.com/static/ - then it works If I request it as: http://www.domain.com/static - then it
2017 Feb 01
0
time zone [SOLVED}
Added php_value date.timezone "America/New_York" to /etc/http/conf.modules.d/10.php.conf
2013 Mar 24
5
PHP Questions on move from CentOS 5.x to CentOS 6.x
Greetings, A malfunctioning disk this past week accelerated a lingering decision to move to CentOS 6.x from CentOS 5.x. Most of our content is functioning and being presented as it should be. However, there appear to be php-related issues. Basic squirrelmail (a php-dependent package) works correctly. However, drupal, and other php-dependent parts that call postgresql and mysql databases of