Andrew Cu

Greenhorn
+ Follow
since Feb 20, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Andrew Cu

I'm using apache 2.0.59. I have the following in my httpd.conf. It did not display the page with css correctly along with missing images and js files. Can you tell me how to fix it please? How do we specify it so it will reference the images on the "tom" machine and not locally? I'm new to apache so if you can have sample code, I really appreciate it.

ProxyPass /rbs http://tom:14055/rbs
ProxyPassReverse /rbs http://tom:14055/rbs

access_log

10.68.26.77 - - [25/Feb/2008:14:56:32 -0800] "GET /rbs HTTP/1.1" 200 7972
10.68.26.77 - - [25/Feb/2008:14:56:33 -0800] "GET /rbs/css/aire.css HTTP/1.1" 404 1214
10.68.26.77 - - [25/Feb/2008:14:56:33 -0800] "GET /rbs/js/java.js HTTP/1.1" 404 1214
10.68.26.77 - - [25/Feb/2008:14:56:33 -0800] "GET /rbs/js/bss.js HTTP/1.1" 404 1214
10.68.26.77 - - [25/Feb/2008:14:56:34 -0800] "GET /rbs/js/findDOM.js HTTP/1.1" 404 1214
10.68.26.77 - - [25/Feb/2008:14:56:34 -0800] "GET /rbs/images/onepixel.gif HTTP/1.1" 404 1214
10.68.26.77 - - [25/Feb/2008:14:56:34 -0800] "GET /rbs/images/login_form_top.gif HTTP/1.1" 404 1214
10.68.26.77 - - [25/Feb/2008:14:56:34 -0800] "GET /rbs/images/login_form_bottom.gif HTTP/1.1" 404 1214
10.68.26.77 - - [25/Feb/2008:14:56:34 -0800] "GET /rbs/images/login_logo_top.gif HTTP/1.1" 404 1214
10.68.26.77 - - [25/Feb/2008:14:56:35 -0800] "GET /rbs/images/small_logo.jpg HTTP/1.1" 404 1214
10.68.26.77 - - [25/Feb/2008:14:56:35 -0800] "GET /rbs/images/login_logo_bottom.gif HTTP/1.1" 404 1214
[ February 25, 2008: Message edited by: King Dom ]
16 years ago
Here's our configurations

WL 9.2
Apache 2.0.59
Sun Access Manager

We have apache acting as a proxy between Access Manager and WL. We use proxypass and proxypassreverse in the httpd.conf right now. When people log in, it will forward to Access Manager so they can authenticate, after that, it will let the users access a web application on WL. The issue now is when the web page displays, all the images are missing along with the formatting of the page. Someone suggested using the apache plugin but somehow it did not work for me. Do you have any ideas?
16 years ago