Apache httpd Accepts local connections but not Remote

2004-07-12 Thread Siegfried Heintze
Since you guys are so smart, responsive and generous with your time, I
thought I would try this one on you. I have posted this on the Apache HTTP
mailing list twice with no response.

I have the following in my httpd.conf file. WebDAV seems to be working from
my local network (when using IE 5/6) but I cannot log in from across the
public internet and use the webdav client in IE 5. I can view the web pages
on my site remotely, however. This means my firewall is letting me thru on
port 80. Port 80 is all webdav needs, correct?

(My colleague was having some success using the WebDAV client in Konquerer
on Linux for reading files but never figure out how to write files).

Can anyone tell me what I am doing wrong?  Why cannot I use IE 5/6 to view
my files on my server (via webdav) from a remote client? It keeps prompting
me for a username and password and never grants me access. Below is a
fragment from my httpd.conf file.

I've been going nuts trying to figure this one out for two months or more!

   Siegfried


# DavLockDB /usr/local/apache2/var/DavLock DavLockDB "C:/Program
Files/Apache Group/Apache2/conf/DavLock"
Alias /cgi-source  "C:/Program Files/Apache Group/Apache2/cgi-bin/"

  Dav On
  AuthType Basic
  AuthName DAV
  AuthUserFile "C:/Program Files/Apache Group/Apache2/conf/main.passwd"
  ForceType text/plain
#  
require user siegfried marty christie scott eric shafi #  





--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: Apache httpd Accepts local connections but not Remote

2004-07-12 Thread Igor Pechtchanski
On Mon, 12 Jul 2004, Siegfried Heintze wrote:

> Since you guys are so smart, responsive and generous with your time, I
> thought I would try this one on you. I have posted this on the Apache HTTP
> mailing list twice with no response.
>
> I have the following in my httpd.conf file. WebDAV seems to be working from
> my local network (when using IE 5/6) but I cannot log in from across the
> public internet and use the webdav client in IE 5. I can view the web pages
> on my site remotely, however. This means my firewall is letting me thru on
> port 80. Port 80 is all webdav needs, correct?
>
> (My colleague was having some success using the WebDAV client in Konquerer
> on Linux for reading files but never figure out how to write files).
>
> Can anyone tell me what I am doing wrong?  Why cannot I use IE 5/6 to view
> my files on my server (via webdav) from a remote client? It keeps prompting
> me for a username and password and never grants me access. Below is a
> fragment from my httpd.conf file.
>
> I've been going nuts trying to figure this one out for two months or more!
>
>Siegfried
>
> # DavLockDB /usr/local/apache2/var/DavLock DavLockDB "C:/Program Files/Apache 
> Group/Apache2/conf/DavLock"
  ^^
> [snip]

This doesn't look like Cygwin apache.  Sorry, you'll have to ask on a list
or forum devoted to the native Win32 apache ports.  This is off-topic for
this list.
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/