TextMate web server permissions

 
Thread Tools Search this Thread
Operating Systems OS X (Apple) TextMate web server permissions
# 1  
Old 10-31-2011
TextMate web server permissions

this could be a dumb question. i am still becoming used to usr / group permissions.
permissions to place a file into XAMPP/htdocs.
the problem is
that when i go to place a TextMate file into XAMPP/htdocs
a window comes up and states:
Type your password to allow TextMate to make changes.

What sticks out here is the words" to allow TextMate to make changes ".

i could do a screen shot of the window, it has a image icon of textmate and a lock icon together.
i see that TextMate is isolated in a usr and staff group.
Is the status of TextMate`s owner and group , that is causing the prompt for permissions. while XAMPP is owned by root and group admin.
Thank you

Code:
$ ls -la /Applications
drwxr-xr-x   3 moonspoon  staff    102 Mar 14  2011 TextMate.app
-----------
$ ls -la /Applications
drwxr-xr-x@  8 root       admin    272 Feb 27  2010 XAMPP
----------------------
$ ls -la /Applications/XAMPP/
total 32
lrwxr-xr-x   1 moonspoon  admin    17 Feb 27  2010 htdocs -> xamppfiles/htdocs
-----------------------------------
$ ls -la /Applications/XAMPP/xamppfiles
drwxr-xr-x@   9 root    admin    306 Oct 30 13:15 htdocs

# 2  
Old 10-31-2011
/Applications/XAMPP/htdocs is a symbolic link to /Applications/XAMPP/xamppfiles/htdocs. The directory, ../xamppfiles/htdocs, can only be written to by root. So, you need to authenticate in order to write to that directory. There's no issue with TextMate's permissions.
This User Gave Thanks to xbin For This Post:
# 3  
Old 11-02-2011
Thank you xbin
i have been looking at the idea of changing the group permissions for /xamppfiles/htdocs.
it has taken me a few days of looking at this. i work a grave yard shift and am a bit slow at this time in life.
thanks again.
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

Web Server/Permissions issues.

I do not know if this is the correct place to post this, and I have tried to trawl through relevant articles to fix the issue, but I am stumped. I have a server, log as root. var/www is root:root var/www/website-one is root:root var/www/website-one/neosmart-stream is root:root This... (10 Replies)
Discussion started by: LightCastle
10 Replies

2. Solaris

Permissions configuration for web server

Greetings! I have a Solaris workstation that I use for web hosting. It runs SAMP and everything was working good for me until I got a need to add a couple of co-workers to help me with development. I'm trying to find some guidance for how to set up filesystem permissions so everybody would be... (3 Replies)
Discussion started by: pn8830
3 Replies

3. UNIX for Dummies Questions & Answers

Web Server - uploading Frontpage web - will there be problems??

hiya All, New to this Web site stuff. Will be installing Fedora's latest O/S (including Apache) - onto a spare PC Then... Gulp... setting up a Web server. Designing a Web site using WINDOWS FRONT PAGE 2002: * Simply easiest/quickiest way to knock up a basic site. * There won't be... (6 Replies)
Discussion started by: marty 600
6 Replies

4. UNIX for Dummies Questions & Answers

Web browser and web server for Unix

Hi there all I am looking for both a web browser as well as a web server (Ie. Netscape Fasttrack) that will run on HPUX 10. If you know where I can get these free via FTP, please contact me as soon as possible!! Thanks, Mark (1 Reply)
Discussion started by: mleathers
1 Replies

5. UNIX for Dummies Questions & Answers

Dynamic web pages for Unix Web Server

Hi, my company is considering a new development of our web site, which used to run on Apachi over Solaris. The company who is going to do this for us knows only about developing it in ASP. I guess this means we'll have to have another ISS server on NT for these dynamic pages :( What are... (5 Replies)
Discussion started by: me2unix
5 Replies
Login or Register to Ask a Question