Skip to main content

Thread: samba or apache?


i've got samba & apache system running on same box (both working)

web site (from root) /var/www/clients/client1/web4/web

want php script service access file located at
/home/shares/allusers/videocapture

smb.conf allusers
code:
[allusers]  	guest account =   	writeable = yes  	delete readonly = yes  	path = /home/shares/allusers  	force group = users  	comment = users  	public = yes  	create mode = 0660  	directory mode = 0771
but if php script tries access file error.
imagecreatefromwbmp(\\\\server\\allusers\\videocap ture\\up.bmp): failed open stream: no such file or directory in /var/www/clients/client1/web5/web/upimage.php on line 6

added

alias /videoimages "/home/shares/allusers/videocapture"
<directory /home/shares/allusers/videocapture>
allow all
</directory>
directives file, tries image, i'm getting 403 error.

(13)permission denied: file permissions deny server access: /home/shares/allusers/videocapture/down.bmp


Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] samba or apache?


Ubuntu

Comments

Popular posts from this blog

Joomal 3.6.3 update error - PHP temporary folder is not set - Joomla! Forum - community, help and support

Upgrade 3.4.8 to 3.5.1 failed "download package failed" - Joomla! Forum - community, help and support

Fatal error during instalation - Joomla! Forum - community, help and support