Search This Blog

Pages

Thursday, April 8, 2010

How to configure Alias and Directory on Apache web server

Add Alias tag in conf/httpd.conf as given below:

    Alias /webpath /full/filesystem/path
    Alias /repo "Repository"

and then add directory tag for the above alias as given below:


    Options Indexes FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all




    Options Indexes FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all

 

No comments:

Post a Comment