Hi, On Mon 27.03.2006 22:20, Amalan, S wrote:
I am trying to make Apache work with WebLogic so that Apache functions like a proxy webserver which forwards the requests back and forth between a user and the WebLogic Web/App Server.
On which OS (Sun/Linux/...)?
The only configuration I had to make to Apache's APACHE_HOME/conf/httpd.conf file was: LoadModule weblogic_module modules/mod_wl128_20.so Listen 10.8.32.16:1180 # adding new section for WebLogic information <IfModule mod_wl128_20.so>WebLogicHost 10.8.32.26 WebLogicPort 7013</IfModule> The other settings remained as set during the Apache installation. However, when I start Apache (apachectl start), I get an error message in the logs/error_log file: [Mon Mar 27 22:06:29 2006] [crit] (13)Permission denied: mod_weblogic: Parent could not create lock Configuration Failed What does this mean?
Have you try to look with strace/truss/... on which 'file' you get this error? Regards Aleks --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx