This is a discussion on Apache VirtualHost seems not to work correctly ?? within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi, what is wrong with my Virtual Host configuration ?? <VirtualHost *:80> DocumentRoot "/docroot" ServerName www.mydomain....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
what is wrong with my Virtual Host configuration ?? <VirtualHost *:80> DocumentRoot "/docroot" ServerName www.mydomain.com <IfModule mod_weblogic.c> WebLogicHost 10.1.1.2 WebLogicPort 7111 MatchExpression *.jsp </IfModule> </VirtualHost> This does not only send *.jsp to weblogic but even .html .gif .jpg etc. ?? How come ? Thanks in advance. |