Re: [users@httpd] Re: Proxying From Directory To App On Port

2015-08-27 Thread Steven Shi
I'll try to clearly state what I did. When you said "Your Apache config proxies the URI prefix "/projects/CS32Brewer/". Is that the URI prefix your browser client code is using?", it occurred to me that if the Host was anchored to "localhost:80" and couldn't be changed to "localhost:2000", I could

Re: [users@httpd] Re: Proxying From Directory To App On Port

2015-08-27 Thread Kurtis Rader
On Thu, Aug 27, 2015 at 8:21 PM, Steven Shi wrote: > Hey Kurtis, > > I was in the middle of replying and then something clicked for me. I > spent the day today working on this one more time and ended up getting it > working. I believe my fundamental understanding of a proxy was simply > incorre

Re: [users@httpd] Re: Proxying From Directory To App On Port

2015-08-27 Thread Steven Shi
Hey Kurtis, I was in the middle of replying and then something clicked for me. I spent the day today working on this one more time and ended up getting it working. I believe my fundamental understanding of a proxy was simply incorrect. Your comment about the URI prefix was what made it click fo

[users@httpd] Apache Rewrite Rules & Physical Directories

2015-08-27 Thread Haag, Jason
Hi Apache Users, I'm a newb with apache and could use some help. I'm using per directory rewrites and delivering files via RDF and HTML using apache .htaccess. Here's my situation: I have several independent html & rdf files in a directory named "/verbs/" For example, /verbs/answered.html, ans

Re: [users@httpd] Apache Web Server rpm(2.2.x) for Linux OS to support TLSv1.2

2015-08-27 Thread Mohanavelu Subramanian
Hi Jeff, I have followed the steps from the link. 1. ./configure --enable-so --with-included-apr -enable-ssl --with-ssl=/usr/share/doc/packages/openssl1 it was successful. 2. I want to build an rpm. So i tried this using the httpd.spec file shipped in apache2.2.31 rpmbuild -tb httpd-2.2.3