Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Authentication-Warning: slinky.cs.nyu.edu: pechtcha owned process doing -bs Date: Mon, 31 Mar 2003 13:08:38 -0500 (EST) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: Adam Csillag cc: cygwin AT cygwin DOT com Subject: RE: cygwin + apache + php problem In-Reply-To: <000601c2f7a7$8af33930$fd7efea9@adam> Message-ID: Importance: Normal MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII What user is apache running as? Does *that* user have read/execute permission on libphp4.dll? Also, the names of the groups are irrelevant -- internally, only the numeric IDs are handled, and the group names are there only for display purposes. Igor On Mon, 31 Mar 2003, Adam Csillag wrote: > I have now set the permissions with the utilities you described, still no > luck. Here are the settings: > > # file: /usr/lib/apache/libphp4.dll > # owner: Adam > # group: Felhasznalok > user::rwx > group::r-x > group:SYSTEM:rwx > group:Rendszergazdak:rwx > mask:rwx > other:--- > > This is a hungarian Windows, that's why it has those wierd names. By the > way, could the problem be that these names contain special hungarian > characters? Thanks for the help: > > Adam > > -----Original Message----- > From: Igor Pechtchanski [mailto:pechtcha AT cs DOT nyu DOT edu] > Sent: Monday, March 31, 2003 6:22 PM > To: Adam Csillag > Cc: cygwin AT cygwin DOT com > Subject: Re: cygwin + apache + php problem > > On Mon, 31 Mar 2003, Adam Csillag wrote: > > > >Are the permissions of libphp4.dll OK? > > > > Now I set it to the same group, and same permissions as the other files: > > -rwxr-x--- > > I still get the same error message. The only difference is that the other > > files have -rwxr-x---+. What does that + sign mean, and how do I set it? > > Or does that have anything to do with this problem? Thanks: > > > > Adam > > Adam, > > I was about to direct you to the "ls" man page, but reviewed both it and > the info page, and couldn't find anything about the format of ls's output > (after a cursory reading, that is). So, to answer your question, that "+" > means there are extra ACLs (access control lists) associated with the > file, that are more fine-grained than the regular UGO (user-group-others) > permission model can express. To view and change those ACLs use the > "getfacl" and "setfacl" utilities. For more information, "getfacl --help" > and "setfacl --help". > Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! Knowledge is an unending adventure at the edge of uncertainty. -- Leto II -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/