Forum Moderators: phranque

Message Too Old, No Replies

Redirection problem with Apache

         

eibar

11:53 am on Sep 12, 2003 (gmt 0)



Hey, I´ve a big problem with Apache.

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!

DaveAtIFG

11:58 am on Sep 15, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hello eibar, we're pleased to have you join us! Welcome to WebmasterWorld! :)

Unfortunately, a warm welcome is all I can offer you, but some of our regulars are masters of .htaccess mysteries, both great and small.

Can anyone offer this new member an idea or two?

bakedjake

6:55 pm on Sep 15, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Your syntax looks fine for the weblogic module.

Is the module being loaded? Make sure you have LoadModule and AddModule directives referencing the BEA server module.