Allowing Apache in Ubuntu to access files in NTFS hard drive

Posted by lyrae on Server Fault See other posts from Server Fault or by lyrae
Published on 2010-05-13T08:45:47Z Indexed on 2010/05/13 8:55 UTC
Read the original article Hit count: 199

Filed under:
|

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

© Server Fault or respective owner

Related posts about apache

Related posts about ntfs