RE: [us...@httpd] RewriteRule : How to retain Apache Host in the url

2010-11-01 Thread Tushar Chavan
Hi Eric, We have set SERVER_NAME & HTTP_HOST env. variables but still it is not working. Let me explain our scenario. https://srmdevarp01.domain/irj ( this url will give us the portal page ) On the the portal page there is href ( href="https://srmdevarp01.domain/sap(bD1lbiZjPTAxNiZkPW1p

[us...@httpd] SSLRequire "SUCCESS" but actually failure (2 possible bugs)

2010-11-01 Thread Jeff Blaine
Hi folks, I'm using Apache 2.2.3 with mod_ssl on a RHELv5.5 box. I have been stumped for 3 weeks now by a problem with SSLRequire and certificates. FWIW, I also built the latest Apache with SSL from source, ran it on a separate port, and got equally odd results. I have posed this same question

Re: [us...@httpd] I can't get apache to direct to my virtual hosts

2010-11-01 Thread dasgud
I did finally work out the last bug and now apache is pointing to the correct vhosts. I never heard the idiom "third day is the charm" but hey, if it works... Below is he httpd-vhosts.conf file that is working ##ServerAdmin postmas...@dummy-host.localhost DocumentRoot "C:/server/xampp/ht

Re: [us...@httpd] Apache download

2010-11-01 Thread Eric Covener
On Mon, Nov 1, 2010 at 11:55 AM, YUN GAO wrote: > I have Windows Vista Home Premium (64 bit). I am trying to down load Apache > web server. I went to the Apache download website, I only see > Win32 Binary without crypto (no mod_ssl) (MSI Installer): > httpd-2.2.17-win32-x86-no_ssl.msi [PGP] [MD5]

[us...@httpd] Apache download

2010-11-01 Thread YUN GAO
I have Windows Vista Home Premium (64 bit). I am trying to down load Apache web server. I went to the Apache download website, I only see * Win32 Binary without crypto (no mod_ssl) (MSI Installer): httpd-2.2.17-win32-x86-no_ssl.msi [PGP] [MD5] [SHA1] * Win32 Binary including O

Re: [us...@httpd] cgi script as domain root index (howto)

2010-11-01 Thread Tim Johnson
* Eric Covener [101101 04:20]: > >        Options +ExecCGI Indexes FollowSymLinks MultiViews > manual says don't mix +/- and non +/-. This doesn't do what you expect. You're correct. It works now. Thank you! -- Tim tim at johnsons-web.com or akwebsoft.com http://www.akwebsoft.com

[us...@httpd] document root

2010-11-01 Thread Jamie Kahgee
I have a simple server set up on my machine so I can work on multiple sites - each folder basically represents a site. my problem is, I now have a new site where I want its document root to be different than what it currently is. ie: http://localhost/foo should actually point to http://localhost/

[us...@httpd] Indexes with Require group

2010-11-01 Thread Andrew Simpson
Greetings, I would like to only allow directory Indexes to certain AuthGroupFile groups. Is this possible via basic configuration? Thanks for any information, Drew - The official User-To-User support forum of the Apache HTTP Se

Re: [us...@httpd] cgi script as domain root index (howto)

2010-11-01 Thread Eric Covener
>        Options +ExecCGI Indexes FollowSymLinks MultiViews manual says don't mix +/- and non +/-. This doesn't do what you expect. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apac

Re: [us...@httpd] RewriteRule : How to retain Apache Host in the url

2010-11-01 Thread Eric Covener
On Mon, Nov 1, 2010 at 3:54 AM, Tushar Chavan wrote: > Hi Experts, > > We have definded rewrite rule as below > RewriteEngine on > RewriteRule ^/(sap\(.*) http://srmhost.kjo.com.sa:8000/$1 > So now whenever url > https://apache_host.domain/sap(bD1lbiZjPTAxNiZkPW1pbg==)/bc/bsp/sap/z_ros_sel

Re: [us...@httpd] (104)Connection reset by peer: core_output_filter: writing data to the netw ork

2010-11-01 Thread Chris
On Wed, 27 Oct 2010 07:23:49 -0400, Eric Covener wrote: On Wed, Oct 27, 2010 at 6:49 AM, Chris wrote: I know I am not the first to ask this question, but I really searched a lot and got no solution. I have a CGI application written in C++ running on my Apache 2.2.9 server, hosted on a Debia

[us...@httpd] Use SSL in Module

2010-11-01 Thread Michael Powe
Hello, I have a module which, under certain circumstances, sends an http request over port 80. I need to update this module to send the request using SSL. Most (but possibly, not all) servers on which this module is deployed have mod_ssl and are using SSL connections for some portions of the sit

Re: [us...@httpd] cgi script as domain root index (howto)

2010-11-01 Thread Sean Conner
It was thus said that the Great Tim Johnson once stated: > * Eric Covener [101031 17:14]: > > >  """ > > >  You don't have permission to access /index.py on this server > > >  """ > > > > Check your error log for a more informative message. > > Yeah right. :) why didn't I remember to do that?

Re: [us...@httpd] mod_proxy_http persistant connection issue

2010-11-01 Thread rodrigo . werneck
André Warnier wrote: > Or, take this another way : suppose the proxy server isn't there, and > the client connects directly to the final server. What do you think > happens then, that is any different ? > If the client goes away while the server is busy generating the response > (say, consulting

Re: [us...@httpd] I can't get apache to direct to my virtual hosts

2010-11-01 Thread dasgud
oops. you are right. After two days of struggling I needed fresh eyes. Sadly, after fixing that and refreshing apache server I had almost the same problem. Almost because the domain in the folder under the site1.com folder is the one that displays now. It doesn't matter which URL I enter in the b

[us...@httpd] RewriteRule : How to retain Apache Host in the url

2010-11-01 Thread Tushar Chavan
Hi Experts, We have definded rewrite rule as below RewriteEngine on RewriteRule ^/(sap\(.*) http://srmhost.kjo.com.sa:8000/$1 So now whenever url https://apache_host.domain/sap(bD1lbiZjPTAxNiZkPW1pbg==)/bc/bsp/sap/z_ros_self_reg1/main.htm is called, it will re-direct to http://srmho