Return-Path: X-Original-To: apmail-httpd-users-archive@www.apache.org Delivered-To: apmail-httpd-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2C1BD9A77 for ; Tue, 15 May 2012 06:46:53 +0000 (UTC) Received: (qmail 38806 invoked by uid 500); 15 May 2012 06:46:50 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 38114 invoked by uid 500); 15 May 2012 06:46:45 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 38079 invoked by uid 99); 15 May 2012 06:46:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 May 2012 06:46:44 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of nick.z.edwards@gmail.com designates 209.85.214.45 as permitted sender) Received: from [209.85.214.45] (HELO mail-bk0-f45.google.com) (209.85.214.45) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 May 2012 06:46:39 +0000 Received: by bkwj10 with SMTP id j10so5782466bkw.18 for ; Mon, 14 May 2012 23:46:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=cAfzANQmXi/paHYPpYGedDm9ES/uldbs5BYIynKLbEQ=; b=Y7+Uyk/lUT+j3kljpyLFmvW/5SxkOt2zvCx1D7Dw0QUC/nbwpZ3bFfaKRJTbWBwNtm vJ2ce2MrzihrNGk3ND0qxsUbORy65t8ME4Z7JG/8TecjKKgT71+ni7LMCtlyEoFQCCK6 Gw/p4AdrHJp6t2WZxuB3Es0H7IK1GUYINZRumEvcL+LQR/s5f/KuscKMFHSYKgdUbXqv n0HAngFsqqELSZDYAGLfK1AefBunTIGSzQiDI8V2OfHokwMhkU3E9wd1jDPJoa1MHhq0 wh/V50oMFVicTQ3l2fM3kG3KTO7GasuWMGjHcjIlbaQy0mDX+pBcfcvkVjaf3RuJE0tU 44yw== MIME-Version: 1.0 Received: by 10.205.126.14 with SMTP id gu14mr3933063bkc.57.1337064377874; Mon, 14 May 2012 23:46:17 -0700 (PDT) Received: by 10.205.82.67 with HTTP; Mon, 14 May 2012 23:46:17 -0700 (PDT) Date: Tue, 15 May 2012 16:46:17 +1000 Message-ID: From: Nick Edwards To: users Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] php admin value ignored Hi, in httpd.conf each virtual host has ... php_admin_value open_basedir "/usr/local/lib/php/:/srv/foo.net/" php_admin_value upload_tmp_dir /srv/foo.net/tmp/ ... But a phpmailer script is complain PHP Warning: Unknown: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (correct paths provied) Anyone have any idea why php ignores the upload_tmp_dir and insists use /tmp ? (httpd 2.4.2 + php 5.3.13) I reaallllllllllllyyyyyyyyyyyyyyy do not want to give each host access to /tmp for security reasons. Thanks Nik --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org