Re: [users@httpd] - customize .htaccess

2014-06-16 Thread Cain Dickens
you can try to make use of virtualhost , each domain has its solely directory and make than dir as its root DIR . Cain 2014-6-17 上午5:14于 "Paolo De Michele" 写道: > hi guys, > > I would like to customize .htaccess > my scenario should be: > > - domain.com > - sub.domain.com > - sub2.domain.com > > f

[users@httpd] Proxy Internal Webserver

2014-06-16 Thread Adam Bellin
I have an apache server that I want to proxy an internal server ( 192.168.1.25:32400/web) from an external domain name example.com/site1. Below is my virtualhost for the main server. ServerName www.example.com DocumentRoot /var/www/html/example ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${AP

[users@httpd] - customize .htaccess

2014-06-16 Thread Paolo De Michele
hi guys, I would like to customize .htaccess my scenario should be: - domain.com - sub.domain.com - sub2.domain.com for istances, my root directory is /var/www/domain/ into this would to insert about 2 new directories, called sub and sub2 when a guest will digit sub.domain.com or sub2.domain.co

[users@httpd] login form

2014-06-16 Thread Tim Daley
I finally got my login form working with LDAP authentication and pure html. I have coded the httpd_location in my login.html and on successful login, that page is brought up. I would like to avoid a static success page, but instead go back to the page that the user originally entered. I thought i

Re: [users@httpd] Supported version of Apache on RHEL 6.5

2014-06-16 Thread Jeff Trawick
On Mon, Jun 16, 2014 at 1:10 PM, Hisham wrote: > Hi, > > I am looking into the supported Apache version that comes with RHEL 6.5 > and i am targeting Apache 2.2.26. > > The response I got was Apache 2.2.15-30. (Update 30) > > Can anyone please clarify the difference and what is meant by the updat

[users@httpd] Supported version of Apache on RHEL 6.5

2014-06-16 Thread Hisham
Hi, I am looking into the supported Apache version that comes with RHEL 6.5 and i am targeting Apache 2.2.26. The response I got was Apache 2.2.15-30. (Update 30) Can anyone please clarify the difference and what is meant by the update #?! Otherwise, does that mean I cant get Apache 2.2.26 f

Re: [users@httpd] ApacheCon CFP closes June 25

2014-06-16 Thread J.Lance Wilkinson
Rich Bowen wrote: Dear Apache httpd enthusiast, As you may be aware, ApacheCon will be held this year in Budapest, on November 17-23. (See http://apachecon.eu for more info.) All well & good for folks who have the funding to travel to Europe, but do we have any information on w

[users@httpd] ApacheCon CFP closes June 25

2014-06-16 Thread Rich Bowen
Dear Apache httpd enthusiast, As you may be aware, ApacheCon will be held this year in Budapest, on November 17-23. (See http://apachecon.eu for more info.) The Call For Papers for that conference is still open, but will be closing soon. We need your talk proposals, to represent httpd at ApacheCo

Re: [users@httpd] How to apply Open SSL openssl-1.0.1h to Apache 2.2.22

2014-06-16 Thread Jeff Trawick
On Mon, Jun 16, 2014 at 10:11 AM, Pooja Kulkarni wrote: > Hi Balaji, > > > > Thanks a lot for your prompt response. Yes we already have > 0.9.8t shipped with apache applied on our server. You are right we are > trying to apply the patch for June 5 so ensure we are on latest SSL an

RE: [users@httpd] How to apply Open SSL openssl-1.0.1h to Apache 2.2.22

2014-06-16 Thread Pooja Kulkarni
Hi Balaji, Thanks a lot for your prompt response. Yes we already have 0.9.8t shipped with apache applied on our server. You are right we are trying to apply the patch for June 5 so ensure we are on latest SSL and as the default mod_ssl is for 0.9.8t it throws an error.

Re: [users@httpd] How to apply Open SSL openssl-1.0.1h to Apache 2.2.22

2014-06-16 Thread Balaji Katika
HI Pooja, Looks like you are trying to apply the patch for June 5 OpenSSL vulnerabilities for you httpd server mentioned at https://www.openssl.org/ But I think the mod_ssl shipped default by apache httpd uses the OpenSSL/0.9.8t. And hence, we might need to apply the relevant 0.9.8za available thr

[users@httpd] How to apply Open SSL openssl-1.0.1h to Apache 2.2.22

2014-06-16 Thread Pooja Kulkarni
Hi, We have Apache 2.2.22 (Win32) on a Windows 2008 64 bit server. It currently has OpenSSL 0.9.8. We are trying to apply the OpenSSL 1.0.1h on the same, after applying the open SSL and copying the relevant files to the bin directory of apache server, we are not able to start the server. It giv