I use something like this with Apache 2.2.3:
 
LoadModule caucho_module /usr/lib/apache2/modules/mod_caucho.so

ResinConfigServer localhost 6800
CauchoStatus yes
 
<Location /caucho-status>
    Order deny,allow
    Deny from all
    Allow from 127.0.0.1 192.168.0.0/16 my-domain.net
</Location>

 
Cheers,
Andy
 



________________________________

        From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ben Strum
        Sent: Monday, June 04, 2007 1:57 AM
        To: resin-interest@caucho.com
        Subject: [Resin-interest] Problem with CauchoConfigFile and
Resin 3.1.1 +Unix + Apache2
        
        
        I am trying to upgrade servers we have to the latest Resin
version with Apache 2.  Prior to this, we were running older versions of
both Resin and Apache.
         
        We are seeing the following error message upong running httpd:
        Invalid command 'CauchoConfigFile', perhaps misspelled or
defined by a module not included in the server configuration
         
        Our httpd.conf file looks like this:
         
        LoadModule caucho_module
/home/blink/blinkproweb/modules/mod_caucho.so
        #AddModule mod_caucho.c
        <IfModule mod_caucho.c>
            CauchoConfigFile resin.conf
        </IfModule>
         
        I have seen posts that you must call AddModule before you can
call CauchoConfigFile but AddModule does not seem to be supported under
Apache 2 anymore.  
         
        Am I missing something when building either Apache or Resin?
Can someone tell me the correct method for specifying resin.conf in this
environment?
         
        Thank you,
         
        Benjamin Strum
        ThinkTron Corporation

_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to