Find the answer to your Linux question:
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 ...
  1. #1
    Linux 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

  2. #2
    Linux 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...