[users@httpd] Re: Server default vhost

2011-11-04 Thread Helmut Schneider
Steve Swift wrote: let's say I have a webserver named www.domain.tld at IP 192.168.0.1. That server serves http://www.domain.tld. Now I want to have another VHOST serving http://192.168.0.1 (the DEFAULT VHOST e.g. to serve /server-status because http://www.domain.tld requires

Re: [users@httpd] Re: Server default vhost

2011-11-04 Thread Lester Caine
Helmut Schneider wrote: But - bothwww.domain.tld and 192.168.0.1 match the same vhost (at least what I observed). I want both to match different vhosts. Since what you are using is a private IP address, that may be getting in the way of your 'testing'? I have several sites all 'routed' my

Re: [users@httpd] Re: Server default vhost

2011-11-04 Thread Matus UHLAR - fantomas
I unsuccessfully tried numerous variations of NameVirtualHost, VirtualHost and ServerName but apache either serves www.domain.tld or 192.168.0.1 for all requests. Steve Swift wrote: Once you have your Virtualhosts setup, the first one becomes the default for any requests which do not match

[users@httpd] Unable to Compile and install Httpd 2.2.17 when enabling openssl

2011-11-04 Thread Harsimranjit singh Kler
hi i want to enable SSL module along with apache but failed. i have done following: 1)downloaded openssl-0.9.8k.tar and installed open ssl libararies at /usr/local/ssl. 2)Similar downloded fresh setup of httpd-2.2.17.tar.gz 3)running following commands but 'make' throw error: i)./configure

Re: [users@httpd] Unable to Compile and install Httpd 2.2.17 when enabling openssl

2011-11-04 Thread Nick Kew
On Fri, 4 Nov 2011 16:34:51 +0530 Harsimranjit singh Kler simran...@gmail.com wrote: What's not clear about /usr/bin/ld: /usr/local/ssl/lib/libssl.a(s2_srvr.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC You need a

Re: [users@httpd] Unable to Compile and install Httpd 2.2.17 when enabling openssl

2011-11-04 Thread Harsimranjit singh Kler
Hi Thanks for reply Where i can get that and how to configure.i am not much familiar with SSL Configurations Help me regards Harsimran On Fri, Nov 4, 2011 at 4:39 PM, Nick Kew n...@webthing.com wrote: On Fri, 4 Nov 2011 16:34:51 +0530 Harsimranjit singh Kler simran...@gmail.com wrote:

[users@httpd] Re: Server default vhost

2011-11-04 Thread Helmut Schneider
Matus UHLAR - fantomas wrote: I unsuccessfully tried numerous variations of NameVirtualHost, VirtualHost and ServerName but apache either serves www.domain.tld or 192.168.0.1 for all requests. Steve Swift wrote: Once you have your Virtualhosts setup, the first one becomes the

[users@httpd] Apache httpd Range header remote DoS

2011-11-04 Thread Ruiyuan Jiang
Hi, all I have an Apache reverse proxy server (v2.2.21) redirects traffic from http to https for a back end web server. I don't know the exact version of the back end Apache web server because Oracle changed the version number but I am sure it is below v2.2.21. Our vulnerability scan shows

Re: [users@httpd] Apache httpd Range header remote DoS

2011-11-04 Thread Tom Evans
On Fri, Nov 4, 2011 at 2:59 PM, Ruiyuan Jiang ruiyuan_ji...@liz.com wrote: Hi, all I have an Apache reverse proxy server (v2.2.21) redirects traffic from http to https for a back end web server. I don’t know the exact version of the back end Apache web server because Oracle changed the

RE: [users@httpd] Apache httpd Range header remote DoS

2011-11-04 Thread Ruiyuan Jiang
Thanks for the answer, Tom Ryan -Original Message- From: Tom Evans [mailto:tevans...@googlemail.com] Sent: Friday, November 04, 2011 11:19 AM To: users@httpd.apache.org Subject: Re: [users@httpd] Apache httpd Range header remote DoS On Fri, Nov 4, 2011 at 2:59 PM, Ruiyuan Jiang

Re: [users@httpd] Unable to Compile and install Httpd 2.2.17 when enabling openssl

2011-11-04 Thread Harsimranjit singh Kler
any update on this? On Fri, Nov 4, 2011 at 4:39 PM, Nick Kew n...@webthing.com wrote: On Fri, 4 Nov 2011 16:34:51 +0530 Harsimranjit singh Kler simran...@gmail.com wrote: What's not clear about /usr/bin/ld: /usr/local/ssl/lib/libssl.a(s2_srvr.o): relocation R_X86_64_32 against `a local

Re: [users@httpd] Unable to Compile and install Httpd 2.2.17 when enabling openssl

2011-11-04 Thread Eric Covener
On Fri, Nov 4, 2011 at 4:52 PM, Harsimranjit singh Kler simran...@gmail.com wrote: any update on this? As of this afternoon, zero interested parties have searched the web for an answer. - The official User-To-User support forum

[users@httpd] mod expires configuration

2011-11-04 Thread sadakapache sadak
Hello guys, Just wanted to know how to configure mod expires in apache web server,I did used the below tag IfModule mod_expires.c ExpiresActive on ExpiresDefault access plus 1 hour /IfModule but again Yslow is showing that expires not working