Apache Directives: file download problem
Hi All!
I have problem with downloading specific file from web page.
How is configured :
1. Files are actualy reside on Windows XP and are shared (everyone can read)
2. On ISPConfig server this share is mounted with this string in fstab:
"//192.168.82.54/application /mnt/application cifs user=username,password=password,uid=48,gid=48,file _mode=0444 0 0"
3. In ISPManager for web page under Apache Directives I put this:
"Alias /application/ "/mnt/application/"
AddType application/octet-stream .nfg
<Directory "/mnt/application/">
Options -Indexes
AllowOverride Limit AuthConfig
Order deny,allow
</Directory>"
.htaccess and .htpasswd files are in that directory
When I try to download specific file "application.nfg" from that directory I get file but with 0 byte in size.
I have the same configuration on second linux server without ISPConfig installed and it works OK.
I also try to change uid and gid but with no luck.
Is there something that I missed, please help.
|
Recent comments
1 day 14 min ago
1 day 3 hours ago
1 day 4 hours ago
1 day 5 hours ago
1 day 7 hours ago
1 day 8 hours ago
1 day 10 hours ago
2 days 2 hours ago
2 days 2 hours ago
2 days 6 hours ago