New Apache sites return 500 Internal Server Error for all CFML requests.

2010-11-23 Thread Ian Skinner
This is an ugly one. I think it is an Apache2 - ColdFusion 9 web server connector problem. I have two Solaris Unix web servers. Each of these servers have a dozen and a half Apache web sites each one connected to one of five ColdFusion instances. All, but *TWO* of them are working

Re: New Apache sites return 500 Internal Server Error for all CFML requests.

2010-11-23 Thread Dave Watts
I have two Solaris Unix web servers.  Each of these servers have a dozen and a half Apache web sites each one connected to one of five ColdFusion instances. All, but *TWO* of them are working properly.  We created two new Apache web sites and connected them to a new ColdFusion instance.  

Re: New Apache sites return 500 Internal Server Error for all CFML requests.

2010-11-23 Thread Ian Skinner
On 11/23/2010 2:48 PM, Dave Watts wrote: In the directory in which the connector modules are installed, there should also be a text file. You should be able to enable the log level from this text file. What text file where? I looked into the /opt/jrun4/lib/wsconfig folder and each

Re: New Apache sites return 500 Internal Server Error for all CFML requests.

2010-11-23 Thread Dave Watts
In the directory in which the connector modules are installed, there should also be a text file. You should be able to enable the log level from this text file. What text file where?  I looked into the /opt/jrun4/lib/wsconfig folder and each 'connector' folder under that, and I do not see

Re: New Apache sites return 500 Internal Server Error for all CFML requests.

2010-11-23 Thread Ian Skinner
In the mean time, I took a closer look at the logs (I wasn't looking in the Apache logs before). I found this block for the last attempt to request a cfm page. [Tue Nov 23 15:17:17 2010] [notice] jrApache[18177: 60758] could not open serverstore

Re: New Apache sites return 500 Internal Server Error for all CFML requests.

2010-11-23 Thread Dave Watts
 In the mean time, I took a closer look at the logs (I wasn't looking in the Apache logs before).  I found this block for the last attempt to request a cfm page. [Tue Nov 23 15:17:17 2010] [notice] jrApache[18177: 60758]  could not open serverstore

Re: New Apache sites return 500 Internal Server Error for all CFML requests.

2010-11-23 Thread Ian Skinner
On 11/23/2010 3:59 PM, Dave Watts wrote: I don't think the file should be jrunservers.store. I'm not sure why that's working in the existing directories (maybe it isn't being read properly in those directories either, though). I would guess not either, which leads me back to why I find

Re: New Apache sites return 500 Internal Server Error for all CFML requests.

2010-11-23 Thread Dave Watts
I would guess not either, which leads me back to why I find these web server connectors to be such a black box!  They just make so little sense to me.  Especially since each and every system I have looked at that file is a single, empty, proxyservers= line. Yeah, they're a mystery to me too.