Is there any posibility to use smbfs as data container for apache?
Scenario:
	
	
	
		
I'll try to run as follows but ...
PHP works fine, access for this is different than for JS, CSS or graphics files, and when i'll try to get other files i get
	
	
	
		
smbfs is mounted via /etc/fstab before jail starts. Permissions are set for user www and group www when the filesystem is mounted. Also files are accessible from FreeBSD box; PHP can parse *.php files created on Windows but these files are read via a PHP module.
I want to do this because I want to create a developer environment on my Windows XP machine with Virtualbox. I want to edit project files from Windows. The Samba daemon works but access to disks is very slow (despite having SSD disks). So I want to reverse the situation.
Any ideas?
				
			Scenario:
		Code:
	
	FreeBSD 10 box -> jail -> apache with mounted filesystem via smbfs (html, php, css js etc...)
	I'll try to run as follows but ...
PHP works fine, access for this is different than for JS, CSS or graphics files, and when i'll try to get other files i get
		Code:
	
	net::ERR_INCOMPLETE_CHUNKED_ENCODING
	smbfs is mounted via /etc/fstab before jail starts. Permissions are set for user www and group www when the filesystem is mounted. Also files are accessible from FreeBSD box; PHP can parse *.php files created on Windows but these files are read via a PHP module.
I want to do this because I want to create a developer environment on my Windows XP machine with Virtualbox. I want to edit project files from Windows. The Samba daemon works but access to disks is very slow (despite having SSD disks). So I want to reverse the situation.
Any ideas?