10.3: Re-enable personal web pages with FileVault active
Tue, Oct 28 2003 at 8:51AM PST • Contributed by: cnladd
Tue, Oct 28 2003 at 8:51AM PST • Contributed by: cnladd
On Panther, when you first implement FileVault, your home directory is copied into a sparse image file and then remounted in its old location under /Users. One of the side effects of this is that you can no longer access the personal web sharing pages (~/Sites) in that directory. This is because the sparse image is remounted with only the owner permissions set (700).
To re-enable the personal web site, drop down to the terminal and enter the following:
To re-enable the personal web site, drop down to the terminal and enter the following:
chmod 755 ~
After this, you should be able to access your personal web site again.
•
[6,312 views]
