Here is my virtual host configuration <VirtualHost 10.0.1.10> ServerName james DocumentRoot /home/john <Directory /home/john> Options All # AllowOverride None allow from all </Directory> </VirtualHost>I found on google that if I don't put any html file under document root, by defalut apache should show directory listing right? If not then how can I show list of files under home directory?
Thank. Bandu
From: Patrick Donker <list@xxxxxxxxxxxx> Reply-To: users@xxxxxxxxxxxxxxxx To: users@xxxxxxxxxxxxxxxx Subject: Re: [users@httpd] ftp via http ! Date: Sat, 23 Apr 2005 02:17:11 +0200 Bandu Joshi wrote:Hi All,I am new to apache. I have setup apache which is running fine and I would like users to see directory lisitng & download the files from home directory using http://my-server/username/I searced on google and apche faq and tried setting UserDir as per instructions but when I do http://my-server/username/ I get error "The requested URL /username/ was not found on this server"Basically I want user should be able to see directory list after they access http://my-server/username/ and download the files.Create a virtual host as shown below. It should work this way: <VirtualHost *:80> ServerName my-server DocumentRoot location_of_where_the_files_are_that_you_want_to_show Options +Indexes IndexOptions FancyIndexing </VirtualHost> --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
_________________________________________________________________Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx