Re: [users@httpd] Issue with redirection from HTTP to HTTPS

2013-02-05 Thread Nikolas Kallis
Dear Walter, I have an issue with redirection from HTTP to HTTPS. The problem is that when someone visits a directory on my website in HTTP, such as 'http://nikolaskallis.com/contact/', they are redirected to 'https://nikolaskallis.comcontact/', which doesn't include a forward slash between '

Re: [users@httpd] Issue with redirection from HTTP to HTTPS

2013-02-05 Thread Walter H.
On Wed, February 6, 2013 01:17, Nikolas Kallis wrote: > Hello, > > I have an issue with redirection from HTTP to HTTPS. > > The problem is that when someone visits a directory on my website in > HTTP, such as 'http://nikolaskallis.com/contact/', they are redirected > to 'https://nikolaskallis.comco

Re: [users@httpd] Issue with redirection from HTTP to HTTPS

2013-02-05 Thread Nikolas Kallis
Hello, The issue I am having is occurring in both Firefox & Opera and is not the fault of Apache. The browsers should be placing a forward slash in front of the FQDM when redirecting a URL containing a directory. I will notify browser vendors of this bug in their software. Regards, Ni

Re: [users@httpd] Issue with redirection from HTTP to HTTPS

2013-02-05 Thread Nikolas Kallis
Dear Igor, You can't see the difference between Redirect / https://nikolaskallis.com and Redirect / https://nikolaskallis.com*/* ??? I suspect the issue may be related to my browser, and not Apache. I will conduct a test after I eat lunch and advise what I f

Re: [users@httpd] Issue with redirection from HTTP to HTTPS

2013-02-05 Thread Igor Cicimov
You can't see the difference between Redirect / https://nikolaskallis.com and Redirect / https://nikolaskallis.com*/* ??? On Wed, Feb 6, 2013 at 11:33 AM, Nikolas Kallis wrote: > Dear Igor, > > > > Redirect / https://nikolaskallis.com/ >> > > I don't get what y

Re: [users@httpd] Issue with redirection from HTTP to HTTPS

2013-02-05 Thread Nikolas Kallis
Dear Igor, Redirect / https://nikolaskallis.com/ I don't get what your trying to saying. Regards, Nikolas Kallis - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@h

Re: [users@httpd] Issue with redirection from HTTP to HTTPS

2013-02-05 Thread Igor Cicimov
Redirect / https://nikolaskallis.com/ On Wed, Feb 6, 2013 at 11:17 AM, Nikolas Kallis wrote: > Hello, > > > > I have an issue with redirection from HTTP to HTTPS. > > The problem is that when someone visits a directory on my website in HTTP, > such as > 'http://nikolaskallis.com/**contact/

[users@httpd] Issue with redirection from HTTP to HTTPS

2013-02-05 Thread Nikolas Kallis
Hello, I have an issue with redirection from HTTP to HTTPS. The problem is that when someone visits a directory on my website in HTTP, such as 'http://nikolaskallis.com/contact/', they are redirected to 'https://nikolaskallis.comcontact/', which doesn't include a forward slash between '.com

[users@httpd] moving from mod_php to mod_fcgid : rewrite problem

2013-02-05 Thread Riccardo Cohen
Hello I'm new to apache mailing list, sorry if I'm not 100% clear, and sorry for this long description. I have developped a website with php/mysql : http://www.perspectives-musicales.org and placed it on a good hosting service (web4all.fr). To improve search engine rank I decided to set all u

Re: [users@httpd] ProxyPassReverse using rewrite to go BACK to SSL?

2013-02-05 Thread Dave Shevett
On 2/5/13 1:16 PM, Nick Kew wrote: On 5 Feb 2013, at 17:31, Dave Shevett wrote: However, my problem is I want to rewrite the protocol side of the URL, not just the path. I need to change it from 'http' to 'https'. Sounds like you're looking for "Header edit" (mod_headers). I actually tried Hea

Re: [users@httpd] ProxyPassReverse using rewrite to go BACK to SSL?

2013-02-05 Thread Nick Kew
On 5 Feb 2013, at 17:31, Dave Shevett wrote: >>> However, my problem is I want to rewrite the protocol side of the URL, not >>> just the path. I need to change it from 'http' to 'https'. >> Sounds like you're looking for "Header edit" (mod_headers). > I actually tried Header edit as well - but

Re: [users@httpd] ProxyPassReverse using rewrite to go BACK to SSL?

2013-02-05 Thread Dave Shevett
On 2/5/13 12:16 PM, Nick Kew wrote: On 5 Feb 2013, at 14:40, Dave Shevett wrote: Hi folks, I've come a long way understanding how ProxyPassReverse is supposed to work, and in many ways it's doing exactly what I want it to do - it rewrites the URLs on returning redirects to match a specific pa

Re: [users@httpd] ProxyPassReverse using rewrite to go BACK to SSL?

2013-02-05 Thread Nick Kew
On 5 Feb 2013, at 14:40, Dave Shevett wrote: > Hi folks, I've come a long way understanding how ProxyPassReverse is supposed > to work, and in many ways it's doing exactly what I want it to do - it > rewrites the URLs on returning redirects to match a specific pattern. > > However, my problem

Re: [users@httpd] response with 400 when URI params are malformed

2013-02-05 Thread Nick Kew
On 5 Feb 2013, at 14:29, Jakub Nieznalski wrote: > Hi, > > I've got problem that Apache accepts malformed URI, for example > localhost/?foo=bar% The percent sign makes that request unvalid, but Apache > will accept that. Nginx, or Unicorn will respond with 400. That's a request for URL / , w

Re: [users@httpd] Re: "Official" apache win32 binaries for 2.2.23

2013-02-05 Thread Tom Evans
On Sat, Feb 2, 2013 at 9:24 AM, Michiel Beijen wrote: > Op 2 feb. 2013 02:16 schreef "Good Guy" het volgende: > I don't >> mind doing it but whenever I try do build it in VS2010, I always get errors >> and so I gave up. even VS 2012 is out now and it is a very good package to >> create fast bina

Re: [users@httpd] Changing the MPM

2013-02-05 Thread Tom Evans
On Sun, Feb 3, 2013 at 8:34 PM, yogesh hingmire wrote: > I recently bought a new Mac book pro, the apache server that comes inbuilt > is with a prefork option, here is below listing > > Yogeshs-MacBook-Pro:sbin yogesh$ httpd -l > Compiled in modules: > core.c > prefork.c > http_core.c > mo

[users@httpd] ProxyPassReverse using rewrite to go BACK to SSL?

2013-02-05 Thread Dave Shevett
Hi folks, I've come a long way understanding how ProxyPassReverse is supposed to work, and in many ways it's doing exactly what I want it to do - it rewrites the URLs on returning redirects to match a specific pattern. However, my problem is I want to rewrite the protocol side of the URL, not

[users@httpd] response with 400 when URI params are malformed

2013-02-05 Thread Jakub Nieznalski
Hi, I've got problem that Apache accepts malformed URI, for example localhost/?foo=bar% The percent sign makes that request unvalid, but Apache will accept that. Nginx, or Unicorn will respond with 400. How can I achieve the same result? Is there any mod or rule that will tell apache to return 400

Re: [users@httpd] Changing the MPM

2013-02-05 Thread Michiel Beijen
Hi, On Sun, Feb 3, 2013 at 9:34 PM, yogesh hingmire wrote: > I recently bought a new Mac book pro, the apache server that comes inbuilt is > with a prefork option, here is below listing > > Yogeshs-MacBook-Pro:sbin yogesh$ httpd -l > Compiled in modules: > core.c > prefork.c > http_core.c

Re: [users@httpd] Re: Changing the MPM

2013-02-05 Thread vishesh kumar
Whats output of below httpd -t -M On RHEL we used to change to worker by editing file /etc/sysconfig/httpd Thanks On Tue, Feb 5, 2013 at 12:46 AM, yogesh hingmire wrote: > Folks, > > Any inputs on the below problem ? Appreciate all your help > > Thank You, > Yogesh > > > On Sun, Feb 3, 2013 at

[users@httpd] Reposted - SSO + LDAP Operation

2013-02-05 Thread nskarthik
Hi Spec : JDK1.6, Tomcat 7.0.30, Linux 64 bit Suse Apache Http2.2 This post is re-applied from my earlier on different product http://tomcat.10.n6.nabble.com/LDAP-on-TOMCAT-7-0-30-tp4993107.html So far we have been using 3 killer Ajax web based applications with each app provided with sep