On Fri, Oct 29, 2010 at 5:49 AM, Stan Winchester <[email protected]>wrote:
> I have run into an issue where I can use https for Subversion if the > httpd-ssl.conf DocumentRoot is pointed to default install directory, > but OpenBD cannot use SSL. Just so we break this down into its constituent parts, the SVN stuff doesn't really factor into the issue we're trying to solve, right? And what precisely do you mean by "OpenBD cannot use SSL?" What exactly is the behavior you're seeing? > If I point it to f:/websites which is where > my development sites are located, then I get a Tomcat 404 error if I > try to use https for Subversion, but OpenBD can use SSL. > You'll have to elaborate on what exactly you mean by "point it to," both what "it" is and how you're pointing it. > > Also, just to get it to work to this point I could not use www.[domain > name].com in the httpd.conf file for ProxyPass/ProxyPassreverse, but > had to move it to the httpd-vhost.conf file using dev.[domain > name].com. I think we're getting further off in the weeds here. ;-) Typically on Windows httpd-vhosts.conf is where you have to put your vhosts based on how the Apache config is set up, so it's not surprising this didn't work when you had it in the main httpd.conf file. > I also had to change www.[domain name].com in the Tomcat > server.xml file to dev.[domain name].com > OK--I think we may be getting somewhere. You can have aliases on Tomcat as well, so if the host name on the Apache side and the Tomcat side aren't the same you have to account for Tomcat knowing the host name that's hitting it. > > Any ideas getting SSL to work for both Subversion and OpenBD/Tomcat? > Since I don't deal with SSL much I'm going out on a limb here, but wouldn't the SSL piece be entirely at the Apache level? Particularly if you have Tomcat and Apache on the same physical box, you don't really need SSL communication between Apache and Tomcat, so it seems like this is probably entirely an Apache configuration issue. But elaborate on what you mean by things like "can't use SSL" and that'll help us dig into this further. -- Matthew Woodward [email protected] http://blog.mattwoodward.com identi.ca / Twitter: @mpwoodward Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments. http://www.gnu.org/philosophy/no-word-attachments.html -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon official manual: http://www.openbluedragon.org/manual/ Ready2Run CFML http://www.openbluedragon.org/openbdjam/ mailing list - http://groups.google.com/group/openbd?hl=en
