|
access to NetWare-Volume(ncpmount) via http
Hi,
i have a problem with accessing files(mounted via ncpmount) through apache.
im running apache2 for a intranet-server. i want to publish files stored on a netware volume on a website.
the root-directory of the webserver is /srv/www/htdocs/portal
the mountpoint of the netware volume is /srv/www/htdocs/portal/fileadmin/t3
the volume is mountet with the following command
# ncpmount –A 10.10.10.12 –S MATRIX –U t3 –P xxx –f 777 –d 777 –u 30 –g 8 –V daten:/t3 /srv/www/htdocs/portal/fileadmin/t3
everything seems to work fine, the volume is mounted correctly and i can access the files. the files can be accessed by php scripts running on the webserver too. but i cant download or access them via http.
if i try to point the browser to one of the files i just get 0kb sized files ...
maybe its a problem with the permissions? the user used in the ncpmount has full rights(netware) and the user(wwwrun) and group(www) are the same as used by the webserver.
ive copied the whole folder to the linux box. this copy can be accessed through the website without any problems ....
any ideas why that doesnt work?
thanks florian
|