Hi,
I wish to enable authenticated access for my users with authentication
dialogue which is happening with htaccess. But now I wanted the
partners/clients websites directly linking my restricted access area with
link on their website, but I dont want the referrals from partner website
to enter us
In <[EMAIL PROTECTED]>, on 07/13/06
at 03:15 PM, Arjun Datta <[EMAIL PROTECTED]> said:
>The problem is that since apache waits for the entire request to come
>through before passing on the page to the client, the "please wait"
>message is never displayed.
You might try setting the variabl
In <[EMAIL PROTECTED]>, on 07/13/06
at 09:34 AM, Nick Kew <[EMAIL PROTECTED]> said:
>The answer is simple: MSIE doesn't even try to support plain text (just
>as it declines to make any attempt to support XHTML).
So just who do the Microsoft Corp Programmers calculate they are, anyway,
ignorin
JupiterHost.Net wrote:
We built apache 2.0.58 w/ suexec and the ScriptAlias's now result in 500
errors with "target uid mismatch with directory or program" logged.
Obviously the error is from when SuexecUserGroup is being used and do
not match the ScriptAliased directory, it never will :)
Hi,
I am running Apache version 2.2 on Fedora 5. I have set the webserver
up to act as a loadbalancing proxy server that loadbalances requests
between several other php and coldfusion webservers.
I am using the mod_rewrite module's RewriteEngine to rewrite URLs by
converting the destinatio
Good ideas. Thanks.
- Original Message -
From: "Hugh Williams" <[EMAIL PROTECTED]>
To:
Sent: Thursday, July 13, 2006 2:18 PM
Subject: [EMAIL PROTECTED] Re: Windows and Server Side Includes
Pid wrote:
if it's called "home.shtm", you'll need to:
AddType text/html .shtm
AddOu
Pid wrote:
> if it's called "home.shtm", you'll need to:
>
> AddType text/html .shtm
> AddOutputFilter INCLUDES .shtm
To be somewhat more thorough, or at least to allow for this kind of potential
typo, try
AddType text/html .shtml .shtm
AddOutputFilter INCLUDES .shtml .shtm
And just as
We built apache 2.0.58 w/ suexec and the ScriptAlias's now result in 500
errors with "target uid mismatch with directory or program" logged.
Obviously the error is from when SuexecUserGroup is being used and do
not match the ScriptAliased directory, it never will :)
The thing is this worked e
I can't believe I did that. The loud sound you hear is me banging my head on
the desk.
Thanks.
- Original Message -
From: "Pid" <[EMAIL PROTECTED]>
To:
Sent: Thursday, July 13, 2006 9:45 AM
Subject: Re: [EMAIL PROTECTED] Windows and Server Side Includes
if it's called "home.shtm",
Axel-Stéphane SMORGRAV wrote:
SetOutputFilter works very well, even in Location filters. There are lots of happy customers of this feature, using it for such things as for example compression of response bodies.
Are you quite sure your filter is NOT invoked? Could you possibly have it
generat
if it's called "home.shtm", you'll need to:
AddType text/html .shtm
AddOutputFilter INCLUDES .shtm
Jack Gostl wrote:
> I'm using 2.2.2 under Windows XP SP2, and I can't seem to get server
> side includes to work. Specifically file includes.
>
> Here is a typical statement from a file c
I'm using 2.2.2 under Windows XP SP2, and I can't seem to get
server side includes to work. Specifically file includes.
Here is a typical statement from a file called
home.shtm:
I think I've followed the directions on activitating the
includes, but of course I could be wrong. Righ
Hi Gael
You can specify a 'do not proxy' using the
following
ProxyPass /oto/images !
Then the alias will be used
instead.
Check out http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass for
more info.
Regards
Niamh
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Sen
--- Nick Kew <[EMAIL PROTECTED]> wrote:
> On Thursday 13 July 2006 05:18, [EMAIL PROTECTED]
> wrote:
>
> > I've been testing with mozilla and all was cool.
> Then I used Internet
> > Exploder on a windows box and it wants to download
> my perl script (when it
> > does, the content of the file i
Hello,
It seems that reverse mappings have higher priority
than aliases.
I have this setup:
Alias /oto/images /opt/myapp/oto/images
ProxyPass /oto http://my.host.com/oto
ProxyPassReverse /oto http://my.host.com/oto
The alias is ignored, '/oto/images' is mapped to remote 'http://my.host.com/ot
On Thursday 13 July 2006 05:18, [EMAIL PROTECTED] wrote:
> I've been testing with mozilla and all was cool. Then I used Internet
> Exploder on a windows box and it wants to download my perl script (when it
> does, the content of the file is the text output that I wanted in the
> browser window).
16 matches
Mail list logo