Re: [us...@httpd] Language dependent Redirect?

2010-10-18 Thread Hans Lodder
On 17-10-2010 11:26, Joost de Heer wrote: On 10/17/2010 09:07 AM, Hans Lodder wrote: Putting in .htaccess file a redirect like this does not work: Redirect permanent http:/results2match.nl/english-url http:/results2match.com/english-url This does not work either: Redirect permanent

[us...@httpd] HTTPS over mod_proxy

2010-10-18 Thread Hendrik Schmieder
Hello, with http over a proxy (like Apache mod_proxy) I send something like request GET http://192.168.2.234:/server/info HTTP/1.1 Content-Length: 0 Host: 192.168.2.234: Connection: Keep-Alive Accept-Encoding: identity, *;q=0 /request But I'm not sure what to send in case of HTTPS

Re: [us...@httpd] HTTPS over mod_proxy

2010-10-18 Thread Joost de Heer
On 10/18/2010 11:03 AM, Hendrik Schmieder wrote: Hello, with http over a proxy (like Apache mod_proxy) I send something like request GET http://192.168.2.234:/server/info HTTP/1.1 Content-Length: 0 Host: 192.168.2.234: Connection: Keep-Alive Accept-Encoding: identity, *;q=0 /request

Re: [us...@httpd] mod_proxy - Restrict Outgoing Connections

2010-10-18 Thread Igor Galić
- Hannes hannes.flo...@gmx.li wrote: Hi HTTPD Users, I'm using Apache 2.2 on Debian (Kernel 2.6) as a proxy for my web applications . So far I got it all working, including SSL and stuff. But when I had a look at the access.log, I saw hundreds of (mostly GET) requests to URL

[us...@httpd] Apache mod_jk redundancy

2010-10-18 Thread Renato Oliveira
Guys, I thank you for all your help in advance. I have a bit of problem. We have a setup which is as follows: * Apache + mod_jk setup as a load balancer for 2 jboss servers. * As you can see we have redundancy at the back with two jboss servers. * the other day the

Re: [us...@httpd] mod_proxy - Restrict Outgoing Connections

2010-10-18 Thread Hannes
Hi Igor, First, thanks for the fast response! - Hannes hannes.flo...@gmx.li wrote: Hi HTTPD Users, I'm using Apache 2.2 on Debian (Kernel 2.6) as a proxy for my web applications . So far I got it all working, including SSL and stuff. But when I had a look at the access.log, I saw

[us...@httpd] Host-header from requests are ignored?

2010-10-18 Thread mabra
Hello ! I read the apache docs [using 2.2.9], but there is a lot of stuff, which is different in Debian [lenny, 5.0.6]. Apache ignores the host-header given by the browser: http://x or http://x:81 or http://x.mbg.local are all served, but should be blocked. The definition for x stems from my

Re: [us...@httpd] Host-header from requests are ignored?

2010-10-18 Thread Igor Galić
- ma...@manfbraun.de wrote: Hello ! I read the apache docs [using 2.2.9], but there is a lot of stuff, which is different in Debian [lenny, 5.0.6]. Apache ignores the host-header given by the browser: http://x or http://x:81 or http://x.mbg.local are all served, but should be

[us...@httpd] How to enable mod_fcgid ?

2010-10-18 Thread Eskedar kefialew
Hi all, I've compiled and installed mod_fcgid from sources ## URL: http://www.cybersprocket.com/2010/project-management/upgrading-redmine-from-8-6-to-9-3/ # cd /usr/local/src/ # wget

Re: [us...@httpd] HTTPS over mod_proxy

2010-10-18 Thread Rainer Jung
On 18.10.2010 11:17, Hendrik Schmieder wrote: Joost de Heer schrieb: On 10/18/2010 11:03 AM, Hendrik Schmieder wrote: Hello, with http over a proxy (like Apache mod_proxy) I send something like request GET http://192.168.2.234:/server/info HTTP/1.1 Content-Length: 0 Host:

Re: [us...@httpd] How to enable mod_fcgid ?

2010-10-18 Thread Jeff Trawick
On Mon, Oct 18, 2010 at 7:07 AM, Eskedar kefialew tg...@yahoo.com wrote: Hi all, I've compiled and installed mod_fcgid from sources How can I enable this module so that Apache will make use of it? as with any module you build in that manner: LoadModule fcgid_module modules/mod_fcgid.so

Re: [us...@httpd] How to enable mod_fcgid ?

2010-10-18 Thread Eskedar kefialew
Many thanks ! But I am so new that I even don't know the install directory ... I think that it is //usr/local/src/mod_fcgid-2.3.5 ... that is the directory where I made the configure, make and make install things to happen. Is that the install directory I din't mention anything different

Re: [us...@httpd] Host-header from requests are ignored?

2010-10-18 Thread Eric Covener
VirtualHost hugo:80 That means the virtualhost applies to the IP address hugo resolves to, it doesn't affect which virtualhost will be used when the client sends hugo in the host header. See the basic doc on name-based vhosts.

Re: [us...@httpd] HTTPS over mod_proxy

2010-10-18 Thread Rainer Jung
On 18.10.2010 14:29, Hendrik Schmieder wrote: Rainer Jung schrieb: On 18.10.2010 11:17, Hendrik Schmieder wrote: Joost de Heer schrieb: On 10/18/2010 11:03 AM, Hendrik Schmieder wrote: Hello, with http over a proxy (like Apache mod_proxy) I send something like request GET

Re: [us...@httpd] httpd + shadowExpire

2010-10-18 Thread Paulo Maia
I tried to use ldap-filter but i could not do it ! But i did with PAM Auth and it works just fine Thanks , 2010/10/15 Igor Galić i.ga...@brainsware.org - Paulo Maia phc.m...@gmail.com wrote: Dear Friends , Im trying to do openldap + apache auth , and its working just fine . And

Re: [us...@httpd] HTTPS over mod_proxy

2010-10-18 Thread Rainer Jung
Sorry, I meant: CONNECT 192.168.2.234: HTTP/1.1 (no path) Regards, Rainer - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To

Re: [us...@httpd] HTTPS over mod_proxy

2010-10-18 Thread Hendrik Schmieder
Rainer Jung schrieb: Sorry, I meant: CONNECT 192.168.2.234: HTTP/1.1 (no path) Regards, Rainer OK, I hope I get it know: I make the following sequence: request CONNECT http://192.168.2.234: HTTP/1.1 /request wait for response if response.statuscode == 200 send request GET

[us...@httpd] FcgidMaxProcessesPerClass is not honoureed

2010-10-18 Thread Eskedar kefialew
Hi, Is there any known bug or else work around for Problem: FcgidMaxProcessesPerClass is not honoureed in 2.3.4-2ubuntu0.1 Thank u ! Let your manner of life be worthy of the gospel of Christ.Philippians 1:27 -

[us...@httpd] SSL vulnerability question

2010-10-18 Thread Edwards, Denise
Hi, Received security can results which had two issues: 1-SSL Server Supports Weak Encryption Vulnerability 2-SSL Server Has SSLv2 Enabled Vulnerability Two questions: - Has anyone had to address these issues for their installation of Apache httpd - If so what did you

Re: [us...@httpd] SSL vulnerability question

2010-10-18 Thread Igor Galić
- Denise Edwards denise.edwa...@bowne.com wrote: Hi, Received security can results which had two issues: 1-SSL Server Supports Weak Encryption Vulnerability 2-SSL Server Has SSLv2 Enabled Vulnerability Two questions: - Has anyone had to address these issues for their

RE: [us...@httpd] SSL vulnerability question

2010-10-18 Thread Edwards, Denise
Thanks Igor. 1 - Will eventually upgrade to latest, but wanted solution for 2.2.10 to fix in few days. 2- I don't see SSLProtocol property in config file for 2.2.10 3 - Thanks for the additional link. Will check it out. Regards Denise Edwards -Original Message- From: Igor Galić

[us...@httpd] mod_rewrite fails

2010-10-18 Thread James Jones
can someone explain why neither of these rules work:_ Rule 1:_ RewriteCond %{HTTP_HOST}%{REQUEST_URI} ^(.*)(?!wp-login) [NC] RewriteCond %{HTTPS} on RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [L] _Rule 2:_ RewriteCond %{REQUEST_URI} ^wp-login(.*)$ RewriteRule .? - [S=1] RewriteCond

Re: [us...@httpd] SSL vulnerability question

2010-10-18 Thread Igor Galić
- Denise Edwards denise.edwa...@bowne.com wrote: Thanks Igor. 1 - Will eventually upgrade to latest, but wanted solution for 2.2.10 to fix in few days. 2- I don't see SSLProtocol property in config file for 2.2.10 Just because you don't see it there, does not mean it doesn't exist.

RE: [us...@httpd] SSL vulnerability question

2010-10-18 Thread Edwards, Denise
Thanks. Got it. -Original Message- From: Igor Galić [mailto:i.ga...@brainsware.org] Sent: Monday, October 18, 2010 1:52 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] SSL vulnerability question - Denise Edwards denise.edwa...@bowne.com wrote: Thanks Igor. 1 - Will

Re: [us...@httpd] mod_rewrite fails

2010-10-18 Thread Eric Covener
On Mon, Oct 18, 2010 at 1:43 PM, James Jones ja...@freedomnet.co.nz wrote: can someone explain why neither of these rules work: Without a rewritelog or a description of what URL is/is-not rewritten as you expect, it will be difficult. What context are your rules in? htaccess, Directory,

Re: [us...@httpd] mod_rewrite fails

2010-10-18 Thread James Jones
I've tried dozens of iterations of rules, from simple like ^wp-login to much harder and more complex ones matching the whole address or only a part of one, it seems that i cant get any of them to work, either the rule will rewrite all the urls to http, or i get into an infinite redirect

[us...@httpd] http://help.sap.com/saphelp_nw70/helpdata/en/30/1b62799d786445a72ad85acb4fd55b/content.htm for BSP

2010-10-18 Thread Tushar Chavan
http://help.sap.com/saphelp_nw70/helpdata/en/30/1b62799d786445a72ad85acb4fd55b/content.htm

Re: [us...@httpd] mod_rewrite fails

2010-10-18 Thread Eric Covener
everything going to https://somesite.com needs to go to http://somesite.com so for example https://somesite.com/somedir/somefile.php?somevar=someval needs to be redirected to http://somesite.com/somedir/somefile.php?somevar=someval and that is true except for when goint to say

Re: [us...@httpd] debugging mod_proxy performance with WireShark

2010-10-18 Thread Dustin Chesterman
Thanks Igor for the reply. Sorry for not knowing quite enough to be specific with some of this. When I say it hangs, I mean every once in a while it takes 15-20 seconds to respond. When I have a direct Tomcat connection setup it doesn't happen. mod_status was a great suggestion I did not

Re: [us...@httpd] debugging mod_proxy performance with WireShark

2010-10-18 Thread Igor Galić
- Dustin Chesterman dcheste...@gmail.com wrote: Thanks Igor for the reply. Sorry for not knowing quite enough to be specific with some of this. When I say it hangs, I mean every once in a while it takes 15-20 seconds to respond. When I have a direct Tomcat connection setup it doesn't

Re: [us...@httpd] HTTPS over mod_proxy

2010-10-18 Thread Rainer Jung
On 18.10.2010 16:30, Hendrik Schmieder wrote: Rainer Jung schrieb: Sorry, I meant: CONNECT 192.168.2.234: HTTP/1.1 (no path) Regards, Rainer OK, I hope I get it know: I make the following sequence: request CONNECT http://192.168.2.234: HTTP/1.1 /request wait for response if

[us...@httpd] mod_rewrite is not working

2010-10-18 Thread Tushar Chavan
Hi Experts, In my case mod_rewrite is not working. Below is the case. Url https://srmdevarp02.domain/sap(bD1lbiZjPTExNiZwPTMyODMxJnY9NyUyZTAxMDYmaT0xJnM9U0lEJTNhQU5PTiUzYXNybWRldl9TRURfMDAlM2FGc3U4REN3TDVnckM1LWpGWXBfSlUyTWlQV3hENmM4VnRhbkdsU0xWLUFUVA==)/bc/bsp/sap/ros_prescreen/main.do