Re: Re: [PHP] How to authnticate and use contents from ${HOME}

2009-07-11 Thread Lenin
On Sat, Jul 11, 2009 at 9:41 PM, wrote: > What is xamp? XAMPP is a preconfigured package for using apache, mysql, php/perl/python on any platform like linux, mac OS or Windows. Look at www.apachefriends.de

Re: Re: [PHP] How to authnticate and use contents from ${HOME}

2009-07-11 Thread schneider . chantale
Hello Isaac, > http://en.wikipedia.org/wiki/List_of_LAMP_Packages I am not interested in LDAP and MySQL stuff. This is overkill for my Intranet Server. > What are you wanting to build in your interface? And as I have written, I am learning PHP-Coding. So ready-to-use-stuff where no one know how

Re: Re: [PHP] How to authnticate and use contents from ${HOME}

2009-07-11 Thread schneider . chantale
What is xamp? I have my own webinterface and need only to authenticate the loginuser to let him/her work on the ${HOME} Thanks Chantale - original Nachricht Betreff: Re: [PHP] How to authnticate and use contents from ${HOME} Gesendet: Mo 06 Jul 2009 15:14:16 CEST Von: "Bastien Koer

Re: Re: [PHP] How to authnticate and use contents from ${HOME}

2009-07-07 Thread Carl Furst
PHP may not be the thing to do this.. because it sounds like you want the users to chroot to ${HOME} which php especially on a vhost does not do. If you want users to access an nfs or ftp I would use either samba or vsftp or some other scp/ftp software. Jan G.B. wrote: > 2009/7/6 Isaac Dover >