Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: "Siegfried Heintze" To: Subject: Apache httpd Accepts local connections but not Remote Date: Mon, 12 Jul 2004 08:02:48 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: <20040712133208.98997.qmail@web40805.mail.yahoo.com> Message-Id: <200407120804390.SM01156@fasolt> X-IsSubscribed: yes 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/