php-windows Digest 10 Feb 2004 19:06:36 -0000 Issue 2115
Topics (messages 22778 through 22780):
Re: php apache and multiple users
22778 by: Vail, Warren
22779 by: Vail, Warren
Does anyone have experience with php_ntuser/php_iisfuncs.dll?
22780 by: Mike G
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
You can use windows directory security to setup each user full permissions
to only one directory below the apache base directory, then they can use
their windows explorer (file explorer) to remote mount the authorized
directory to their own machine (I'm assuming you are doing this over a lan
and behind a firewall). That should prevent them from getting at each
others code, however the apache security does not prevent them from browsing
each others directory thru the web server(Aliening is set up for domains,
not users, as far as I know). Perhaps someone else will have some ideas
here.
good luck,
Warren Vail
-----Original Message-----
From: Ricardo Oliveira [mailto:[EMAIL PROTECTED]
Sent: Monday, February 09, 2004 4:30 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] php apache and multiple users
Hi all,
Can anyone tell me where I can find information about how to configure
apache for windows with multiple users, each one with its own root
directory. I want to allow the users to use php but I don't want the can see
or even change the code from each other.
Thank's
Ricardo
____________________________________________________
<http://www.incredimail.com/redir.asp?ad_id=322&lang=22> IncrediMail - O
mundo do correio eletrônico finalmente desenvolveu-se -
<http://www.incredimail.com/redir.asp?ad_id=322&lang=22> Clique aqui
--- End Message ---
--- Begin Message ---
Spell checkers don't like technical terms; Aliasing (the apache term for
establishing different base paths for different Domains, works with domains
and not users (as far as I know).
You might throw this question to the forums at http://www.apache.org.
Warren Vail
-----Original Message-----
From: Vail, Warren
Sent: Monday, February 09, 2004 5:45 PM
To: 'Ricardo Oliveira'; [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] php apache and multiple users
You can use windows directory security to setup each user full permissions
to only one directory below the apache base directory, then they can use
their windows explorer (file explorer) to remote mount the authorized
directory to their own machine (I'm assuming you are doing this over a lan
and behind a firewall). That should prevent them from getting at each
others code, however the apache security does not prevent them from browsing
each others directory thru the web server(Aliening is set up for domains,
not users, as far as I know). Perhaps someone else will have some ideas
here.
good luck,
Warren Vail
-----Original Message-----
From: Ricardo Oliveira [mailto:[EMAIL PROTECTED]
Sent: Monday, February 09, 2004 4:30 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] php apache and multiple users
Hi all,
Can anyone tell me where I can find information about how to configure
apache for windows with multiple users, each one with its own root
directory. I want to allow the users to use php but I don't want the can see
or even change the code from each other.
Thank's
Ricardo
____________________________________________________
<http://www.incredimail.com/redir.asp?ad_id=322&lang=22> IncrediMail - O
mundo do correio eletrônico finalmente desenvolveu-se -
<http://www.incredimail.com/redir.asp?ad_id=322&lang=22> Clique aqui
--- End Message ---
--- Begin Message ---
I running php on a win2k/iis box in a intranet enviroment. I recently
came across two dll's which I thought I might be able to use (in my
windows enviroment): php_ntuser.dll and php_iisfuncs.dll. I found them
on http://snaps.php.net/win32/PECL_UNSTABLE/ and
http://kromann.info/pecl.php. Google returns 6 hits (three to snaps,
three to kromann) so that was no help. ntuser is listed under the PECL
unstable branch but the compile
log(http://snaps.php.net/win32/PECL_STABLE/compile.log) shows no errors.
So, does anyone now what is exposed by these dlls? or recommend a good
decompiler? Thanks for the help.
regards,
mikeg
--- End Message ---