Re: [us...@httpd] Redirecting URL to a location

2010-04-27 Thread Edgar Frank
2010/04/28 Yang Zhang >Everything works fine, but is there a simple way for me to make >/notes get redirected to /notes/? Hi, first - IIRC you can't rewrite inside a location. Secondly - you want the PT-Flag in your rewrite rule. This allows the Location-handler to kick in after the rewrite - oth

Re: [us...@httpd] Redirecting URL to a location

2010-04-27 Thread Igor Cicimov
Using Alias maybe? Alias /notes /notes/ Igor On Wed, Apr 28, 2010 at 3:41 PM, Yang Zhang wrote: > I have the following added to default site config (which is otherwise > /etc/apache2/sites-available/default on stock Ubuntu 9.10 apache2), > which sets up a HTML-rewriting reverse proxy to anothe

[us...@httpd] Redirecting URL to a location

2010-04-27 Thread Yang Zhang
I have the following added to default site config (which is otherwise /etc/apache2/sites-available/default on stock Ubuntu 9.10 apache2), which sets up a HTML-rewriting reverse proxy to another webserver on the same host on port 5001: DocumentRoot /var/www ... #Alias /notes /notes/ #

[us...@httpd] HTML rendering capability

2010-04-27 Thread rangeli nepal
Good Evening Everybody, I am not sure if I am asking this question at right forum or not. I am sorry if it is not the right forum. I am wondering "if there is way based on http headers to determine if the requesting party has html rendering capability or not"? Any ideas or suggestion will be appre

[us...@httpd] RE: Wield problem with a reverse proxy server

2010-04-27 Thread Ruiyuan Jiang
Hi, all I posted below email but got no answer. Now I found that my Apache 2.2.15 stopped working. It behaves the same way as Apache 2.2.14. As a test, I switched the order on Apache 2.2.15 for these two virtual host statements: ServerName www.survey.juicycouture.com

[us...@httpd] How to let Apache launch fcgi with a specified Windows user account?

2010-04-27 Thread Xiaojun Mo
I have an Apache server service logged on 'LocalSystem', a remote SQL Server with Windows authentication, and fcgi to launch an application to access the SQL Server with Windows authentication. There is a user account 'sqlWin' on local Windows machine. I don't want to let the Apache service to ru

[us...@httpd] building prm from apache tarball

2010-04-27 Thread Brad Lira
hi, how to build an rpm package from apache tar ball? thanks,

RE: [us...@httpd] Issue with mod_proxy_html or mod_xml2enc after upgrade

2010-04-27 Thread Pierre Casenove
Thanks a lot! It works! Could you please give me feedback on the effect of this modification? Thanks > From: n...@webthing.com > Date: Tue, 27 Apr 2010 13:34:19 +0100 > To: users@httpd.apache.org > Subject: Re: [us...@httpd] Issue with mod_proxy_html

Re: [us...@httpd] Change authentication information

2010-04-27 Thread Tom Evans
On Tue, Apr 27, 2010 at 4:29 PM, Tom Evans wrote: > On Tue, Apr 27, 2010 at 4:06 PM, Tamas, Gabor wrote: >> >> Hi, >> >> i' ve two machines, (A) is on the Internet site, which is a reverse proxy >> for (B). There is a user based authentication, and i' d like (A) to change >> the authentication de

Re: [us...@httpd] Change authentication information

2010-04-27 Thread Tom Evans
On Tue, Apr 27, 2010 at 4:06 PM, Tamas, Gabor wrote: > > Hi, > > i' ve two machines, (A) is on the Internet site, which is a reverse proxy > for (B). There is a user based authentication, and i' d like (A) to change > the authentication details (only the username). So, for example if john > comes,

[us...@httpd] Change authentication information

2010-04-27 Thread Tamas, Gabor
Hi, i' ve two machines, (A) is on the Internet site, which is a reverse proxy for (B). There is a user based authentication, and i' d like (A) to change the authentication details (only the username). So, for example if john comes, and tries to authenticate itself as john on server (A), i' d like

Re: [us...@httpd] Issue with mod_proxy_html or mod_xml2enc after upgrade

2010-04-27 Thread Nick Kew
On 27 Apr 2010, at 12:50, Pierre Casenove wrote: > Thanks in advance for your help, At line 946 of mod_proxy_html.c is a comment "uncomment for debug". Does it fix your problem if you uncomment that line and recompile? -- Nick Kew -

[us...@httpd] Issue with mod_proxy_html or mod_xml2enc after upgrade

2010-04-27 Thread Pierre Casenove
Hello all, I'm running apache 2.2.11 on a rhel 5 OS. I've set it up as a reverse proxy based on mod_proxy_html 3.0 initially without any problem. I've upgraded to version 3.1 yesterday evening... and now, it's broken for only one reverse proxy entry. In order to upgrade, I have: - downloaded mod