I have LAMP running in Ubuntu.
However, my files are located on a separate NTFS hard drive (/media/shared/mysite/).
going to http://localhost gives me a 403
how can i, securely, allow apache to read/write the NTFS disk?
'shared' is currently being mounted when system boots. here's the entry in fstab:
/dev/sda1 /media/shared ntfs-3g quiet,defaults,locale=en_US.utf8,umask=000 0 0