I have xampp installed on a windows 7 machine. I did not install tomcat through the xampp install. I used openbd-1.2-latest-windows-installer.exe Every thing seemed to go fine but I can not get a cf template to work via apache.

I have added this to the server.xml file in tomcat

<Host name="bupwp.com" appBase="webapps"
    unpackWARs="true" autoDeploy="true"
    xmlValidation="false" xmlNamespaceAware="false">
    <Context path="" docBase="C:/home/bupwpcom/bupwp" />
    <Alias> www.bupwp.com</Alias>
</Host>

I have the following in the apache httpd-vhosts.conf file

<VirtualHost *:80>
   ServerName bupwp.com
   ServerAlias www.bupwp.com *.bupwp.com
   ServerAdmin [email protected]
   ProxyPass / http://bupwp.com:8888/
   ProxyPassReverse / http://bupwp.com:8888/
   DocumentRoot C:/home/bupwpcom/bupwp


   <Directory "C:/home/bupwpcom/bupwp">
      Options Indexes FollowSymLinks Includes ExecCGI MultiViews
      IndexOptions FancyIndexing
      AllowOverride All                     
      DirectoryIndex /index.html index.php index.cfm index.php4 index.php3 index.cgi index.pl index.htm index.shtml index.phtml index.jsp
      Order allow,deny
      Allow from all
   </Directory>
</VirtualHost>

I am getting an Internal Server Error even with php pages. I can go to http://bupwp.com:8888/t.cfm using the browser on the windows 7 machine and my cf page will work. I can comment out the following two lines

   ProxyPass / http://bupwp.com:8888/
   ProxyPassReverse / http://bupwp.com:8888/
 
restart apache and my php pages work. Navigating to the t.cfm page via apache displays the code as if it is a plain text file.

I know there is probably some little setting somewhere to change that I over looked. That's the problem, I don't know were to look. Any suggestions?

Thanks,
Tom Thomas





--
Open BlueDragon Public Mailing List
http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon
mailing list - http://groups.google.com/group/openbd?hl=en
 
!! save a network - please trim replies before posting !!
 
To unsubscribe, reply using "remove me" as the subject.

Reply via email to