Jade Application connnected from Apache Server

For questions and postings not covered by the other forums
ConvertFromOldNGs
Posts: 5321
Joined: Wed Aug 05, 2009 5:19 pm

Jade Application connnected from Apache Server

Postby ConvertFromOldNGs » Fri Aug 07, 2009 12:47 pm

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

Return to “General Discussion”

Who is online

Users browsing this forum: No registered users and 13 guests

cron