X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=bw4ev96W2Aw6rLbCjbwoxnIipg8Nhgn3tmCwMy0BtWUb2TLRH2B8e b+CWcNAKY540prUQuvooxrdhM5+AQcDxM7kajvJNUAZBWGX/1vzu5SDgFE0fEmZW 73X6h6z2o4LW2AxbjPODrt0NFT5LOk9vY+j032VhBvHvu8zL06byDc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; s=default; bh=f+XbSHQx8P16qM5sCI+1AttcQm0=; b=oeEpvvBIw9t0saESny3N8Mpws/VV ns+xDotiktZVrGJGpMOrhgav5MGfdRY2JTiaWfSOd52lo22LQ97DcjqoY5A4KVRZ 3aAa23cq79yh7CMHHrB5vxT2Izsz1EOvB73DuZvJbE1tUXd+SJC7wjcF1/YveKlD +BVr2YAqxVxM8Rs= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.9 required=5.0 tests=AWL,BAYES_50,RDNS_NONE,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.2 X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: "D. Boland" Subject: Re: vi stealing SYSTEM-owned permissions and ownership Date: Wed, 27 Nov 2013 19:06:54 +0100 Lines: 57 Message-ID: <529634BE.C59ADC76@boland.nl> References: <5274F396 DOT A133C4CE AT boland DOT nl> <52788702 DOT B100AA7A AT boland DOT nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Again, thanks for the input. I's now about three weeks later. I made all of my students re-install Apache in: /cygdrive/c/Apache2 and made them symlink this location on: /usr/local/apache For me, Achim Gratz's comment on the "Program Files" folder made perfect sense: >If you are operating as a normal user on this folder, you aren't >actually editing the files you think you see there, the whole contents >is virtualized by UAC and redirected to your own personal copy on edit. >If you want to keep your sanity, do not place anything that you intend >to edit / change as a normal user into system directories on Win7 (that >includes Cygwin itself). I am also a software developer, and most of my releases are installed on MS Citrix servers for remote desktop connections. I initially made the mistake to put all files in the "Programs Files" folder, including the executable, the database and configuration files (.ini). This works fine on a stand-alone XP/Win7 PC, but in a Citrix environment this crashes the application, because of lacking write permissions on the .ini files. Then I found out about the "Application Data" folder. Releasing my database and .ini files to that folder solved the problem. MS has an article about it: http://msdn.microsoft.com/en-us/library/windows/apps/jj553522.aspx This would mean that in order to install Windows native and avoid virtualization of the conf files the Apache Group should release Apache for Windows into both "Program Files" and "Application Data": Program Files ------------- bin error icons include lib manual modules Application Data ---------------- cgi-bin conf htdocs logs proxy Thanks again for the comments, Daniel -- Sent by my Altair 8800 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple