[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Adding a new document root
- Subject: [ale] Adding a new document root
- From: cfowler at outpostsentinel.com (Chris Fowler)
- Date: Wed, 04 Aug 2010 11:45:58 -0400
I'm trying to add a document root to an existing CentOS 5.X box that is
running tomcat and some JSP (not my stuff). I've done this before but
in this case I want to add htpasswd authentication. Can someone give
me a pointer on what to modify in this conf file?
Alias /li /opt/link-interface
Alias /link-interface /opt/link-interface
<Directory /opt/link-interface>
AllowOverride All
AddHandler cgi-script .pl
Options ExecCGI Includes FollowSymlinks
Order Allow,Deny
Allow from All
</Directory>
Chris