[us...@httpd] Not really an Apcahe question but I am sure someone here can answer it...

2009-06-03 Thread Mike Lyon
So if I bring up a firefox browser and simply type in "sears" it will take me to www.sears.com. If I type in "apple" it takes me to www.apple.com but then if I type in some other random company, it takes me no where. Is this some kind of special DNS record or something at that specific domain for t

Re: [us...@httpd] Shell Script to automatically start Apache with SSL passphrase?

2009-04-27 Thread Mike Lyon
So I would be able to create new keys without having to get new certs? Thanks, Mike On Mon, Apr 27, 2009 at 10:25 PM, Krist van Besien < krist.vanbes...@gmail.com> wrote: > On Tue, Apr 28, 2009 at 1:16 AM, Mike Lyon wrote: > > It's another link in the security of tha

Re: [us...@httpd] Shell Script to automatically start Apache with SSL passphrase?

2009-04-27 Thread Mike Lyon
, what do you need it for any > way? > > > On Tue, Apr 28, 2009 at 8:50 AM, Mike Lyon wrote: > >> Hello All, >> >> There has to be an easy answer to this question. When I restart apache, it >> prompts me to enter in the passphrase for the SSL certs. How can

[us...@httpd] Shell Script to automatically start Apache with SSL passphrase?

2009-04-27 Thread Mike Lyon
Hello All, There has to be an easy answer to this question. When I restart apache, it prompts me to enter in the passphrase for the SSL certs. How can I create a shell script to automatically enter in the passphrase for me when apache starts up at boot-up? Thank you, Mike

[us...@httpd] Inserting google analytics code onto pages with apache proxy?

2009-04-09 Thread Mike Lyon
Hello All, So I am wondering if there is a way to have the Google Analytics code inserted into requests as they come through an apache proxy? Or do I really have to put the analytics code onto every page on each server? Thanks, Mike

Re: [us...@httpd] mod_rewrite on reverse proxies...

2009-04-01 Thread Mike Lyon
x27;s to bypass this issue. > > It also prevents other 'backend URL leakage' and generally allows for > proper load balancing without having to write software alter your > display output. > > John- > > On Tue, Mar 31, 2009 at 11:36 PM, Krist van Besien > wrote:

[us...@httpd] mod_rewrite on reverse proxies...

2009-03-31 Thread Mike Lyon
Howdy All, Is anyone out there using mod_rewrite to rewrite URLs that pass through their reverse proxies? I am using Apache as an SSL offloader for some web / app servers that sit behind it. I have it up and working great. The only problem is that the app will return to the client (via the reverse

[us...@httpd] A dumb question but it has me stumped...

2009-03-29 Thread Mike Lyon
Hello Again, I have a reverse proxy configured and I would like to make it so if someone goes to https://www.mydomain.com/ that they get redirected to /beginhere.html I have tried using the alias and redirect directive but I have gotten no where. The various items I have tried are: redirect / /

[us...@httpd] Vhosts directive for directory translation for mod_proxy?

2009-03-27 Thread Mike Lyon
Howdy All, Simple question. Is there a directive I can configure under a mod_proxy vhost on my proxy box so that when a user connects to the proxy and the proxy sees a request for something like /aaa/* that the directive would see the /aaa/* and translate it my.hostname.com/aaa/* ? That possible?

[us...@httpd] HTTPS to HTTP proxy server that talks to a Jboss server running Tomcat...

2009-03-27 Thread Mike Lyon
Hello All, I ran into an issue today while I was configuring an HTTPS to HTTP proxy utilizing mod_ssl and mod-proxy. I am using the proxy server as my front-end SSL offloader. In front of the proxy is my router that is doing NAT. So the problem I am having is that I can reach the site from the ou