I've never used proxypass, but it seems logical to me that the following might work:

   ProxyPass / http://bupwp.com:8888/
   ProxyPassReverse / http://bupwp.com:8888/


Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
Open BlueDragon Steering Committee
Railo Community Distributions


tom thomas wrote:
I got it to work provided the cfm pages are in specific directory.

http://bupwp.com/cfm/t.cfm

Placing this in my httpd-vhosts.conf

   ProxyPass /cfm/ http://bupwp.com:8888/cfm/
   ProxyPassReverse /cfm/ http://bupwp.com:8888/cfm/


Couldn't get php and cfm to co-exist in the same directory.

Is there a way to have a rewrite rule so a url like http://bupwp.com/t.cfm would go to the cfm directory which would then fire up the proxypass code?

Thanks,
Tom Thomas


At 06:59 PM 4/9/2010, you wrote:
The windows installer just doesn't support adding the connector bit to Apache. The actual install of OpenBD should be fine, but you'll have to connect Apache manually.

To do that, there is some documentation here:
http://wiki.openbluedragon.org/wiki/index.php/Single_Instance_Install#The_Apache_Connector:_mod_jk

Just follow those instructions in order to get Apache connected, and you should be good to go.

Hope this helps!

Warm regards,
Jordan Michaels
Vivio Technologies
http://www.viviotech.net/
Open BlueDragon Steering Committee
Railo Community Distributions


tom thomas wrote:
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 <http://www.bupwp.com> < http://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 <http://www.bupwp.com> < http://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.

--
Open BlueDragon Public Mailing List
http://www.openbluedragon.org/ <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 !!

--
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.

--
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 !!

Reply via email to