Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Show all folders

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  Virtual host problem  
Author Message
samgfall

External


Since: Aug 02, 2006
Posts: 1



(Msg. 1) Posted: Wed Aug 02, 2006 10:55 pm
Post subject: Show all folders
Archived from groups: alt>apache>configuration (more info?)

I am running the windows version of Apache 2.2 and have run into a
small problem. I have created several virtual servers to handle
subdomains. The subdomains act as HTTP access to FTP sites. In some
of the subdomains I have enabled basic authentication. I have noticed
that all the directories and files that require authentication are
hidden in the index list. I am new to this versions of apache and
wanted to know if anyone could help me out.

Most everything in the conf file is from the default. Here is an
example of a virtual server directive:

<VirtualHost *:80>
ServerName example.server.com
ServerAdmin user.DeleteThis@server.com
DocumentRoot "F:/path/to/root"
ErrorLog "F:/logs/example-error.log"
CustomLog "F:/logs/exampble-access.log" common
<Directory "F:/path/to/root/folder1">
Options Includes Indexes
AllowOverride None
Order allow,deny
Allow from all
AuthType Basic
AuthName "authenticate"
AuthUserFile F:/auth/htpasswd
Require valid-user
</Directory>
</VirtualHost>



Thanks,

sam

 >> Stay informed about: Show all folders 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Don't show complete url - I wonder if it's possible hide the complete url and only show a part of it. e.g. i'd like to show only www.mydomain.com/webmail/ for the complete url www.mydomain.com/webmail/src/login.php. Is this possible using an Alias directive....i tried but it..

using shared folders - Please help - Im running apache on a windows 2k box. Is there any way that i can put the shared network folders online? I have a folder on the computer "JORDAN" that is shared over my network. Is there any way, without installing apache on this other machin...

AUTH on sub folders - Hi, I have placed a .htaccess file in my public_html folder. This works great. However I have a sub folder public_html/public which I would like the world to get to without auth. How can I do this? Thanks Warrick

Folders and subdomains - Hi all, I'd like to have sometingh working like this: if a user call a subdomain ie test.mydomain.com I'd like apache to internally redirect to mydomain.com/test... without setting each redirecti in htaccess. so whatever.mydomain.com should redirecto....

Show other image with .htaccess - Hi, if got a Online WYSIWYG Editor in a Subdirectory and if i add pictures it tries to load them from its directory. so i tried to catch its calling by rewriting the uri. original: /name1/admin/editor/dialog/images/.* should be: /name1/images/.* i..
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]