Hi,

Good logic but does not help.

I also want to have CF available for all domains. 

Here are some conf files.

/etc/apache2/httpd.conf
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
LoadModule jrun_module /opt/coldfusionmx7/runtime/lib/wsconfig/1/mod_jrun20.so
<IfModule mod_jrun20.c>
    JRunConfig Verbose false
    JRunConfig Apialloc false
    JRunConfig Ssl false
    JRunConfig Ignoresuffixmap false
    JRunConfig Serverstore 
/opt/coldfusionmx7/runtime/lib/wsconfig/1/jrunserver.store
    JRunConfig Bootstrap 127.0.0.1:51011
    #JRunConfig Errorurl <optionally redirect to this URL on errors>
    #JRunConfig ProxyRetryInterval 600
    #JRunConfig ConnectTimeout 15
    #JRunConfig RecvTimeout 300
    #JRunConfig SendTimeout 15
    AddHandler jrun-handler .jsp .jws .cfm .cfml .cfc .cfr .cfswf
</IfModule>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


/opt/coldfusionmx7/runtime/lib/wsconfig/wsconfig.properties
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#JRun/ColdFusion MX Web Server Configuration File
#Thu Jan 05 01:04:51 CET 2006
1=Apache,/etc/apache2,"",/usr/sbin/apache2,/usr/sbin/apache2ctl,false
1.srv=localhost,"coldfusion"
1.cfmx=true,<null>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



Oguz Demirkapi







-----Original Message-----
From: Matthew Geier [mailto:[EMAIL PROTECTED] 
Sent: Donnerstag, 5. Januar 2006 01:54
To: CF-Linux
Subject: Re: ColdFusion MX & Linux & Virtualhosts

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:4108
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