mod_auth BASIC kills ftp access?

This is a discussion on mod_auth BASIC kills ftp access? within the Apache Web Server forums, part of the Web Server and Related Forums category; not sure what is going on here - i run a server on my desktop to test files / config settings prior ...


Go Back   Usenet Forums > Web Server and Related Forums > Apache Web Server

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 06-24-2003
Joshua Nixon
 
Posts: n/a
Default mod_auth BASIC kills ftp access?

not sure what is going on here - i run a server on my desktop to test
files / config settings prior to posting them to my departmental server.
i also have an FTP server running to allow me to be able to access my
desktop from home when uploading and testing files.

yesterday i implemented mod_auth basic password protection on two
directories i don't want people poking around in - but now i can't get
access to the server using FTP unless apache is shut down. i can
connect, but i can't get a directory listing. any ideas?

test server is running apache 2.0.46, win98, filezilla FTP server. i've
had apache up and running for 2+ years now with no major problems -
can't understand how http server would conflict with an FTP request.
apache is bound to port 80 only , FTP uses 21 - nothing strange.

directory setup from my httpd.conf file:

<Directory "C:/path/to/protected/dir/">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
AuthType Basic
AuthName "protected dir"
AuthUserFile "C:/path/to/passwd/file"
Require valid-user
</Directory>

any help would be appreciated.

-josh

  #2 (permalink)  
Old 06-24-2003
Joshua Nixon
 
Posts: n/a
Default Re: mod_auth BASIC kills ftp access?

oops - just tried shutting down mod_auth. didn't help. it's the httpd
server itself, not the module...

apparently running apache 2.0.46 interferes with my FTP server - i
upgraded from 2.0.40; any idea why 2.0.40 wouldn't bother FTP, but
2.0.46 results in denial of directory listings? my FTP server runs fine
if i kill apache (see original post)

-josh

 


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 07:56 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0