Recent content by fisher006

  1. F

    PHP7 php_admin_value

    Hello, I have php values in my httpd.conf: php_admin_value post_max_size 512M php_admin_value upload_max_filesize 512M php_admin_value open_basedir /home/XXX .... all works fine in PHP 5.2-.5.6 PHP7 ignore this values even sendmail is empty...
  2. F

    apache and nginx cache

    I want use apache with nginx reverse proxy and i want use nginx cache. I add: proxy_cache_path /tmp/nginx/cache levels=1:2 keys_zone=my-cache:8m max_size=1000m inactive=600m; to /etc/nginx/nginx.conf http section and...
  3. F

    Exim mail() problem

    Hello, I have little problem with my exim.conf. I have server A ( in this server my clients have e-mail account's ) and server B ( websites ) domain.com have record A to server B and record MX to server A when I'm send e-mail via mail() function from server B I get error: 2015-03-05...
Back
Top