[EMAIL PROTECTED] prespawn of cgi-apps

2008-02-04 Thread Andre Hübner
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

[EMAIL PROTECTED] Fw: POMOC DLA DZIECKA [potrzebna krew A Rh minus]

2008-02-04 Thread Tomek Lorek
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.

[EMAIL PROTECTED] mod_fcgid + Apache 2.2 fcgi server limit

2008-02-04 Thread Johannes Truschnigg
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

[EMAIL PROTECTED] Disabling basic authentication

2008-02-04 Thread Florian Niedoba
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

[EMAIL PROTECTED] Proxy error caoused by mod_authnz_ldap?

2008-02-04 Thread Neil A. Hillard
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/ Location /jobs/ AuthType basic AuthName Jobs Administration

Re: [EMAIL PROTECTED] language-based redirection

2008-02-04 Thread Nick Kew
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 be two blogs.

[EMAIL PROTECTED] vhosts, 403 error, file recognized as directory. .htaccess

2008-02-04 Thread Alexandre Leray
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:

Re: [EMAIL PROTECTED] language-based redirection

2008-02-04 Thread Nick Kew
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 plug it

Re: [EMAIL PROTECTED] language-based redirection

2008-02-04 Thread Zbigniew Szalbot
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 need to be

Re: [EMAIL PROTECTED] Proxy error caoused by mod_authnz_ldap?

2008-02-04 Thread Nick Kew
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 backend

Re: [EMAIL PROTECTED] language-based redirection

2008-02-04 Thread Joshua Slive
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 do the

Re: [EMAIL PROTECTED] Proxy error caoused by mod_authnz_ldap?

2008-02-04 Thread Neil A. Hillard
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 can you

[EMAIL PROTECTED] modifying header in request

2008-02-04 Thread Cenk Oguz
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

[EMAIL PROTECTED] RewriteRule: foo.com/directory -- foo.com/directory/

2008-02-04 Thread thomas Armstrong
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

Re: [EMAIL PROTECTED] modifying header in request

2008-02-04 Thread Eric Covener
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 header.

Re: [EMAIL PROTECTED] RewriteRule: foo.com/directory -- foo.com/directory/

2008-02-04 Thread Eric Covener
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]

Re: [EMAIL PROTECTED] language-based redirection

2008-02-04 Thread Zbigniew Szalbot
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 blog and make it