By Rupert
Post Install Apache2.x, ColdFusion 8
After binding Apache2.x and ColdFusion 8, I find it very useful to follow the post-install instructions below:
1. Copying ColdFusion Admin directory to /wwwroot (webroot)
# ln -s /var/www /wwwroot # cp -Rf /opt/coldfusion8/wwwroot/CFIDE /wwwroot/ # rm /wwwroot/index.html # cd /wwwroot # ln -s CFIDE cfide
2. Adding index.cfm to DirectoryIndex.
# vim /etc/apache2/mods-available/dir.conf
DirectoryIndex index.html index.cgi index.pl index.php index.xhtml index.htm index.cfm3. Restart apache
/etc/init.d/apache2 stop /etc/init.d/apache2 start
4. Browse Admin page for the first time
| Print article | This entry was posted by rupert on May 28, 2008 at 11:42 pm, and is filed under coldfusion, debian. Follow any responses to this post through RSS 2.0. You can skip to the end and leave a response. Pinging is currently not allowed. |