Results 1 to 2 of 2
Hi Frndz
I am OK with configuring Apache and work's well. But I want to host a directory that contains sub-directory and images, I googled for it and got something ...
- 06-17-2009 #1Linux Newbie
- Join Date
- Aug 2008
- Posts
- 119
Want to Host a Directory in Apache Server
Hi Frndz
I am OK with configuring Apache and work's well. But I want to host a directory that contains sub-directory and images, I googled for it and got something like this
<Directory "/home/www/*">
Order allow,deny
Allow from all
AllowOverride FileInfo AuthConfig Limit
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
<Limit GET POST OPTIONS>
Order allow,deny
Allow from all
</Limit>
<LimitExcept GET POST OPTIONS>
Order deny,allow
Deny from all
</LimitExcept>
</Directory>
am not able to get it, So any one plz help me out of this................!
Thanks in Advance
- 06-19-2009 #2Linux Newbie
- Join Date
- Aug 2008
- Posts
- 119
How to host a Directory in Apache?
HI Frndz
I managed to get Apache2.0 in RHEL-4 and can host multiple websites, but I want to host a directory which contains images.
So how can I host Directory as Website in Apache..
Plz Help Frndz..
Thanks in Advance


Reply With Quote