Re: secret data for php pages

2000-06-07 Thread Sean 'Shaleh' Perry
>> apache runs as the vhost user. One apache daemon group per v host. >> > > Nope. It may be true for ip-based virtual hosts, but surely not for > namebased virtual hosts. > we ran IP based, I assumed most people did, sorry. Guess you just have to cross your fingers and hope.

Re: secret data for php pages

2000-06-07 Thread Sean 'Shaleh' Perry
On 07-Jun-2000 Robert Varga wrote: > > > On Wed, 7 Jun 2000, Sean 'Shaleh' Perry wrote: > >> >> On 07-Jun-2000 Robert Varga wrote: >> > >> > That is not the same problem. When I refer on users, they are meant as >> > system users

Re: secret data for php pages

2000-06-07 Thread Sean 'Shaleh' Perry
On 07-Jun-2000 Robert Varga wrote: > > That is not the same problem. When I refer on users, they are meant as > system users on the webserver, not web visitors. > > What I need is a way to provide separate mysql databases to all > virtualhosts and webserver users, without a possibility for them

RE: secret data for php pages

2000-06-07 Thread Sean 'Shaleh' Perry
On 07-Jun-2000 Robert Varga wrote: > > Is there a way in which I can store some data (eg. mysql passwords) safely > from other users on a website and retrieve it from php3/4? > include the files from your script. The file can be elsewhere, the server just has to be able to get to it.