From: Wesley M. <we...@we...> - 2004-12-12 22:21:12
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Steve, > Looks to me like I need to edit the httpd.conf file and add a > <Directory /Users/kelleyswiftjones/Library/Calendars> section? No, that shouldn't be necessary because it isn't Apache itself that is reading your calendars. There are 2 issues here. First, there was a bug introduced a while back that required all Calendar directories to be beneath the phpicalendar directory. This was fixed and is checked into CVS, but I guess not in the release archive. Second, since the web server runs as a different user than you, you need to make sure the directory and files can be read by the web server user. Here is an example from my machine: [josuah:~/Library/Calendars] wesley% ls -la total 1096 drwxr-xr-x 2 wesley staff 20480 12 Dec 14:15 . drwxr-xr-x 35 wesley staff 4096 15 Nov 23:47 .. - -rw-r--r-- 1 wesley staff 212233 12 Dec 14:15 DVDs.ics Notice that the directory itself (denoted by the filename .) has permissions 755. The ICS file has permissions 644. You can change permissions by typing in: [josuah:~/Library/Calendars] wesley% chmod 755 filename Hope this helps, - -- Wesley Miaw http://www.wesman.net/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (Darwin) iD8DBQFBvMRUQv4agqRAk2kRAtzeAJwPiz0gIDv9fthgcrgtpJDX1Dw2jACferjp dPiJtM67qWZDcoTknQ5MOzk= =myq5 -----END PGP SIGNATURE----- |