Re: [users@httpd] Fwd: apache hosting unknown sites !!!

2014-04-16 Thread Joydeep Bakshi
Hello respondents, Thanks to all of you for your responses. I'm explaining the points which you have asked. 1. The requests are not available at log because I have blocked the .ru domains at firewall level. Let me disable the firewall to generate the logs for you 95.139.226.205 - - [17/Apr/2014:

Re: [users@httpd] problems with malformed handshake message

2014-04-16 Thread Al Zick
Hi, I don't have this issue on my computer, someone else reported it to me. I don't know what browser they are using. I will contact them to see if I can get this info and any other relevant info. Maybe something else is causing the problem besides my config. You are right, SSL labs test

Re: [users@httpd] problems with malformed handshake message

2014-04-16 Thread Yehuda Katz
What browser are you using? I had no trouble accessing that site and an SSL Labs testdoes not show any major issues. - Y On Wed, Apr 16, 2014 at 7:51 PM, Al Zick wrote: > Hi, > > I really hope that someone can help

[users@httpd] problems with malformed handshake message

2014-04-16 Thread Al Zick
Hi, I really hope that someone can help me. I have googled this, but I found nothing. This is the message that I received from the person reporting the problem: "However I am still getting mis-formed SSL cert error when I try and access the site via https:// An error occurred during a c

[users@httpd] ProxyPassMatch with Unix sockets

2014-04-16 Thread Marc Aymerich
Hi, I have a PHP-FPM web application that I want it to be accessed under "/alias/" path. I'm trying to configure ProxyPassMatch with Unix sockets but it doesn't work because it passes "/alias/" to the web app, but this path doesn't exist :( What I have so far is this: ProxyPassMatch ^/alias/(.*\.

[users@httpd] Conditional response body modification

2014-04-16 Thread Doug Strick
Hello, I'm looking for a way to modify the data on outgoing requests conditionally. I've tried using mod_substitute, but that appears to be an all or nothing module. The documentation for mod_filter says it can be invoked on environment variables, but it's not exactly clear on the valid syntax f

Re: [users@httpd] Fwd: apache hosting unknown sites !!!

2014-04-16 Thread Jim Barchuk
HiHi! My first thought was that a -spammer- had -misconfigured- something, to point a 'spam target domain name' to your IP address. But those domains are registered '06/'07 which is not typical of spam targets, and they appear to be reputable. Before I go further, a little more info. You men

Re: [users@httpd] proxy squid and apache

2014-04-16 Thread Jens-U. Mozdzen
Hi Cain, Zitat von Cain Dickens : I have installed apache and squid in my debian server. but squid does not work, as it shows in the firefox: access control configuration prevents your request from being allowed at this time. please so and so. squid/2.7 does anyone know why ? who's

[users@httpd] proxy squid and apache

2014-04-16 Thread Cain Dickens
I have installed apache and squid in my debian server. but squid does not work, as it shows in the firefox: access control configuration prevents your request from being allowed at this time. please so and so. squid/2.7 does anyone know why ? thanks in advance. Cain Dickens

Re: [users@httpd] Fwd: apache hosting unknown sites !!!

2014-04-16 Thread Mauricio Tavares
On Wed, Apr 16, 2014 at 12:38 PM, Tom Evans wrote: > On Wed, Apr 16, 2014 at 1:24 PM, Mauricio Tavares > > I guess I am more paranoid than many. :) > > The internet is noisy and full of terrors. > > If you put a server, particularly http server, on the internet and > make it available, peop

Re: [users@httpd] Fwd: apache hosting unknown sites !!!

2014-04-16 Thread Tom Evans
On Wed, Apr 16, 2014 at 1:24 PM, Mauricio Tavares > I guess I am more paranoid than many. :) The internet is noisy and full of terrors. If you put a server, particularly http server, on the internet and make it available, people will make all kinds of requests to it - not necessarily reque

Re: [users@httpd] auth_ldap fails after upgrading to 2.4.9

2014-04-16 Thread Marshall Httpd
Er, um, hemming and hawin. Can't I be lazy? Pouting in corner :) Ok, I have my coffee now; much better. Eric, first off, many many thanks for your assistance. One last question, possibly. It looks like I'm going to have to install some type of testbed in order to debug httpd.exe 2.4.9 as compa

Re: [users@httpd] auth_ldap fails after upgrading to 2.4.9

2014-04-16 Thread Eric Covener
Still striking out. Any chance you can force it to use non-ssl ldap and capture the traffic with wireshark to see how the queries differ? I mistook the one long log line as the lookup, but it's just the configured URL. On Wed, Apr 16, 2014 at 8:51 AM, Marshall Httpd wrote: > Ahh, sure thing. > >

Re: [users@httpd] auth_ldap fails after upgrading to 2.4.9

2014-04-16 Thread Eric Covener
On Tue, Apr 15, 2014 at 4:38 PM, Eric Covener wrote: > Can you summarize how the logging differs in the two releases? > > > Here are two candidates: > > *) mod_ldap: When looking up sub-groups, use an implicit objectClass=* > instead of an explicit cn=* filter. [David Hawes ] this one is n

Re: [users@httpd] auth_ldap fails after upgrading to 2.4.9

2014-04-16 Thread Marshall Httpd
Ahh, sure thing. = httpd.exe 2.4.6 = [Wed Apr 16 07:54:05.108585 2014] [ssl:info] [pid 1216:tid 972] [client 100.200.300.401:60878] AH01964: Connection to child 63 established (server xxxdev.xxx.example.edu:443) [Wed Apr 16 07:54:05.109585 2014] [ssl:debug] [pid 1216:tid 972] ssl_engine_k

Re: [users@httpd] Fwd: apache hosting unknown sites !!!

2014-04-16 Thread Mauricio Tavares
On Wed, Apr 16, 2014 at 8:21 AM, Eric Covener wrote: > On Wed, Apr 16, 2014 at 8:09 AM, Joydeep Bakshi > wrote: >> I have configured apache and also few vhosts which are running well. I have >> also installed varnish for caching. All are running without any issue. >> Suddenly I find from apache a

Re: [users@httpd] Fwd: apache hosting unknown sites !!!

2014-04-16 Thread Mauricio Tavares
On Wed, Apr 16, 2014 at 8:09 AM, Joydeep Bakshi wrote: > > > > Dear list, > > I have found a strange issue in a newly configured opensuse 13.1 server. > This is a dedicated root server where ssh is running on different port than > default and ssh root login is disabled. > > I have configured apach

Re: [users@httpd] Fwd: apache hosting unknown sites !!!

2014-04-16 Thread Eric Covener
On Wed, Apr 16, 2014 at 8:09 AM, Joydeep Bakshi wrote: > I have configured apache and also few vhosts which are running well. I have > also installed varnish for caching. All are running without any issue. > Suddenly I find from apache access.log that some unknown sites are hosted > from this serv

[users@httpd] Fwd: apache hosting unknown sites !!!

2014-04-16 Thread Joydeep Bakshi
Dear list, I have found a strange issue in a newly configured opensuse 13.1 server. This is a dedicated root server where ssh is running on different port than default and ssh root login is disabled. I have configured apache and also few vhosts which are running well. I have also installed varnis

Re: [users@httpd] custom ldap conf file

2014-04-16 Thread Saxa Egea
Sorry.. but I'm a newbie... As far as I understand Apache does not use "/etc/ldap/ldap.conf" or whatever. You specify all settings in your httpd.conf or vhost configuration like: AuthType Basic AuthName "Authentication required"> AuthBasicProvider ldap Au

RE: [users@httpd] reverse proxy help

2014-04-16 Thread paul.warren.p.pili
Hi Fred, Ive tried that option. When I check the error log: It gives error like below: “[Wed Apr 16 14:57:35 2014] [error] [client ***] File does not exist: D:/Apache2/htdocs/libs, referer: http://www.portal.com/sapserver/” So when I actually launch the real URL, it goes to www.sapserver.c