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
but if php script tries access file error.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
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
Post a Comment