Personal Web Sharing - Don't have permission to access...

Hi,
I'm new here so I'm not sure the best place to post my question.
I posted the question below at the tail end of this discussion:
http://discussions.apple.com/thread.jspa?threadID=663879&tstart=0
However, that thread is marked "answered" and my question isn't, so I am re-posting here. Please read the above thread so that you'll know what I already know and have done.
My question (if you haven't read it at the bottom of that thread):
I am trying to set up personal web sharing, I have followed all of the above discussion, including Port Forwarding from my router. (I had actually done all of this before searching here, getting instructions from "The Missing Manual: Panther Edition" book.)
The problem is: when I try to access my shared web pages, I get a "You don't have permission to access..." message.
I have changed permissions on all files in the (user)/Sites folder (the one I'm sharing) so that "Others" can "Read Only" but still I cannot access these pages from another computer via the internet. I can access them fine from my home computer.
I know everything is set up correctly and connecting because the remote browser correctly retrieves my computer name (where the shared files are) and port number. It just won't let me in.
Any help appreciated.
thanks,
Eric
G4 Mac OS X (10.3.9)

braintrino,
I'm not sure how to make sense of your statements.
The situation with FileVault is conceptually simple. The contents of a FileVault user's home directory are on an encrypted disk image. When the user logs in from the login window, that image is mounted (using their home directory path as the mount point); when they log out, the image is unmounted. Note that logging in via ssh doesn't cause the system to mount their home directory...
So, when a user is logged in, Apache can (if normal UNIX permissions permit it) see their ~Sites folder and serve pages. When the user is logged out, Apache can't.
I suppose that a FileVault user might be able to get around this, if they don't mind leaving their ~Sites folder unencrypted... They could create a folder outside of their home directory (e.g., /Users/Shared/braintrinos_site/) and put their Web pages there; log into their account and replace their ~Sites folder with a symbolic link to their Web page directory; log out, then ssh in and add a symbolic link from their home directory to their Web page directory. Then, whether they're logged in or not, Apache should be able to see a symbolic link from ~Sites to the unencrypted Web page directory.
Powerbook G4 1GHz   Mac OS X (10.3.9)  

Similar Messages

  • "You don't have permission to access"

    I am having problems with Web Sharing on my primary user account.
    In the Setting>Sharing>Web Sharing panel it shows my computer address and the address for my personal website.
    When I click on the computer's address, I get a page that says "It Works!" but when I click the personal website address, I get "You don't have permission to access..."
    I created a test account and everything works fine there. I repaired permissions and ran the 10.6.4 combo update again and neither helped.
    Any suggestions on what else to look at? I'm baffled.

    j.v. wrote:
    Now try doing a chmod -vv 755 Sites. See whether that fixes you.
    This did not fix the problem
    If doing that chmod doesn't fix it, do a ls -dle@ Sites since that folder is showing some additional extended attributes, so I can see what they are.
    Results of ls -dle@ Sites
    drwxr-xr-x@ 6 j staff 204 Aug 13 17:05 Sites
    com.apple.FinderInfo 32
    I presume your "Graphics" folder that is in your "Sites" folder is something that you put in there?
    Yes, some time ago, don't remember why and I'm not using the contents so I will probably delete it.
    If you do those things, then hopefully that will fix you up. If you are still having problems, just like you first did, do a
    ls -Rle@ Sites > Desktop/modperms.txt 
    so you can easily show other helpers here what I've done to you
    Done
    PS - in your test account that you created, since it works, the files' and folders' permissions there are exactly like what your files' and folders' permissions in your account should look like. So if you were to do a
    ls -Rle@ ../testAcctShortUserName/Sites 
    and a
    ls -Rle@ Sites 
    that will give you a recursive listing, showing permissions, owner/group, access control lists, and extended attributes, of both Sites' folders for you to compare.
    Results
    [jay-hs-macbook:~] j% ls -Rle@ ../websharetest/Sites
    total 1184
    -rw-r--r--@ 1 websharetest staff 302232 Aug 12 19:18 Pictures alias
    com.apple.FinderInfo 32
    com.apple.ResourceFork 301907
    drwxr-xr-x 3 websharetest staff 102 Aug 12 00:49 images
    -rw-r--r-- 1 websharetest staff 2642 Aug 12 00:49 index.html
    ../websharetest/Sites/images:
    total 32
    -rw-r--r-- 1 websharetest staff 16624 Aug 12 00:49 gradient.jpg
    [jay-hs-macbook:~] j% ls -Rle@ Sites
    total 8
    drwxr-x--- 8 j staff 272 Feb 18 2003 Graphics
    drwxr-xr-x 3 j staff 102 Aug 12 00:49 images
    -rw-r--r-- 1 j staff 2642 Aug 12 00:49 index.html
    Sites/images:
    total 40
    -rw-r--r-- 1 j staff 16624 Aug 12 00:49 gradient.jpg
    (Note: I removed the results for the Graphics folder since I plan to delete it)
    It seems that the critical folders have the same permissions. Where else should I look?
    Message was edited by: Hugacrv

  • File Vault: You don't have permission to access /~anybody/ on this server.

    I tried it on several machines without success:
    403 Forbidden
    You don't have permission to access /~anybody/ on this server.
    Apache/1.3.33 Server at localhost.local Port 80
    I can reach the main site on the computer but not the user site if user was setup with File Fault.
    I did control permissions and tried this issue on other machines with clean installed 10.4.x
    :::[Wed Apr 4 13:19:17 2007] [error] [client 192.168.0.10] (13)Permission denied: access to /~anybody/ failed because search permissions are missing on a component of the path:::
    NO SOLUTION. IS THIS A BUG?

    If I log in to a FileVault user's account, change the group of that user's home folder to "www" and allow group "---x" permissions, it is possible, from another account, to access "http://127.0.0.1/~filevaultuser". I'm not in a situation where I can test access from a different machine, and my system is PPC, not Intel, but I don't think that should matter. I'm not sure why it is not working for you.
    Note that for it to work requires that the user is logged in (otherwise, because of how FileVault works, the "~/Sites" folder doesn't exist), and the permissions along the path "/Users/filevaultuser/Sites" have to allow "www" access. If the user is not logged in, access may fail for a couple of reasons. First, because the "Shared" folder doesn't exist - the home folder is encrypted - leading to a 404 error. Second, the permissions of "/Users/filevaultuser" may be "drwx------" by default (access only for the owner), leading to a permissions error.
    It might help to recall that when a FileVault user's home folder is stored in an encrypted disk image "/Users/filevaultuser/filevaultuser.sparseimage", and when they log in, "/Users/filevaultuser" is moved to "/Users/.filevaultuser", and "/Users/.filevaultuser/filevaultuser.sparseimage" is mounted at "/Users/filevaultuser". I.e. the path "/Users/filevaultuser" refers to two different folders depending on whether or not the user is logged in.
    ..."it writes that if I'm looged in as the user which is using File Vault it should work - but it doesn't."...
    I think that statement refers to 10.3 - lower in the article, it says that for Tiger, the "Public" folder won't be visible after logging in. It could also be referring to some changes made to personal file sharing that were made between 10.3 and 10.4, rather than a filevault specific issue.
    Just to reiterate, I don't think enabling web sharing for a user that needs the security of FileVault is really a good idea. It might be better to give that user a second non-FileVault account, where they can place their materials. That way, the homepage would be available even if they are logged out.

  • The File could not be found or you don't have permission to access it.

    I teach Acrobat in a junior college. For an assignment students are to share an Acrobat portfolio file via Acrobat.com. So far two students have attempted to do that, I have clicked the link in the email message generated by Acrobat.com, and in each instance the error message in this discussion heading appeared.

    Michelle,
    I don't sign in. The moment Acrobat.com opens, it displays the error
    message, "The File could not be found or you don't have permission to
    access it." So, I'm guessing that the automatic sign-in email address is
    different than the one used when sending me a shared file notice.
    People use Acrobat.com to share files with individuals, most of whom
    don't have Acrobat.com IDs. Those non-members gain access smoothly.
    There shouldn't be a bouncer at the door to refuse entry to those who
    have Acrobat.com IDs but who happen to have multiple email addresses.
    You need to simply allow entry to all persons receiving invitations to
    download files whether or not they have an Acrobat.com ID.
    Jeff
    =========

  • Localhost ~user I don't have permission to access :(

    Hi
    If I put http://localhost/~username into my browser then I get:
    "Forbidden You don't haver permission to access /~username/ on this server".
    There is no problem with http://localhost/ that gives me the reassuring "It works!" page.
    I do want to use the Sites folder in my account for building a website now, but alas I have this problem.
    Thank you for any assistance you can give.

    The account is some years old now and that Sites folder has been in use before. However there have been a couple of major updates, Leopard and Snow Leopard since I last tried it.
    I've been doing some searching on the www there are solutions suggested "out there" but I haven't tried them yet as I'm going to bed soon
    This looks like the most promising:
    http://techtrouts.com/mac-os-x-105-web-sharing-forbidden-403-on-httplocalhostuse rname/

  • Trying to reload firefox and getting this message, when moving to the applications folder: "The operation can't be completed because you don't have permission to access some of the items."

    Been having problems with Firefox/internet for several days, and all my updates seemed current. I decided to try to reload and have removed the other icons/download attempts from the app file. When I try to drag the icon into apps, I now get this message:
    The operation can’t be completed because you don’t have permission to access some of the items.

    * Download a new copy of the Firefox program: http://www.mozilla.com/firefox/all.html
    * Trash the current Firefox application to do a clean (re)install.
    * Install the new version that you have downloaded.
    Your profile data is stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder], so you won't lose your bookmarks and other personal data.

  • On tnsfr to applic folder, I get "The operation can't be completed because you don't have permission to access some of the items.

    i'm trying to update from 3.2, but when I try to transfer the download to the application
    folder I get the message, "The operation can’t be completed because you don’t have permission to access some of the items."

    See http://kb.mozillazine.org/Installing_Firefox#Mac_OS_X
    Download a new copy of the Firefox program: http://www.mozilla.com/firefox/all.html
    Trash the current Firefox application to do a clean reinstall.
    Install the new version that you have downloaded.
    Your profile data is stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder], so you won't lose your bookmarks and other personal data.

  • I am not able to install 3.6.13, I get an error message stating "The operation can't be completed because you don't have permission to access some of the items."

    I get an error message stating "The operation can't be completed because you don't have permission to access some of the items."

    * Download a new copy of the Firefox program: http://www.mozilla.com/firefox/all.html
    * Trash the current Firefox application to do a clean (re)install.
    * Install the new version that you have downloaded.
    Your profile data is stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder], so you won't lose your bookmarks and other personal data.

  • Can't install Firefox 3.6. It says, "The operation can't be completed because you don't have permission to access some of the items."

    I just downloaded the app from Firefox, dragged it into my application folder and got a pop up saying "The operation can't be completed because you don't have permission to access some of the items."

    * Download a new copy of the Firefox program: http://www.mozilla.com/firefox/all.html
    * Trash the current Firefox application to do a clean (re)install.
    * Install the new version that you have downloaded.
    Your profile data is stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder], so you won't lose your bookmarks and other personal data.

  • You don't have permission to access /cwhp/LiaisonServlet ..

    Hi to all!
    I don't know what happened, but this morning, after login, my CSM 3.01 windows 2003 server gives me this error:
    Forbidden
    You don't have permission to access /cwhp/LiaisonServlet on this server.
    Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
    I restart my server but.. nothing happened..
    anybody know?
    Thanks
    Leonardo

    Good day Joe,
    Coincidentally and unfortunate I'm facing the exact same problem with my LMS 5.1 hosted on a W2K3SR2 server. This has not happen before and therefore, it's the first time.
    I'm not sure if I'm supposed to start a new thread instead of hitching another person's but I thought since we're both with the same issues, what's the biggie. Anyway, pls let me know if it's not allowable and I'll start a new one.
    The only thing that has been done prior to the issue coming up is installing JRE into a client laptop that remotes into the LMS in order to utilize the Campus Mgr's Visualisation feature. Nothing else has been done to it.
    Attached are all the logs from apache, tomcat and regdaemon. Pls help me out and let me know what else is needed. Have already tried the causer.exe pw reset and it didnt help.
    Thanks.

  • I can not delete an email I get a message218130.emlx" couldn't be copied because you don't have permission to access "Messages"

    I can not delete an email I get a message218130.emlx” couldn’t be copied because you don’t have permission to access “Messages”

    Actually, the Finder solution did not work for me, but here's what did:
    Quit Mail (for safety's sake).
    Open Terminal (it's in Utilities folder usually, but since I updated to ML it's in a folder called Other for some reason)
    Once Terminal is open, you'll want to login as ROOT.  You do this as follows:
    Type
    sudo -i
    Then hit Enter/Return. You'll be promoted for your system password. Hopefully you'll remember it. Enter your password then hit Enter/Return.
    You'll then be at what's known as a root prompt.
    At this point BE VERY CAREFUL.  You have the ability at this point to completely destroy your machine beyond repair. Only type what I list below:
    To find the folder that contains the email message you'll need to type the following:
    find . -name "218130.emlx"
    Hit Enter/Return
    This will take a minute or two but what should appear in the list of other items that appear is something along the lines of the following (it won't be exactly this but will look LIKE this) I've replaced some personally identifying info:
    ./Users/yourname/Library/Mail/V2/POP-youremailaddress@yourmailserver/INBOX.mbox/ 0355DF0D-5E99-4798-B79E-48D71E68AF34/Data/3/2/Messages/23219.emlx
    This line describes the location of the offending email. You know what to put yourself into this directory:
    cd /Users/yourname/Library/Mail/V2/POP-youremailaddress@yourmailserver/INBOX.mbox/0 355DF0D-5E99-4798-B79E-48D71E68AF34/Data/3/2/Messages/
    Hit Enter/Return
    Notice, I left of the name of the actual email address. You'll need to be sure you type the location EXACTLY or this won't work. You want to be in the Messages folder. You'll know you're there because your Terminal prompt will look something like this:
    Your Name - iMac:Messages
    Then just to be sure you're in the right place, type
    ls
    Hit Enter/Return
    You should then see something like this:
    iMac:Messages root# ls
    23013.emlx    23096.emlx    23100.emlx    23156.emlx    23210.emlx    23213.emlx    218130.emlx
    You'll see the offending message. Now, you delete ONLY this message. Type:
    rm -f 218130.emlx
    That's RM at the start above. You'll need to type it in lower case. Be sure that's all you type.
    Hit Enter/Return
    You'll should be disappointed at the results because it will look like nothing happened. You can hit ls  and Enter/Return one more time and the offending file should be gone.
    EXIT TERMINAL. DO NOT TYPE ANYTHING ELSE. DO NOT "POKE AROUND". THIS IS NOT THE PLACE TO EXPLORE. SERIOUS SYSTEM DAMAGE CAN BE CAUSED FROM HERE. EXIT TERMINAL NOW.
    Now re-open Mail  - the message will still appear to be in there, but magically, you can delete it. you can also delete it from your Trash for good measure.

  • Don't have permission to access /idc on this server.

    Hi,
    I just installed Content Server on Red Hat Enterprise.
    It installed without an error and it's running, I can see it using ps aux.
    My Server Instance Name and Server Instance Label are: idc2
    This is the configuration in httpd.conf
    LoadModule IdcApacheAuth "/home/ucm/idc2/shared/os/linux64/lib/IdcApache22Auth.so"
    IdcUserDB idc_db "/home/ucm/idc2/data/users/userdb.txt"
    Alias /idc "/home/ucm/idc2/weblayout"
    +<Location /idc>+
    +     Order allow,deny+
    +     Allow from all+
    +     DirectoryIndex portal.htm+
    +     IdcSecurity idc_db+
    +</Location>+
    When I try to http://localhost/idc I receive this error:
    Forbidden
    You don't have permission to access /idc on this server.
    I checked the userdb.txt, it's in the right possition and it contains:
    anonymous                    Public

    Hi !
    Under Debian it works perfectly if you add the same lines into +/etc/apache2/sites-available/default+ file between the <VirtualHost *:80></VirtualHost>
    tags.
    Maybe it could work as well under Red Hat.

  • Forbidden  - You don't have permission to access

    Hi.
    First of all I want to apologise for creating new thread while older one exists (created by other person).
    Older thread is marked as answered, so it looks like nobody is visiting it.
    Here is the link to that thread: http://forums.adobe.com/message/4052703#4052703
    My problem is that I can not access any Adobe forum.
    I live in Ukraine (east Europe), tried three different ISP providers and still get 403 Forbidden error when accessing adobe forums.
    This lasts for a couple of month now.
    Trashing cookies does not help.
    At the moment, I am writing this post using foreign proxy server.
    Is there any way to fix this issue?
    I really can not understand the reason for blocking whole countries to prevent spammers activity (as mentioned in older thread), instead of just blocking those spammers.

    If they were able to post in the forum they can post a PM.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Fri, 2 Dec 2011 13:19:21 -0800
    To: Default User Nam <[email protected]<mailto:[email protected]>>
    Subject: Forbidden  - You don't have permission to access
    Re: Forbidden - You don't have permission to access
    created by JTANNA<http://forums.adobe.com/people/JTANNA> in Forum comments - View the full discussion<http://forums.adobe.com/message/4060346#4060346

  • Can't update to 3.6.15 because get error that I don't have permission to access some items

    When I try to update to Firefox 3.6.15, I get an error message saying I can't do so because I don't have permission to access all the items.

    * Download a new copy of the Firefox program: http://www.mozilla.com/firefox/all.html
    * Trash the current Firefox application to do a clean (re)install.
    * Install the new version that you have downloaded.
    Your profile data is stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder], so you won't lose your bookmarks and other personal data.

  • Forbidden; You don't have permission to access this document on this server.

    I am trying to request Daily iTunes U log reports and I am getting the following error: Forbidden  You don't have permission to access this document on this server.
    Does any one know what it means? Is Identity necessary?
    The URL I am using look like:
    http://deimos.apple.com/WebObjects/Core.woa/API/GetDailyReportLogs/example.edu?​StartDate=2011-05-01&EndDate=2011-06-01​&credentials=Administrator@urn:mace:itunesu.com:sites:example.edu​&identity=&signature=38bda70d9aa6975ae8756754034feb6e3c794aca4b21665f6dc85d2ed4 2d4f6b

    Check to make sure that the user in question doesn't have something in their Hosts file on their desktop.  Otherwise I don't see why SharePoint or the load balancer should be sending them to an Apache Unix web server when trying to resolve Office
    Web Apps.  Something is misdirecting the http request for that user to the wrong server.  If its just one user then I would suspect that something is wrong with TCP/IP locally.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

Maybe you are looking for

  • IMessage and push notifications not working after installing iOS 7!!

    My iMessages and push notifications don't work after installing iOS7..!!! I can't even log in to iMessages using my Apple ID.. And every time I log into Facebook or whatsapp it keeps telling me to connect to iTunes to receive push notifications..!! I

  • DBIF_DSQL2_DEFAULT_CR_ERROR while activating DSO data

    Hello Friends, While activating DSO data i am getting 'DBIF_DSQL2_DEFAULT_CR_ERROR' . please suggest me a solution . Regards Nilesh

  • Create a new OSB domain and data source problems

    Hello, I noticed a problem while create a new OSB domain with Oracle Service Bus 10gR3 on Solaris 10 (intel-based). This domain is composed of two managed servers deployed on a cluster. I have configured the JMS reporting data sources to use an Oracl

  • How to stop the segment ADRMAS Segment  in CREMDM.

    Hi Friends, I have dout in XI. I want to block the Segment E1ADRMAS in CREMDM Idoc in XI. We are intregarding r/3 and MDM Systems, since I am getting an error in XI Monitor saying "recevier is not configured" . Therefore I want to block this segment

  • Unable to update iTunes

    I recently opened my iTunes program and got a prompt suggesting that I update to the latest version 7.4.3. I clicked yes and quickly got a window showing 3 files to download (the new iTunes, and two quicktime programs). I okayed and within ONE second