Hi, This may sound like an Apache config question - but I'm reasonably sure that config is ok.
I have my OSX home folder mounted under /media/psf - I can access the files there, and I have an apache alias pointing to files there.
The odd thing is that if I create a new file (eg. echo 'test' > test.js) - I can view it via apache just fine (eg. http://<centos-ip>/media/test.js) However, other files won't work (Apache apprently responds with a 200 for the request, but the transfer fails), eg:
~$ curl http://pgevr/media/navagation_menu.js
curl: (18) transfer closed with 702 bytes remaining to read
The permissions/ownership are exactly the same on the two files - but one just wont work.
I have a much more thorough version of this posted here: http://serverfault.com/questions/193553/apache-on-parallels-centos-fails-to-read-osx-host-files but I thought there might some Parallels-specific issues this forum might know.
BTW selinux is already disabled
Thanks
I have my OSX home folder mounted under /media/psf - I can access the files there, and I have an apache alias pointing to files there.
The odd thing is that if I create a new file (eg. echo 'test' > test.js) - I can view it via apache just fine (eg. http://<centos-ip>/media/test.js) However, other files won't work (Apache apprently responds with a 200 for the request, but the transfer fails), eg:
~$ curl http://pgevr/media/navagation_menu.js
curl: (18) transfer closed with 702 bytes remaining to read
The permissions/ownership are exactly the same on the two files - but one just wont work.
I have a much more thorough version of this posted here: http://serverfault.com/questions/193553/apache-on-parallels-centos-fails-to-read-osx-host-files but I thought there might some Parallels-specific issues this forum might know.
BTW selinux is already disabled
Thanks