RE: Help, i'm really desperated

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi

php runs as the same user as apache. Depending  on any other security/system
issues you could set apache to run as postgres.

Otherwise why not connect to postgres using the php functions and write the
text file using php?

You might also be able to su to postgres.

HTH

Peter

> -----Original Message-----
> From: Mário Gamito [mailto:gamito@xxxxxxxxx]
> Sent: 25 August 2004 11:09
> To: php-db@xxxxxxxxxxxxx
> Subject:  Help, i'm really desperated
>
>
> Hi,
>
> I need to run this command inside a PHP (web) script, in order to
> produce an acl list (url_negados.txt) for squid:
>
> /usr/bin/psql -t knet -c "SELECT url_negado from urls_negados" >
> /tmp/urls_negados.txt
>
> I'm using shell_exec to run it.
>
> Well, so far, so good.
> The problem is that i must run this command as user postgres, otherwise
> it won't work and i can't find a way to do it in PHP :(
>
> Any ideas would be appreciated.
> I'm realy desperated.
>
> Warm Regards,
> Mário Gamito
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux