Re: Using system call + wrapper?

From: David Olbersen <dave(at)slickness(dot)org>
To: Richie <dugganr(at)student(dot)cs(dot)ucc(dot)ie>
Cc: <pgsql-php(at)postgresql(dot)org>
Subject: Re: Using system call + wrapper?
Date: 2001-02-26 17:25:48
Message-ID: Pine.LNX.4.31.0102260924350.11124-100000@bubbles.electricutopia.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

On Mon, 26 Feb 2001, Richie wrote:

-> /usr/local/apache/htdocs/project/images/.
->
->My problem is that you need sudo access to save anything to this
->directory

'chown <HTTP USER> /usr/local/apache/htdocs/project/images/'
'chmod 755 /usr/local/apache/htdocs/project/images/'

That should take care of the problem, shouldn't it?

-- Dave

In response to

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Viktor Fougstedt 2001-02-26 17:28:47 Re: Using system call + wrapper?
Previous Message Richie 2001-02-26 17:01:06 Using system call + wrapper?