Re: [us...@httpd] Apache on F11. ANY APPROACH ?excluding images pdfs etc from Https ( ssl ) routing

2009-11-02 Thread André Warnier
sieger...@gmail.com wrote: Hi Folks - I am a squat on advanced Apache work. I would get a basic SSL functionality to work. So https://foobar.com works fine and gets me all the login windows I designed. however currently all the images and other extensions like .pdf are also using the

Re: [us...@httpd] Apache on F11. ANY APPROACH ?excluding images pdfs etc from Https ( ssl ) routing

2009-11-02 Thread sieger...@gmail.com
Hi Folks Thanks a lot Can someone please point me to some examples of mod_rewrite where images, pdf' and other non html files get re-directed to http instead of https I tried this : more /etc/httpd/.htaccess IfModule mod_rewrite.c RewriteEngine on RewriteCond %{SERVER_PORT} 443 RewriteRule

Re: [us...@httpd] Apache on F11. ANY APPROACH ?excluding images pdfs etc from Https ( ssl ) routing

2009-11-02 Thread Mark Watts
On Sun, 2009-11-01 at 17:30 -0800, sieger...@gmail.com wrote: Hi Folks * I am a squat on advanced Apache work. I would get a basic SSL functionality to work. So https://foobar.com works fine and gets me all the login windows I designed. however currently all the images and

Re: [us...@httpd] Apache on F11. ANY APPROACH ?excluding images pdfs etc from Https ( ssl ) routing

2009-11-02 Thread sieger...@gmail.com
Yes .Probably not worth all the trouble if its going around catching my left ear with the right hand. On Mon, Nov 2, 2009 at 1:02 AM, Mark Watts m.wa...@eris.qinetiq.com wrote: On Sun, 2009-11-01 at 17:30 -0800, sieger...@gmail.com wrote: Hi Folks * I am a squat on advanced Apache

[us...@httpd] Apache on F11. ANY APPROACH ?excluding images pdfs etc from Https ( ssl ) routing

2009-11-01 Thread sieger...@gmail.com
Hi Folks - I am a squat on advanced Apache work. I would get a basic SSL functionality to work. So https://foobar.com works fine and gets me all the login windows I designed. however currently all the images and other extensions like .pdf are also using the https routing. some image

Re: [us...@httpd] Apache on F11. ANY APPROACH ?excluding images pdfs etc from Https ( ssl ) routing

2009-11-01 Thread Iñigo Medina García
I would like to JUST limit https usage to the login window html and ALL other images pdf's not secured html ( one that do not need password ) should use HTTP NOT HTTPS What I cannot really find ( and Apache modules make a graduate course , as I am realizing with all the futile digging in ) is