Re: [users@httpd] Different vhosts.conf between Apache 2.2.17 for Windows and Apache for Linux 2.2.14-rc1 - issue 25435?

2011-02-10 Thread Zeno Davatz
Dear William On Thu, Feb 10, 2011 at 11:36 PM, William A. Rowe Jr. wrote: > On 2/10/2011 2:48 AM, Zeno Davatz wrote: >> >> It seems that Apache for Windows interprets vhosts.conf files >> differently then Apache for Linux does. I am asking this question >> related to mod_ruby. Both Apaches (Linux

Re: [users@httpd] Problem solved was Re: [users@httpd] Problem configuring proxy (forbidden error locally)

2011-02-10 Thread o haya
James, Thanks, but the system is locked down, and pre-provisioned by another group, i.e., we don't get to do yum, so we had to basically work with what was there. Thanks again, Jim --- On Thu, 2/10/11, ja...@nixsecurity.org wrote: > From: ja...@nixsecurity.org > Subject: Re: [users@httpd]

Re: [users@httpd] Different vhosts.conf between Apache 2.2.17 for Windows and Apache for Linux 2.2.14-rc1 - issue 25435?

2011-02-10 Thread William A. Rowe Jr.
On 2/10/2011 2:48 AM, Zeno Davatz wrote: > > It seems that Apache for Windows interprets vhosts.conf files > differently then Apache for Linux does. I am asking this question > related to mod_ruby. Both Apaches (Linux and Windows) start fine with > mod_ruby.so loaded. httpd does not. In fact the

Re: [users@httpd] Problem solved was Re: [users@httpd] Problem configuring proxy (forbidden error locally)

2011-02-10 Thread james
There should be a mod_ssl RPM available for the Apache RPM which enables mod_ssl. [root@myhost ~]# yum search apache | grep ssl mod_ssl.i386 : SSL/TLS module for the Apache HTTP server > Original Message >From: o haya >To: users@httpd.apache.org >Sent: Thu, Feb 10, 2011, 3:24 PM >Subj

[users@httpd] Problem solved was Re: [users@httpd] Problem configuring proxy (forbidden error locally)

2011-02-10 Thread o haya
Hi, We figured out the problem. As mentioned earlier, we were using the Redhat Apache 2.0.52 (httpd) RPM. Apparently, that doesn't come with mod_ssl support (either built-in or DSO), but we had the ProxyPass/ProxyPassReverse directives pointing to SSO/https URLs, i.e., the Apache2 had no suppo

Re: [users@httpd] Hiding an URL with Apache 2

2011-02-10 Thread Ranieri Mazili
The problem is because the Websphere link I'm using is a link that does the authentication through the url then redirect to another page. This page has 7 steps that the user need to complete, for each step, it redirects to another url. Right now, when I try to access http://newproposal.guaruja, I'

Re: [users@httpd] Hiding an URL with Apache 2

2011-02-10 Thread Eric Covener
> I've tried to do that using VirtualHost, but without success... Below is > what I tried. What happened? - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> fo

[users@httpd] Hiding an URL with Apache 2

2011-02-10 Thread Ranieri Mazili
Hello, I would like to hide an URL of another server with apache. I have the following link of an WebSphere server: http://imb-aps-dev-004/projects/redirect-login.jsp?credentials=dHdfUWRfjaW4=:dHdARTHastaW4=&j_forward=executeServiceByName%3FprocessApp=CCU%26serviceName=Register%20Proposal I've in

[users@httpd] mod_ruby.c Apache 2.2.17 Windows Server-Info: Request Phase Participation: none

2011-02-10 Thread Zeno Davatz
Hi My mod_ruby.c of Server-Info Apache 2.2.17 on my Windows-box tells me the following: Module Name: mod_ruby.c Content handlers: none Configuration Phase Participation: Create Directory Config, Merge Directory Configs, Create Server Config, Merge Server Configs Request Phase Participation: none

[users@httpd] Different vhosts.conf between Apache 2.2.17 for Windows and Apache for Linux 2.2.14-rc1 - issue 25435?

2011-02-10 Thread Zeno Davatz
Hi It seems that Apache for Windows interprets vhosts.conf files differently then Apache for Linux does. I am asking this question related to mod_ruby. Both Apaches (Linux and Windows) start fine with mod_ruby.so loaded. This vhosts.conf file on Linux Apache 2.2.14-r1 works just fine. Ruby is exe