Google Answers Logo
View Question
 
Q: Hosting a website from a Mac - Directory Permissions. ( No Answer,   2 Comments )
Question  
Subject: Hosting a website from a Mac - Directory Permissions.
Category: Computers > Internet
Asked by: soligon-ga
List Price: $3.00
Posted: 04 Nov 2003 06:58 PST
Expires: 04 Dec 2003 06:58 PST
Question ID: 272476
In Mac OS X, I have a website that I host from my Mac.  Typically, all
HTML belongs in ~/user/sites/
I want to be able to see, via http, data that is in ~/username/movies/
How do I do this without coping the data do the "sites" folder?  

When I goto www.mycomputer.com/~username/movies/ I should have access
to this info.
Answer  
There is no answer at this time.

Comments  
Subject: Re: Hosting a website from a Mac - Directory Permissions.
From: bayradio-ga on 04 Nov 2003 19:44 PST
 
consider using iTools, this way you are just wasting time. You need a
static internet connection first of all. Try using Abyss Web Server
X1, a personal web server software.
http://www.versiontracker.com/dyn/moreinfo/macosx/21361
Subject: Re: Hosting a website from a Mac - Directory Permissions.
From: zacks-ga on 05 Nov 2003 15:17 PST
 
This is done fairly easily in Mac OS X.  First open up the Terminal,
you'll need to set up permissions for the Movies folder and then
create a symbolic link (an alias that Unix understands). Copy and
paste the following commands, one at a time in to the terminal.  Be
sure to press return after each one if it doesn't execute on its own. 
Make sure there is no existing folder in your home "Sites" folder
called "Movies"

sudo chmod -R 775 ~/Movies

ln -s ~/Movies ~/Sites/Movies

That's it, the links you posted should work perfectly.  Let me know if
you have any trouble.

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you.
Search Google Answers for
Google Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy