On Feb 4, 2008 3:14 PM, Cenk Oguz <[EMAIL PROTECTED]> wrote:
> Hi!
>
> I am currently trying to add the REMOTE_USER environment variable into a
> response header or forward header (using mod_jk).
>
> However we also need to strip the first few characters of the REMOTE_USER
> when adding it to the
On Feb 4, 2008 5:20 PM, thomas Armstrong <[EMAIL PROTECTED]> wrote:
> I tried adding this line
> -
> RewriteRule ^(.*)$ /$1/ [R=301]
> -
> The page isn't redirecting properly
At least protect it from running when the URL ends in a slash such as:
RewriteRule ^(.*[^/])$ /$1/ [R=301
Hi.
Using Apache 2, I want to create a RewriteRule within the '.htaccess'
file which redirects from:
http://foo.com/directory
to
http://foo.com/directory/
This last "directory" is a RewriteRule:
--
RewriteRule ^([^/]+)/$ /directory.php?label=$1 [L]
-
I tried adding this line
Hi!
I am currently trying to add the REMOTE_USER environment variable into a
response header or forward header (using mod_jk).
However we also need to strip the first few characters of the REMOTE_USER when
adding it to the header.
We are adding the header to the request response using mod_head
Hi,
I have a really strange problem with my apache conf.
I'm running Gentoo on a powerbook. In order not to duplicate my files, I
defined some of my virtual hosts in my OSX HFSPLUS partition.
I'm getting this error :
[Mon Feb 04 18:15:36 2008] [crit] [client 127.0.0.1] (13)Permission
denied: /m
On Mon, 4 Feb 2008 18:23:35 +0100
"Zbigniew Szalbot" <[EMAIL PROTECTED]> wrote:
> Only this? Or should the header contain this:
>
> Status: 301 Now where did I leave that URL
> Location: http://xyz.abc.com/foo/bar.html
> Content-type: text/html
Yep. Get that up-and-running with mod_asis, then p
Hello,
2008/2/4, Nick Kew <[EMAIL PROTECTED]>:
> On Mon, 4 Feb 2008 11:30:59 -0500
> "Joshua Slive" <[EMAIL PROTECTED]> wrote:
>
> > On Feb 4, 2008 1:43 AM, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote:
> >
> > > The thing is that in order to provide blogs in two languages I
> > > cannot install one
On Mon, 4 Feb 2008 11:30:59 -0500
"Joshua Slive" <[EMAIL PROTECTED]> wrote:
> On Feb 4, 2008 1:43 AM, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote:
>
> > The thing is that in order to provide blogs in two languages I
> > cannot install one blog and make it display in two languages. It
> > needs to
Hello,
2008/2/4, Joshua Slive <[EMAIL PROTECTED]>:
> On Feb 4, 2008 1:43 AM, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote:
>
> > The thing is that in order to provide blogs in two languages I cannot
> > install one blog and make it display in two languages. It needs to be
> > two blogs. Hence, they
On Feb 4, 2008 1:43 AM, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote:
> The thing is that in order to provide blogs in two languages I cannot
> install one blog and make it display in two languages. It needs to be
> two blogs. Hence, they need to be in two separate directories. But I
> am happy to d
Nick,
Nick Kew wrote:
> On Mon, 04 Feb 2008 11:37:33 +
> "Neil A. Hillard" <[EMAIL PROTECTED]> wrote:
>
>> One other difference that I've just thought of with this backend
>> server is that it has two IP addresses (for historical reasons). Is
>> that known to cause any problems?
>
> No, but
On Mon, 04 Feb 2008 11:37:33 +
"Neil A. Hillard" <[EMAIL PROTECTED]> wrote:
> One other difference that I've just thought of with this backend
> server is that it has two IP addresses (for historical reasons). Is
> that known to cause any problems?
No, but can you clarify: is this the same b
Hi,
I'm experiencing a problem that I think might be related to
mod_authnz_ldap.
I have a virtualhost configured with the following:
ProxyPass /jobs/ http://backend.domain.co.uk/public/jobs/admin/
AuthType basic
AuthName "Jobs Administration"
AuthBasicProvider ldap
AuthL
Hi,
This is about disabling basic authentication.
We currently use the following scenario:
We are using mod_auth_sspi to authenticate users via Single Sign On. This
works fine.
Some of our users are not on the Active Directory.
What we want for them is: They hit the URL which protected by the
mod_
Hello all,
a problem I once believed solved reappears on one of my servers now - it's a
IA32 box running Gentoo, Apache 2.2.8 w/ mod_fcgid to acchieve per-user PHP5.
I use wrapper scripts like the following to set environmental variables to
restrict mod_fcgid from spawning too many processes and
Roześlij gdzie możesz – to bardzo ważne – poszukiwana jest KREW grupy A Rh minus
dla umierającego dziecka – prośba o pomoc MONIKA EBERT 604947367.
Hello List,
i use mod_fcgid to start my cgi-applications. http://fastcgi.coremail.cn/
I tried to answer my question with fcgid-documentation. But i think the docs
are a little bit spartan ;)
Is there a possibility to prespawn some apps, for instance php?
i have the problem that some of my users
17 matches
Mail list logo