Results 1 to 2 of 2
hey all,
new bee here,
I have apache, ftp and mysql installed in centos.
Apache gets the user name and password on screen , checks with mysql and opens ftp ...
- 04-13-2010 #1Just Joined!
- Join Date
- Dec 2009
- Posts
- 9
[SOLVED] ftp problem
hey all,
new bee here,
I have apache, ftp and mysql installed in centos.
Apache gets the user name and password on screen , checks with mysql and opens ftp to user
however if I type the http : // ip address/ftp/ I am able to access all data without entering user and password which is kind of an open gate that we do not want.
I think I am missing somethings.
Do you guys have any idea about that?
all suggestions are more than welcome.
thank you in advance
- 04-14-2010 #2Just Joined!
- Join Date
- Dec 2009
- Posts
- 9
problem was with apache disabling directory listing/browsing
httpd.conf
To disable directory listing
Options Indexes FollowSymLinks
I just removed ‘Indexes’ from the line.
thanks anyway.


