Forum Moderators: phranque
I´ve configured it in this way:
<IfModule mod_weblogic.c>
MatchExpression *.pdf WebLogicCluster=aaa.bbb.ccc.ddd:7001,aaa.bbb.ccc.eee:7001
MatchExpression * WebLogicCluster=aaa.bbb.ccc.ddd:7003,aaa.bbb.ccc.eee:7003
#Debug ALL
#DebugConfigInfo ON
</IfModule>
My PDF files are located in the directory where the 7001 port refers to. But when a PDF file is requested the server cannot find it. Does anyone know what I´m doing wrong?
Thanks!