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
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
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/
#
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
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
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
hi,
how to build an rpm package from apache tar ball?
thanks,
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
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
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,
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
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
-
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
13 matches
Mail list logo