Hi all

i've been trying for ages to get coldfusion to play nice with apache
on my shiny new G5 (she's a beauty).

I've followed seans instructions and got CF working: 
http://corfield.org/index.cfm?fuseaction=articles.cfmxosx

CF now works fine on port 7000 with the /cfusion url
http://127.0.0.1:7000/cfusion/index.cfm

Also apache works fine serving normally.
http://127.0.0.1/index.html

I've run the web server connector and tried to get CF pages to serve
thru apache. There's the following bit in my httpd.conf file.

# JRun Settings
LoadModule jrun_module /Applications/JRun4/lib/wsconfig/1/mod_jrun.so
<IfModule mod_jrun.c>
    JRunConfig Verbose false
    JRunConfig Apialloc false
    JRunConfig Ssl false
    JRunConfig Ignoresuffixmap false
    JRunConfig Serverstore /Applications/JRun4/lib/wsconfig/1/jrunserver.store
    JRunConfig Bootstrap 127.0.0.1:51002
    #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>


So if i try to serve a .cfm file thru apache i get this in my
/var/log/httpd/error_log file.

 
[Fri Jul  1 15:11:23 2005] [notice] jrApache[init]  JRun 4.0 (Build
92909) Apache module - 02/18/05 07:21:35
[Fri Jul  1 15:11:23 2005] [notice] Apache/1.3.33 (Darwin) JRun/4.0
configured -- resuming normal operations
[Fri Jul  1 15:11:23 2005] [notice] Accept mutex: flock (Default: flock)
[Fri Jul  1 15:38:33 2005] [notice] jrApache[5851:50005]  JRun will
not accept request.  Check JRun web server configuration and JRun
mappings on JRun server.


Any ideas? Please? I really need to get a dev environment going here. 

Have a good weekend everyone.

Gav

---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to