Installing Railo on CentOS with Apache
I will add more to this later but wanted to write down these core steps before I forgot them. Hopefully this will save you some, since the other documentation I have found is mainly for installing Railo on Ubuntu Server.
Here are the steps on how I was able to generate the mod_caucho.so on CentOS for Apache.
1. I installed the package "httpd-devel" via Yum
2. In the Railo Directory I ran the following Commands:
make
make install
4. I then added this to the /etc/httpd/conf/httpd.conf file
CauchoConfigCacheDirectory /tmp
CauchoStatus yes
5. I then restarted apache.
6. In resin.conf I added this line:
<web-app id="/" document-directory="/home/randy/mydomain.com"/>
<host-alias>www.mydomain.com</host-alias>
</host>
To get Railo to not restart automatically change this line:
to
<dependency-check-interval>-1</dependency-check-interval>
You still have to follow the instructions to finish up the configuration. The PDF I am following is:
http://www.cfedge.com/trackback.cfm?EB2C5BC3-ED11-4348-85A0081E88E09E3D



There are no comments for this entry.
[Add Comment]