hi all

    I have an apache server ( 2.2.9 ) running on debian lenny, and
have name virtualhosts support. The following is my config:

    <NameVirtualHost *>
        ServerName www.example.com
        DocumentRoot /var/www
        JkMount /* tomcat
        RewriteEngine On
        RewriteRule ^/images/ - [L]
    </NameVirtualHost>

   There is a directory named "images" under the document root
"/var/www", so if i send a request
"http://www.example.com/images/a.jpg";, could Apache do NOT send the
requst to my tomcat server, is that possible?

thanks
andre.ease

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to