Apache 2 Configuration for Coldfusion9
I have coldfusion9 installed on an Ubuntu server running 10.04.1 with apache 2 installed.
I tried to follow the instructions to configure apache2 found here
But when I run this command
Configure the Apache web server for ColdFusion in UNIX
Enter the following command on a single line:
wsconfig -server servername -ws Apache -dir <apache config directory> -coldfusion -v
I get this error
wsconfig -server mss-cf.tklapp.com -ws Apache -dir /etc/apache2/ -coldfusion -v
Now coldfusion is running and I already made an web app with it but I wanted to double check and make sure apache2 was configured correctly.
Thanks
