Hi,
I have got the following lines in my mod_jk.conf-auto file:

# Static files
Alias /foo "/export/home/test/u2/current/foo"
 
<Directory "/export/home/test/u2/current/foo">
    Options Indexes FollowSymLinks
    DirectoryIndex index.jsp index.html index.htm logon.jsp
</Directory>

1: What is the meaning of alias here. This means that apache will deal
with this alias to serve static content?
2: Where can I define Indexes? How can I get rid of directory indexing?
I have already made <StaticInterceptor listings="false" /> change in
server.xml, but still indexing is enables?

kapil



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to