Allowing Apache in Ubuntu to access files in NTFS hard drive

apache-2.2ntfs

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

Best Answer

What are the permissions of the files there? Try a ls -l /media/shared