Oðuz_Demirkapý wrote:
> Hi,
> 
>  
> 
> I have installed CFMX 7.0.1 on a Linux server (Debian Sarge) and works
> without any problem. 
> 
>  
> 
> But it works only for main server IP & domain, not for virtual domains.
> 
>  
> 
> I want to have ColdFusion available for all domains on my server. I think
> there is a trick which I could not see now.

  You probably need to have the jrun config lines in each virtual server 
definition, ie this stuff

<IfModule mod_jrun20.c>
     JRunConfig Verbose false
     JRunConfig Ignoresuffixmap false
     JRunConfig Serverstore /u3/opt/jrun4/lib/wsconfig/3/jrunserver.store
     JRunConfig Bootstrap 127.0.0.1:51003
     #JRunConfig Errorurl <optionally redirect to this URL on errors>
     AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc
</IfModule>


  I have about 15 virtual apache servers and two jrun/cf virtual 
servers. Only 3 of those virtual apache servers have CF capablity and 2 
share the same jrun server. We actually don't WANT CF to be enabled on 
the others...





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:14:4107
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/14
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:14
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.14
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to