Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Samba and Win2003 iis problem

Status
Not open for further replies.

tolvar

IS-IT--Management
Joined
Feb 11, 2003
Messages
6
Location
GB
Hi guys

I have a win2003 server running our web site on iis, on a linux box (running Suse9) i have a shared directory that holds scanned images (.*PNG). Samba is running and using a virtual directory i can see the images, however when i come to view them online i get this error - HTTP Error 404 - File or directory not found. Internet Information Services (IIS)

I can browse the share on samba from any system just not when viewing the images through a browser (externally from the web site)

Is there some permission or service i've missed?, to make sure iis was working ok i created another share on a win2000 server and copied the directories from the linux box, this worked perfectly.

Here is a copy of my smb.conf

# smb.conf is the main Samba configuration file. You find a full commented
# version at /usr/share/doc/packages/samba/examples/smb.conf.SuSE
# Date: 2003-09-23

[global]
workgroup = DOMAIN
os level = 2
time server = Yes
unix extensions = Yes
encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd
map to guest = Bad User
printing = CUPS
printcap name = CUPS
socket options = SO_KEEPALIVE IPTOS_LOWDELAY TCP_NODELAY
wins support = No
veto files = /*.eml/*.nws/riched20.dll/*.{*}/
security = domain
server string = Samba Server
add user script =
domain master = false
domain logons = no
local master = no
preferred master = auto
;; ldap server = 127.0.0.1


[homes]
comment = Home Directories
valid users = %S
browseable = no
read only = No
create mask = 0640
directory mask = 0750
guest ok = no
printable = no

[printers]
comment = All Printers
path = /var/tmp
printable = yes
create mask = 0600
browseable = no
guest ok = no

[print$]
comment = Printer Drivers
path = /var/lib/samba/drivers
write list = @ntadmin root
force group = ntadmin
create mask = 0664
directory mask = 0775
browseable = yes
guest ok = no
printable = no

[images]
path = /podserver/http/pod_images
netbios name = podserver
valid users = ftpuser
public = yes
only guest = no
writable = no
printable = no
available = yes
browseable = yes
guest only = no
only user = no
preexec close = no
root preexec close = no
inherit permissions = no
hide dot files = no
oplocks = false
level2oplocks = false
guest ok = no

The images share is where the images are stored, any help with this would be appreciated, as a side note my knowledge of linux and samba is next to zero, which probably will explain my question.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top