Hi
We just deployed WLS 9.2 cluster with Apache 2.0.52 as reverse proxy.
I am using 'mod_wl128_20.so' since our users connect using
https:// to the website.
Users saw this scary error trying to get to our web application..
'Cannot open TEMP post file '/tmp/_wl_proxy/....' for POST of 11046 bytes...'
'...Internal Server error. Cannot continue..'
I checked the apache (error_log, ssl_error_log, ssl_request_log ) but they don't show any more information of what could cause the problem.
I had to restart Apache to clear the problem. The users haven't seen the problem since I restarted.
I start the server as 'root' . The user/group in httpd.conf is set to apache/apache. The permissions for /tmp/_wl_proxy directory "drwxr-xr-x" with apache as owner . The Size of file the error was reported on wasn't very big either.
At this point, I am not sure what else I can do ? Any help/suggestions are greatly appreciated.
Thanks