Date: 11/25/01
- Next message: Kurt Lieber: "Re: [PHP] User access rights.."
- Previous message: Hank Marquardt: "Re: [PHP] Creating $key, $value pairs"
- Next in thread: Kurt Lieber: "Re: [PHP] User access rights.."
- Reply: Kurt Lieber: "Re: [PHP] User access rights.."
- Reply: Hank Marquardt: "Re: [PHP] User access rights.."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello,
I have a machine which is running Php4 on Apache 1.3
And I want to make a hosting site that the users
can register themselves online. They will have a home
directory and so they will be able to put their web files
(html, php, images etc.) under there.
I want to keep their information on Mysql. That is,
if possible I don't want to create real system accounts.
I'll do all this work (create user, its home etc) with PHP.
There is no problem at this point.
The problem is... using PHP, they can open any file
that is readable to nobody account (Apache user)..
So it can read and even edit other users' files..
Consquently, the users should be able to access only and only their home
directories.
How can I do this?
Thanks in advance..
Ali Pakkan
E-mail: ali <email protected>
Gsm: +90542 3268742
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Kurt Lieber: "Re: [PHP] User access rights.."
- Previous message: Hank Marquardt: "Re: [PHP] Creating $key, $value pairs"
- Next in thread: Kurt Lieber: "Re: [PHP] User access rights.."
- Reply: Kurt Lieber: "Re: [PHP] User access rights.."
- Reply: Hank Marquardt: "Re: [PHP] User access rights.."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

