Re: [us...@httpd] Enabling HTTP and HTTPs

2009-10-27 Thread André Warnier
Krist van Besien wrote: On Mon, Oct 26, 2009 at 9:01 PM, André Warnier a...@ice-sa.com wrote: The other way I could think of would be to use virtual hosts, like Listen 80 HTTP Listen 443 HTTPS NameVirtualHost *:80 VirtualHost *:80 ... /VirtualHost NameVirtualHost *:443 VirtualHost *:443 ...

[us...@httpd] redirect occurs after authorization !!!

2009-10-27 Thread J. Bakshi
Hello list, I have finally able to redirect the viewvc ( svn viewer ) to https. here is the configuration `` ScriptAlias /test /usr/lib/cgi-bin/viewvc.cgi Location /test RewriteEngine on RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

[us...@httpd] Different Limit rules on the same directory with mod_ftp

2009-10-27 Thread Scott Gifford
Hello, I'm using mod_ftp to provide authenticated FTP access to a Web directory. It is mostly read-only, but a few users should have write access to the directory. I am using mod_auth_mysql with groups for authentication; there is a reader group and a writer group, and the user with write

RE: [us...@httpd] Multiple authentication sources (OUs) - AuthnProviderAlias

2009-10-27 Thread Emmanuel Bailleul
This doesn't seem to work.  I know your thinking - why not just use groups?  Ans: Simply because we don't want to have to maintain groups for our many clients.  We would like to rely on the client user's presence in the OU (and allow our service accounts and support personnel at the same

Re: [us...@httpd] Enabling HTTP and HTTPs

2009-10-27 Thread Krist van Besien
On Tue, Oct 27, 2009 at 7:28 AM, André Warnier a...@ice-sa.com wrote: Krist van Besien wrote: On Mon, Oct 26, 2009 at 9:01 PM, André Warnier a...@ice-sa.com wrote: The other way I could think of would be to use virtual hosts, like Listen 80 HTTP Listen 443 HTTPS NameVirtualHost *:80

Re: [us...@httpd] Enabling HTTP and HTTPs

2009-10-27 Thread Tom Evans
On Tue, 2009-10-27 at 07:28 +0100, André Warnier wrote: Krist van Besien wrote: On Mon, Oct 26, 2009 at 9:01 PM, André Warnier a...@ice-sa.com wrote: The other way I could think of would be to use virtual hosts, like Listen 80 HTTP Listen 443 HTTPS NameVirtualHost *:80 VirtualHost

Re: [us...@httpd] redirect occurs after authorization !!!

2009-10-27 Thread Krist van Besien
On Tue, Oct 27, 2009 at 7:37 AM, J. Bakshi joyd...@infoservices.in wrote: Hello list, I have finally able to redirect the viewvc ( svn viewer ) to https. here is the configuration `` ScriptAlias /test  /usr/lib/cgi-bin/viewvc.cgi Location /test RewriteEngine  

Re: [us...@httpd] Enabling HTTP and HTTPs

2009-10-27 Thread André Warnier
Tom Evans wrote: On Tue, 2009-10-27 at 07:28 +0100, André Warnier wrote: Krist van Besien wrote: On Mon, Oct 26, 2009 at 9:01 PM, André Warnier a...@ice-sa.com wrote: The other way I could think of would be to use virtual hosts, like Listen 80 HTTP Listen 443 HTTPS NameVirtualHost *:80

Re: [us...@httpd] redirect occurs after authorization !!!

2009-10-27 Thread J. Bakshi
Krist van Besien wrote: On Tue, Oct 27, 2009 at 7:37 AM, J. Bakshi joyd...@infoservices.in wrote: Hello list, I have finally able to redirect the viewvc ( svn viewer ) to https. here is the configuration `` ScriptAlias /test /usr/lib/cgi-bin/viewvc.cgi

Re: [us...@httpd] ad-supported apache proxy

2009-10-27 Thread Mike Cardwell
Marcos Mendez wrote: Thanks for the response. I tried compiling it and ran into issues. However, I am not sure that fundamentally this is the best approach. Replacing or injecting content into the proxied site content will work. I've tried modifying the body, head, html, script tags. It just

RE: [us...@httpd] Requesting help with Smart Card Client Certificate Authentication issue.

2009-10-27 Thread Berube, Steve (HP Software)
Hi there, thank you for the reply. Yes I have that in there. In fact apache 2.2 ships with that by default. Here is mine directly from httpd-ssl.conf I pasted a good portion of the file so you can see its context. Directory C:/Program Files/Apache Software Foundation/Apache2.2/cgi-bin

Re: [us...@httpd] Enabling HTTP and HTTPs

2009-10-27 Thread Krist van Besien
On Tue, Oct 27, 2009 at 11:15 AM, André Warnier a...@ice-sa.com wrote: Well, kind of, but one could argue about this. ;-) It seems to me that we are just at the grey line in-between here. Maybe I should have added one more HTTP VirtualHost in my example, just to settle it. It doesn't harm

RE: [us...@httpd] Increase Logging

2009-10-27 Thread Hickey, Tom
I just wanted to post a bit of an update for the curious. I thought this error message ServerSupportFunction HSE_REQ_GET_IMPERSONATION_TOKEN is not supported: would lead me to the root of the problem but unfortunately I actually see this error when I turn up logging on a working version so I

Re: [us...@httpd] Different Limit rules on the same directory with mod_ftp

2009-10-27 Thread Nick Kew
Scott Gifford wrote: Hello, I'm using mod_ftp to provide authenticated FTP access to a Web directory. It is mostly read-only, but a few users should have write access to the directory. I am using mod_auth_mysql with groups for What mod_auth_mysql? There are several third-party modules with

Re: [us...@httpd] ad-supported apache proxy

2009-10-27 Thread Marcos Mendez
Hi, I've tried this approach but it doesn't work reliably. I've tried replacing the start or end body, html and even head tags as I typically use a script hosted on my adserver to serve the ads. So I simply replaced the script with your suggestion. This approach does work for simple sites (and my

Re: [us...@httpd] ad-supported apache proxy

2009-10-27 Thread Mark H. Wood
I wouldn't be surprised if there are teams of sharp developers at those *advertising-supported* organizations tasked with making it difficult for you to compete with them. -- Mark H. Wood, Lead System Programmer mw...@iupui.edu Friends don't let friends publish revisable-form documents.

Re: [us...@httpd] ad-supported apache proxy

2009-10-27 Thread Nick Kew
Marcos Mendez wrote: Hi, I've tried this approach but it doesn't work reliably. I've tried replacing the start or end body, html and even head tags as I typically use a script hosted on my adserver to serve the ads. So I simply replaced the script with your suggestion. This approach does work

Re: [us...@httpd] Increase Logging

2009-10-27 Thread Eric Covener
On Tue, Oct 27, 2009 at 8:14 AM, Hickey, Tom tom.hic...@radiantsystems.com wrote: Any thoughts on what might have changed in 2.2.9 that would cause this type of behavior on a Windows system as there is nothing listed in the change log specific to windows? If there was no matches to the httpd

Re: [us...@httpd] Requesting help with Smart Card Client Certificate Authentication issue.

2009-10-27 Thread Eric Covener
On Mon, Oct 26, 2009 at 10:36 PM, Berube, Steve (HP Software) steve.ber...@hp.com wrote: Directory C:/Program Files/Apache Software Foundation/Apache2.2/cgi-bin     SSLVerifyClient require     SSLVerifyDepth 10     SSLOptions +StdEnvVars /Directory Can you simplify your testing by

RE: [us...@httpd] Requesting help with Smart Card Client Certificate Authentication issue.

2009-10-27 Thread Berube, Steve (HP Software)
My test originally was this Location / SSLVerifyClient require SSLVerifyDepth 10 SSLOptions +StdEnvVars /location Same issue whether based on a directory or using the root location. I'm still trying to figure out why one and only IE works, but no others. I've tried HTTP Analyzer

Re: [us...@httpd] Requesting help with Smart Card Client Certificate Authentication issue.

2009-10-27 Thread Eric Covener
On Tue, Oct 27, 2009 at 10:21 AM, Berube, Steve (HP Software) steve.ber...@hp.com wrote: My test originally was this Location /     SSLVerifyClient require     SSLVerifyDepth 10     SSLOptions +StdEnvVars /location Same issue whether based on a directory or using the root location. I'm

RE: [us...@httpd] Requesting help with Smart Card Client Certificate Authentication issue.

2009-10-27 Thread Berube, Steve (HP Software)
So for testing, are you asking I move SSLVerifyClient + SSLVerifyDepth to the entire virtual host directive? e.g. VirtualHost _default_:443 # General setup for the virtual host DocumentRoot C:/Program Files/Apache Software Foundation/Apache2.2/htdocs ServerName rd-db.cnd.hp.com:443

RE: [us...@httpd] Requesting help with Smart Card Client Certificate Authentication issue.

2009-10-27 Thread Berube, Steve (HP Software)
Ok quick update, I did that test and unfortunately no change in behavior. I can't access / now (as expected) but still no prompt for certificate. Other systems that work continue to work. Firefox no issue, one windows 7 IE system, no issue. I am installing wireshark now. -Original

Re: [us...@httpd] ad-supported apache proxy

2009-10-27 Thread Mike Cardwell
Marcos Mendez wrote: Hi, I've tried this approach but it doesn't work reliably. I've tried replacing the start or end body, html and even head tags as I typically use a script hosted on my adserver to serve the ads. So I simply replaced the script with your suggestion. This approach does work

Re: [us...@httpd] ad-supported apache proxy

2009-10-27 Thread Marcos Mendez
Had not heard of mod_publisher. I tried it out, and for my simple test page it seems to work great. However when I visit other sites I'm getting a content encoding error. I've disabled any content modification, to test that just passing the pages through would work, but it doesn't. So added a

Re: [us...@httpd] ad-supported apache proxy

2009-10-27 Thread Marcos Mendez
Hi Mike, when I run google (yahoo, eweek etc) through the proxy (using mod_substitute) i do not see my modification in the page source, no matter where I try to insert it. - The official User-To-User support forum of the Apache

Re: [us...@httpd] redirect occurs after authorization !!!

2009-10-27 Thread Krist van Besien
On Tue, Oct 27, 2009 at 11:33 AM, J. Bakshi joyd...@infoservices.in wrote: ```  access to /usr/lib/cgi-bin/viewvc.cgi failed, reason: SSL connection required ``` This is ok as redirection is not working here. Do you have any idea ? My

Re: [us...@httpd] ad-supported apache proxy

2009-10-27 Thread Mike Cardwell
Marcos Mendez wrote: Hi Mike, when I run google (yahoo, eweek etc) through the proxy (using mod_substitute) i do not see my modification in the page source, no matter where I try to insert it. Then why don't you start with something really basic like the following: Substitute

Re: [us...@httpd] redirect occurs after authorization !!!

2009-10-27 Thread Krist van Besien
On Tue, Oct 27, 2009 at 11:33 AM, J. Bakshi joyd...@infoservices.in wrote: ```  access to /usr/lib/cgi-bin/viewvc.cgi failed, reason: SSL connection required ``` This is ok as redirection is not working here. Do you have any idea ? My

Re: [us...@httpd] ad-supported apache proxy

2009-10-27 Thread Marcos Mendez
On Tue, Oct 27, 2009 at 12:45 PM, Mike Cardwell apache-us...@lists.grepular.com wrote: Marcos Mendez wrote: Hi Mike, when I run google (yahoo, eweek etc) through the proxy (using mod_substitute) i do not see my modification in the page source, no matter where I try to insert it. Then why

Re: [us...@httpd] Apache's strange

2009-10-27 Thread ricardo13
I thought that discovered what was stabilizing Apache I wrote in httpd.conf: MaxClient 4000 My question's, What value do I assign the value to unlimited MaxClient ??? 0 ?? Ricardo Eric Covener wrote: On Sat, Oct 24, 2009 at 1:10 PM, ricardo13 ricardoogra...@gmail.com wrote: hi, I'm

RE: [us...@httpd] Apache's strange

2009-10-27 Thread Berube, Steve (HP Software)
I'm not sure you can truly have an unlimited number Based on this: http://httpd.apache.org/docs/2.2/mod/mpm_common.html MaxClients is based on ServerLimit which is hardcoded at 2 -Original Message- From: ricardo13 [mailto:ricardoogra...@gmail.com] Sent: Tuesday, October 27, 2009

Re: [us...@httpd] redirect occurs after authorization !!!

2009-10-27 Thread Tom Evans
On Tue, 2009-10-27 at 12:07 +0530, J. Bakshi wrote: Hello list, I have finally able to redirect the viewvc ( svn viewer ) to https. here is the configuration `` ScriptAlias /test /usr/lib/cgi-bin/viewvc.cgi Location /test RewriteEngine on RewriteCond

RE: [us...@httpd] Apache's strange

2009-10-27 Thread ricardo13
Ok !!! I've written 2 to MaxClient and ServerLimit. Now, I hope that is unlimited or at least with maximum value. At night I'll test Apache and analyze your behavior. Ricardo Berube, Steve (HP Software) wrote: I'm not sure you can truly have an unlimited number Based on this:

Re: [us...@httpd] Apache's strange

2009-10-27 Thread ricardo13
-( I've read documentation. I imagined that you could forget this information. But, I forgive you Ricardo Tom Evans-3 wrote: On Tue, 2009-10-27 at 10:35 -0700, ricardo13 wrote: I thought that discovered what was stabilizing Apache I wrote in httpd.conf: MaxClient 4000 My

Re: [us...@httpd] Apache's strange

2009-10-27 Thread Tom Evans
On Tue, 2009-10-27 at 10:35 -0700, ricardo13 wrote: I thought that discovered what was stabilizing Apache I wrote in httpd.conf: MaxClient 4000 My question's, What value do I assign the value to unlimited MaxClient ??? 0 ?? Ricardo There is this wonderful thing called the

[us...@httpd] apache 2.2.13 ssl problem: wrong certificate being served

2009-10-27 Thread Joseph S
I'm running: Apache/2.2.13 (Unix) mod_ssl/2.2.13 OpenSSL/0.9.8k mod_jk/1.2.26 I have these two virtual hosts set up (I added a space between 'xten' and 'it' to keep search engines from picking this email up) : VirtualHost 199.107.233.199:443 ServerName segments.xten it.com snip #use this

Re: [us...@httpd] apache 2.2.13 ssl problem: wrong certificate being served

2009-10-27 Thread Krist van Besien
On Tue, Oct 27, 2009 at 7:41 PM, Joseph S j...@selectacast.net wrote: Now here's the kicker: When I click through the warning in Firefox my logs show that I am going to the second virtual host, the one with the that *.a certificate, even though I'm using the *.* certificate.  So how is it

Re: [us...@httpd] apache 2.2.13 ssl problem: wrong certificate being served

2009-10-27 Thread Eric Covener
On Tue, Oct 27, 2009 at 2:50 PM, Krist van Besien krist.vanbes...@gmail.com wrote: On Tue, Oct 27, 2009 at 7:41 PM, Joseph S j...@selectacast.net wrote: Now here's the kicker: When I click through the warning in Firefox my logs show that I am going to the second virtual host, the one with the

[us...@httpd] Apache+PHP suddenly not working

2009-10-27 Thread Jason Lixfeld
I have no doubt that this is due to an update that was done on my system at some point, but unfortunately I can't pinpoint where. The upshot is that PHP is completely unresponsive for me when run from Apache and I'm not sure where to look. I recognize that this isn't a PHP support list.

Re: [us...@httpd] apache 2.2.13 ssl problem: wrong certificate being served

2009-10-27 Thread Krist van Besien
On Tue, Oct 27, 2009 at 7:55 PM, Eric Covener cove...@gmail.com wrote: On Tue, Oct 27, 2009 at 2:50 PM, Krist van Besien krist.vanbes...@gmail.com wrote: On Tue, Oct 27, 2009 at 7:41 PM, Joseph S j...@selectacast.net wrote: Now here's the kicker: When I click through the warning in Firefox

[us...@httpd] Re: apache 2.2.13 ssl problem: wrong certificate being served

2009-10-27 Thread Dan Poirier
Eric Covener cove...@gmail.com writes: On Tue, Oct 27, 2009 at 3:06 PM, Krist van Besien krist.vanbes...@gmail.com wrote: On Tue, Oct 27, 2009 at 7:55 PM, Eric Covener cove...@gmail.com wrote: http://httpd.apache.org/docs/2.2/ssl/ssl_faq.html#vhosts2 This doc is out of date due to SNI!

Re: [us...@httpd] Apache2 and virtual hosts.

2009-10-27 Thread Eric Covener
      ServerAlias             domain003.com www.domain003.com Those are one hostname with spaces in them, not two hostnames. Lose the quotes or quote each one separately. -- Eric Covener cove...@gmail.com - The official

Re: [us...@httpd] Re: apache 2.2.13 ssl problem: wrong certificate being served

2009-10-27 Thread André Warnier
Dan Poirier wrote: Eric Covener cove...@gmail.com writes: On Tue, Oct 27, 2009 at 3:06 PM, Krist van Besien krist.vanbes...@gmail.com wrote: On Tue, Oct 27, 2009 at 7:55 PM, Eric Covener cove...@gmail.com wrote: http://httpd.apache.org/docs/2.2/ssl/ssl_faq.html#vhosts2 This doc is out of

Re: [us...@httpd] apache 2.2.13 ssl problem: wrong certificate being served

2009-10-27 Thread Joseph S
Krist van Besien wrote: On Tue, Oct 27, 2009 at 7:41 PM, Joseph S j...@selectacast.net wrote: Now here's the kicker: When I click through the warning in Firefox my logs show that I am going to the second virtual host, the one with the that *.a certificate, even though I'm using the *.*

Re: [us...@httpd] Re: apache 2.2.13 ssl problem: wrong certificate being served

2009-10-27 Thread Joseph S
André Warnier wrote: Can someone maybe, just a little bit, say something about what SNI might be, and/or point to some Apache doc related to it ? I feel (again) like some acronym passed me by. And yes, I'll go check that FAQ, but as of right now in Western Europe, it does not talk of SNI

Re: [us...@httpd] apache 2.2.13 ssl problem: wrong certificate being served

2009-10-27 Thread Joseph S
OK sorry for the duplicate info. When I composed this my mail client hadn't pulled down Eric's reply yet. Joseph S wrote: Krist van Besien wrote: On Tue, Oct 27, 2009 at 7:41 PM, Joseph S j...@selectacast.net wrote: Now here's the kicker: When I click through the warning in Firefox my

Re: [us...@httpd] Re: apache 2.2.13 ssl problem: wrong certificate being served

2009-10-27 Thread Eric Covener
Can someone maybe, just a little bit, say something about what SNI might be, and/or point to some Apache doc related to it ? I feel (again) like some acronym passed me by. And yes, I'll go check that FAQ, but as of right now in Western Europe, it does not talk of SNI yet. When a client

RE: [us...@httpd] Re: apache 2.2.13 ssl problem: wrong certificate being served

2009-10-27 Thread Emmanuel Bailleul
Dan Poirier wrote: Eric Covener cove...@gmail.com writes: On Tue, Oct 27, 2009 at 3:06 PM, Krist van Besien krist.vanbes...@gmail.com wrote: On Tue, Oct 27, 2009 at 7:55 PM, Eric Covener cove...@gmail.com wrote: http://httpd.apache.org/docs/2.2/ssl/ssl_faq.html#vhosts2 This doc is out of

Re: [us...@httpd] Re: apache 2.2.13 ssl problem: wrong certificate being served

2009-10-27 Thread André Warnier
Emmanuel Bailleul wrote: Hi, It's been in the Wiki for a while : http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI Thanks Eric and Emmanuel. I do remember now coming across the Wiki, and noticing this line, about browsers supporting SNI : Internet Explorer 7.0 or later (on Vista, not

[us...@httpd] Re: apache 2.2.13 ssl problem: wrong certificate being served

2009-10-27 Thread Jens Schleusener
On Tue, 27 Oct 2009, Emmanuel Bailleul wrote: Dan Poirier wrote: Eric Covener cove...@gmail.com writes: On Tue, Oct 27, 2009 at 3:06 PM, Krist van Besien krist.vanbes...@gmail.com wrote: On Tue, Oct 27, 2009 at 7:55 PM, Eric Covener cove...@gmail.com wrote:

RE: [us...@httpd] Re: apache 2.2.13 ssl problem: wrong certificate being served

2009-10-27 Thread Emmanuel Bailleul
Emmanuel Bailleul wrote: Hi, It's been in the Wiki for a while : http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI Thanks Eric and Emmanuel. I do remember now coming across the Wiki, and noticing this line, about browsers supporting SNI : Internet Explorer 7.0 or later (on Vista,

Re: [us...@httpd] ad-supported apache proxy

2009-10-27 Thread Marcos Mendez
Hi, after playing around and not liking the results, I'm redirecting to a cgi that does allow inserting of content and I'm getting my ads now. Still using mod_proxy, but no substitutions. Thanks for the help! On Tue, Oct 27, 2009 at 1:07 PM, Marcos Mendez marcosrmen...@gmail.com wrote: On Tue,

[us...@httpd] mod_proxy+mod_rewrite: hiding redirection

2009-10-27 Thread Marcos Mendez
I'm using mod_proxy/mod_rewrite to redirect requests to a specific script which handles them. For example: Proxy * RewriteEngine on RewriteCond %{HTTP_HOST} !^123.123.123.123 [NC] RewriteRule $(.+) http://123.123.123.123/myscript?url=%{REQUEST_URI} /Proxy This is working great. The question is,

[us...@httpd] ldap_auth and disgest vs basic

2009-10-27 Thread aurfalien
Hi all, Will the ldap module for Apache 2 work with an AuthType of Digest? When I set it to Digest, I get; Digest: client used wrong authentication scheme `Basic': / I'm assuming my browser is having issues? Snippet of my httpd.conf AuthType Digest AuthLDAPURL ldap://myladpserver

Re: [us...@httpd] Different Limit rules on the same directory with mod_ftp

2009-10-27 Thread Scott Gifford
Nick Kew n...@webthing.com writes: Scott Gifford wrote: Hello, I'm using mod_ftp to provide authenticated FTP access to a Web directory. It is mostly read-only, but a few users should have write access to the directory. I am using mod_auth_mysql with groups for What mod_auth_mysql?

Re: [us...@httpd] ldap_auth and disgest vs basic

2009-10-27 Thread Eric Covener
On Tue, Oct 27, 2009 at 6:22 PM, aurfal...@gmail.com wrote: Hi all, Will the ldap module for Apache 2 work with an AuthType of Digest? When I set it to Digest, I get; Digest: client used wrong authentication scheme `Basic': / I'm assuming my browser is having issues? Snippet of my

Re: [us...@httpd] ldap_auth and disgest vs basic

2009-10-27 Thread aurfalien
On Oct 27, 2009, at 3:54 PM, Eric Covener wrote: On Tue, Oct 27, 2009 at 6:22 PM, aurfal...@gmail.com wrote: Hi all, Will the ldap module for Apache 2 work with an AuthType of Digest? When I set it to Digest, I get; Digest: client used wrong authentication scheme `Basic': / I'm assuming

[us...@httpd] Download single source file without line numbers

2009-10-27 Thread Ryan Watkins
Is there a way to download a single source file from the Apache-SVN without getting the line numbers on the left?

Re: [us...@httpd] Download single source file without line numbers

2009-10-27 Thread Eric Covener
On Tue, Oct 27, 2009 at 7:17 PM, Ryan Watkins rwat...@us.ibm.com wrote: Is there a way to download a single source file from the Apache-SVN without getting the line numbers on the left? I think you'll have to use an SVN client, http://httpd.apache.org/dev/devnotes.html It seems that directly

Re: [us...@httpd] mod_proxy+mod_rewrite: hiding redirection

2009-10-27 Thread Igor Cicimov
Try playing with the P,R,L flags in the rewrite rule and see what happens :) e.g. RewriteRule $(.+) http://123.123.123.123/myscript?url=%{REQUEST_URI}http://123.123.123.123/myscript?url=%%7BREQUEST_URI%7D[P,R,L] or RewriteRule $(.+)

[us...@httpd] New User trying to install Apache server on Windows XP

2009-10-27 Thread Daniel Gladstone
I just downloaded the software and when in and config by httpd.conf file LoadModule php5_module c:/PHP/php5apache2_2.dll AddType application /x-httpd-php .php PHPIniDir C:/PHP when I tried to restart, I get an error message: Syntax error on line 489 of C:/Program Files/Apache Software

Re: [us...@httpd] mod_proxy+mod_rewrite: hiding redirection

2009-10-27 Thread Marcos Mendez
On Tue, Oct 27, 2009 at 8:47 PM, Igor Cicimov icici...@gmail.com wrote: Try playing with the P,R,L flags in the rewrite rule and see what happens :) e.g. RewriteRule $(.+) http://123.123.123.123/myscript?url=%{REQUEST_URI} [P,R,L] or RewriteRule $(.+)

Re: [us...@httpd] mod_proxy+mod_rewrite: hiding redirection

2009-10-27 Thread Igor Cicimov
What if you remove the Proxy * handle? As it is written now I don't see any particular need for it? On Wed, Oct 28, 2009 at 3:09 PM, Marcos Mendez marcosrmen...@gmail.comwrote: On Tue, Oct 27, 2009 at 8:47 PM, Igor Cicimov icici...@gmail.com wrote: Try playing with the P,R,L flags in the

Re: [us...@httpd] redirect occurs after authorization !!!

2009-10-27 Thread J. Bakshi
Tom Evans wrote: On Tue, 2009-10-27 at 12:07 +0530, J. Bakshi wrote: Hello list, I have finally able to redirect the viewvc ( svn viewer ) to https. here is the configuration `` ScriptAlias /test /usr/lib/cgi-bin/viewvc.cgi Location /test RewriteEngine