by tyc >> Sun, 20 Mar 2005 3:41:40 GMT
Hi,
I tried to connect Jade application from Apache server, but failed. The following is my configuration about httpd.conf and jadehttp.conf.
For httpd.conf, add these lines at the end of the Dynamic Shared Object (DSO) Support section, add the lines:
LoadModule jadehttp_module modules/mod_jadehttp.so
<IfModule mod_jadehttp.c>
Include conf/jadehttp.conf
</IfModule>
For jadehttp.conf
<IfModule mod_jadehttp.c>
<Location /jade-info>
SetHandler jadehttp-info
</Location>
<Location /JadeEval>
SetHandler jadehttp-handler
Application WebApp
TcpConnection 127.0.0.1 6010
</Location>
</IfModule>
Alias /images "C:\Temp"
Are there any other setup related or are there any error about above setup?
Many Thanks,
Scott