agoela
2008-06-03, 06:00 PM CDT
I have setup a partition as a webdav partition to access the files more easily on my windows boxes, I am able to connect to the share when i do http://formosa-usa/share, but when I try http://www.formosa-usa.com/share I keep getting prompt for username and password. Below is my webdav conf. file
Alias /share /media/storage
<Location /share>
DAV On
Options None
AuthType Basic
AuthName WebDAV
AuthUserFile /etc/httpd/conf/.htaccess
<LimitExcept GET OPTIONS>
Order allow,deny
Allow from All
Require valid-user
</LimitExcept>
</Location>
The host name is "formosa-usa" and not "formosa-usa.com" could that be causing an issue? I do believe I am connecting to the server since it is prompting me for my username and password, but I could be wrong.
On another note, I do notice that I am getting segterms when starting httpd service. I do not know if I should create a seperate thread for this though.
Any help is greatly appreciated.
Alias /share /media/storage
<Location /share>
DAV On
Options None
AuthType Basic
AuthName WebDAV
AuthUserFile /etc/httpd/conf/.htaccess
<LimitExcept GET OPTIONS>
Order allow,deny
Allow from All
Require valid-user
</LimitExcept>
</Location>
The host name is "formosa-usa" and not "formosa-usa.com" could that be causing an issue? I do believe I am connecting to the server since it is prompting me for my username and password, but I could be wrong.
On another note, I do notice that I am getting segterms when starting httpd service. I do not know if I should create a seperate thread for this though.
Any help is greatly appreciated.