I am trying to set up a way to serve .htm pages as cfm pages. The why  
is not important, that is what I want to do.
I am running CF 7 on Suse 9.3 and Apache 2.

I was hoping I could just change the AddHandler option and add .htm  
to the list. When I do that I get:

[an error occurred while processing this directive] The server  
encountered an internal error and was unable to complete your  
request. Either the server is overloaded or there was an error in a  
CGI script. [an error occurred while processing this directive]

and this shows up in the apache log:
[Tue Nov 22 10:59:43 2005] [notice] jrApache[14208: 13243]  could not  
open "/opt/coldfusionmx7/runtime/lib/wsconfig/2/jrunserver.store":  
Permission denied
[Tue Nov 22 10:59:43 2005] [error] [client 70.244.170.77] Directory  
index forbidden by rule: /srv/www/htdocs/portal/web/
[Tue Nov 22 10:59:43 2005] [notice] jrApache[14208: 13243]  JRun will  
not accept request.  Check JRun web server configuration and JRun  
mappings on JRun server.
[Tue Nov 22 10:59:43 2005] [error] [client 70.244.170.77] unable to  
include "include/top.html" in parsed file /usr/share/apache2/error/ 
HTTP_FORBIDDEN.html.var
[Tue Nov 22 10:59:43 2005] [notice] jrApache[14208: 13243]  JRun will  
not accept request.  Check JRun web server configuration and JRun  
mappings on JRun server.
[Tue Nov 22 10:59:43 2005] [error] [client 70.244.170.77] unable to  
include "include/bottom.html" in parsed file /usr/share/apache2/error/ 
HTTP_FORBIDDEN.html.var

I have been banging my head against this for several hours and google  
hasn't revealed any insight. Anyone out there have any?

Thanks in advance,

Dave


LoadModule jrun_module "/opt/coldfusionmx7/runtime/lib/wsconfig/2/ 
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/ 
2/jrunserver.store"
     JRunConfig Bootstrap 127.0.0.1:51011
     #JRunConfig Errorurl optionally redirect to this URL on errors
     AddHandler jrun-handler .cfm .cfc .cfml .jsp .jws
</IfModule>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224999
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to