Displaying 11 results from an estimated 11 matches for "save_handler".
Did you mean:
sa_handler
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
2010 Jun 21
1
Plugin Handle input messages
...to read the input email to increase a header line
and one \r\n.
But i need help to get this input....
My plugin is based in zlib plugin.
In "static int zlib_permail_get_stream" function, have it.
if (imail->data.stream != NULL ||
(_mail->uid == 0 && zuser->save_handler == NULL)) {
return zmail->super.get_stream(_mail, hdr_size, body_size,
stream_r);
}
I think this is the line that return the stream that is the stream sent by
client.
I try to change this line and put inside this IF , a call to my function to
handle with the...
2018 Nov 30
1
Php script not running
...nt 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 php
php-common-5.4.16...
2019 Dec 09
4
PHP handler for .html files - C7
...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 should not be done, this ca...
2015 Oct 30
2
IMAP COPY creates invalid index data with zlib and mail_log plugins enabled but zlib_save off
I've noticed that maildir IMAP COPY commands can generate invalid
dovecot.index entries when all seven of the following are true:
- The zlib plugin is enabled;
- The zlib_save/zlib_save_level options are NOT enabled;
- The source message being copied is compressed;
- The mail_log plugin is logging "copy" events;
- The mail_log_fields setting includes at least one message header;
-
2005 May 29
1
devel.shorewall.net
Hi folks,
Over the weekend Ron has made some good progress with functionality
available at http://devel.shorewall.net, and i''ve converted all of the
content i had placed at http://shorewall.dyndns.org (which is now a
redirect to the former). Please have a look around and give your
feedback, either here or on the site itself.
--
Paul
<http://paulgear.webhop.net>
--
Did you know?
2019 Dec 09
0
PHP handler for .html files - C7
...> </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 shou...
2015 Nov 02
0
IMAP COPY creates invalid index data with zlib and mail_log plugins enabled but zlib_save off
...n.c:
/* don't uncompress input when we are reading a mail that we're just
in the middle of saving, and we didn't do the compression ourself.
in such situation we're probably checking if the user-given input
looks compressed */
if (_mail->saving && zuser->save_handler == NULL)
return zmail->super.istream_opened(_mail, stream);
When these lines are removed, the problem no longer happens.
I'm guessing that an IMAP COPY with the seven circumstances I mentioned
matches "we are reading a mail that we're just in the middle of saving,
and we...
2017 Aug 08
1
Troubleshooting php-fpm with apache on Centos 7
...og
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
2017 Aug 08
2
Troubleshooting php-fpm with apache on Centos 7
Hello,
I am running httpd-2.4.6-45.el7.centos.x86_64 with
php-fpm-7.0.22-1.el7.remi.x86_64 (on CentOS 7).
My main problem: On this httpd server I have several vhosts running, but
apparently I am facing intermittent problems with php-fpm communication
on only one of them.
Most of the sites are WordPress or Joomla Applications (running with
mysql). Everything seems right: low load, all
2005 May 26
28
Shorewall development web site
Hi folks,
Last night and this morning i''ve hacked up a quick web site for
coordinating our development work based on Drupal (http://drupal.org).
You can find it at:
http://shorewall.dyndns.org
I''ve put a few ideas in there - feel free to use the comments or sign
up for an account and create your own pages (particularly in the two
books about development and web site work).