[users@httpd] setup apache to replace joomla administrator login windows

2012-02-17 Thread Alain Roger
Hi, i have Joomla 2.5 installed on my apache server and when people type www.myserver.com/administrator/ they are redirected to my joomla administration login window. Therefore they know it's a joomla installation and could try something to hack it. i would like to avoid it and i've already seen

Re: [users@httpd] setup apache to replace joomla administrator login windows

2012-02-17 Thread Igor Cicimov
Google for apache basic authentication. In short you need to create password file with htpasswd command for the admin user and protect the joomla admin file with that account. On Feb 17, 2012 7:04 PM, Alain Roger raf.n...@gmail.com wrote: Hi, i have Joomla 2.5 installed on my apache server

Re: [users@httpd] Reverse proxy problem

2012-02-17 Thread Andres Aguado
Hi Hridayesh, and thanks for your response, but it doesn't work in firefox. The same error is displayed. Other idea? Thanks for your help Regads Andres 2012/2/17 Hridayesh Gupta hridayeshi...@gmail.com: It looks like you are trying to setup reverse proxy in https(port 443). Which is working

Re: [users@httpd] Reverse proxy problem

2012-02-17 Thread Igor Cicimov
What doesnt work? What link are you trying to access? What errors are in the log files? On Feb 17, 2012 8:30 PM, Andres Aguado andriu@gmail.com wrote: Hi Hridayesh, and thanks for your response, but it doesn't work in firefox. The same error is displayed. Other idea? Thanks for your

Re: [users@httpd] Reverse proxy problem

2012-02-17 Thread Hridayesh Gupta
In firefox it will show that This Connection is Untrusted, but in the last there is option I understand the risk Clicking on that will show a button to add exception. After adding exception you can continue. Remember it will work on your system only after adding exception. Every one who wants to

Re: [users@httpd] Reverse proxy problem

2012-02-17 Thread Andres Aguado
Hi Igor, it seems that reverse proxy is malfunctioning for https. If i proxypass to http link of destination app server it works fine, but when i try to proxypass to https link, my web explorer shows 500 internal server error - The server encountered an internal error or misconfiguration and was

Re: [users@httpd] Reverse proxy problem

2012-02-17 Thread Andres Aguado
Sorry Hridayesh, yesterday i was a bit locked and i forgot to explain the internal server error 2012/2/17 Andres Aguado andriu@gmail.com: Hi Igor, it seems that reverse proxy is malfunctioning for https. If i proxypass to http link of destination app server it works fine, but when i try to

Re: [users@httpd] Reverse proxy problem

2012-02-17 Thread Tom Evans
On Thu, Feb 16, 2012 at 2:31 PM, Andres Aguado andriu@gmail.com wrote: Hi all, i'd like to expose my problem because i'm going crazy, and if anyone could help me it'll be very appreciated. Well, I've an apache 2.2 server over win2k8, and i want to configure it as reverse proxy to send

Re: [users@httpd] Reverse proxy problem

2012-02-17 Thread Andres Aguado
Sorry Tom, here is an important piece of httpd-ssl.conf SSLEngine on #Behind proxypass sentences SSLCertificateFile C:\Program Files (x86)\Apache Software Foundation\Apache2.2\conf\ssl\server.crt SSLCertificateKeyFile C:\Program Files (x86)\Apache Software

Re: [users@httpd] Reverse proxy problem

2012-02-17 Thread Igor Cicimov
What is in the error file dude not the access one? Since you are proxying to https://192.168.112.57 do you have ssl enabled on that server? What do you see in its log file? Since you said http proxying works i suspect you don't have ssl configured on the backend 192.168.112.57. On Fri, Feb 17,

Re: [users@httpd] Reverse proxy problem

2012-02-17 Thread Andres Aguado
Hi again Igor, connecting to https://192.168.112.57 directly, a websphere app server (the backend app server for my case) admin page is shown The error log shows this files since startup The Apache2.2 service has restarted. arent: Received restart signal -- Restarting the server. [Fri Feb 17

Re: [users@httpd] Reverse proxy problem

2012-02-17 Thread Igor Cicimov
You have DNS error. Also check if you can connect from the proxy to the backend on ssl port. On Feb 18, 2012 1:04 AM, Andres Aguado andriu@gmail.com wrote: Hi again Igor, connecting to https://192.168.112.57 directly, a websphere app server (the backend app server for my case) admin page

Re: [users@httpd] Reverse proxy problem

2012-02-17 Thread Jeff Trawick
On Fri, Feb 17, 2012 at 10:28 AM, Igor Cicimov icici...@gmail.com wrote: You have DNS error. Also check if you can connect from the proxy to the backend on ssl port. proxy: DNS lookup failure for: 192.168.112.57spipe returned by /spipe/pkg That looks more like a configuration problem... The

Re: [users@httpd] Apache 2.2 RedirectMatch url behaviour in a Directory context?

2012-02-17 Thread Morse, Richard E.MGH
Hi! I was wondering if anyone had had a chance to look at this? Or could tell me where to look to find the answer? The manual doesn't seem to have this, noone has answered my query on ServerFault, and my skills at reading the httpd source aren't up to answering it that way... Thanks, Ricky On

Re: [users@httpd] Apache 2.2 RedirectMatch url behaviour in a Directory context?

2012-02-17 Thread Yehuda Katz
I don't know the answer, but the way I would probably try to find the answer is to do what you have already done: Try it and see what happens. - Y On Fri, Feb 17, 2012 at 11:48 AM, Morse, Richard E.MGH remo...@partners.org wrote: Hi! I was wondering if anyone had had a chance to look at this?

[users@httpd] Apache mod_ssl TLS channel dying in 5 seconds - how do I extend that timeout?

2012-02-17 Thread kmknox
I'm an IIS admin and new to the list. I've done the best I can with mod_ssl documentation, google, etc, and can't find anyone else who's even experienced my problem, much less found a solution. That, of course, makes me wonder whether I'm even understanding it correctly, but I see it plain as

Re: [users@httpd] Apache mod_ssl TLS channel dying in 5 seconds - how do I extend that timeout?

2012-02-17 Thread Eric Covener
On Fri, Feb 17, 2012 at 3:02 PM, kmk...@aep.com wrote: 5 seconds later, a TLS Rec Layer-1 Encrypted Alert Is your base Apache KeepaliveTimeout 5 seconds and this alert is just a close_notify? - The official User-To-User

Re: [users@httpd] Apache mod_ssl TLS channel dying in 5 seconds - how do I extend that timeout?

2012-02-17 Thread kmknox
Eric Covener cove...@gmail.com wrote on 02/17/2012 03:04:29 PM: On Fri, Feb 17, 2012 at 3:02 PM, kmk...@aep.com wrote: 5 seconds later, a TLS Rec Layer-1 Encrypted Alert Is your base Apache KeepaliveTimeout 5 seconds and this alert is just a close_notify? We've not explicitly defined

Re: [users@httpd] Apache mod_ssl TLS channel dying in 5 seconds - how do I extend that timeout?

2012-02-17 Thread Eric Covener
On Fri, Feb 17, 2012 at 3:15 PM, kmk...@aep.com wrote: Eric Covener cove...@gmail.com wrote on 02/17/2012 03:04:29 PM: On Fri, Feb 17, 2012 at 3:02 PM,  kmk...@aep.com wrote: 5 seconds later, a TLS Rec Layer-1 Encrypted Alert Is your base Apache KeepaliveTimeout 5 seconds and this alert

Re: [users@httpd] Apache mod_ssl TLS channel dying in 5 seconds - how do I extend that timeout?

2012-02-17 Thread kmknox
Eric Covener cove...@gmail.com wrote on 02/17/2012 03:20:18 PM: On Fri, Feb 17, 2012 at 3:15 PM, kmk...@aep.com wrote: Eric Covener cove...@gmail.com wrote on 02/17/2012 03:04:29 PM: On Fri, Feb 17, 2012 at 3:02 PM, kmk...@aep.com wrote: 5 seconds later, a TLS Rec Layer-1

Re: [users@httpd] Apache mod_ssl TLS channel dying in 5 seconds - how do I extend that timeout?

2012-02-17 Thread kmknox
Eric Covener cove...@gmail.com wrote on 02/17/2012 03:20:18 PM: On Fri, Feb 17, 2012 at 3:15 PM, kmk...@aep.com wrote: Eric Covener cove...@gmail.com wrote on 02/17/2012 03:04:29 PM: On Fri, Feb 17, 2012 at 3:02 PM, kmk...@aep.com wrote: 5 seconds later, a TLS Rec

[users@httpd] caching forward proxy configuration

2012-02-17 Thread Olivier Robert
Hi, I'm trying to make a caching forward proxy with apache. (very basic config) I created a vhost. I do get traffic going through apache, but I don't see any cache files being written to disk. (traffic shows up in access.log, error.log is clear) My config, accès.log and cache dir can be checked

[users@httpd] unexpected EOF while looking for matching

2012-02-17 Thread Phil Smith
I'm running Apache/2.2.3 (CentOS) which is the latest version available for CentOS5. I'm noticing the following in my error logs: sh: -c: line 0: unexpected EOF while looking for matching `' sh: -c: line 1: syntax error: unexpected end of file They usually arrive in groups of 2-10 such messages;