[us...@httpd] RE: Google Apps authentication

2010-11-10 Thread Assarsson, Emil
Hi, I guess that OpenID would be one of the first things to look at. It can however only SSO http(s) based solutions. I'm not sure if Google supports it but PKI might be a solid way so solve it to. -- Emil From: Oliver Marshall [mailto:oliver.marsh...@g2support.com] Sent: onsdag den 10

[us...@httpd] Google Apps authentication

2010-11-10 Thread Oliver Marshall
Hi We currently use LDAP authentication on all our apache servers to authenticate our staff against our AD. However we are looking at a mass move to Google Apps and need to allow the single sign on ability still. We can keep the AD in place, and then have Google suck the AD account details

[us...@httpd] Config of Apache Tomcat jkmod

2010-11-10 Thread hai . nguyen
Hi there I am trying to set the config Apache Tomcat with jkmod and I need your helps please I have two web application app1 and app2 on the server Debian with Apache2 + Tomcat 5.5 + jk mod 1.2.26 this server has 2 IP: IP1 (internal IP = intranet = 192.168.35.8) and IP2 (external IP =

Re: [us...@httpd] Indexes with Require group

2010-11-10 Thread Matus UHLAR - fantomas
On 01.11.10 08:39, Andrew Simpson wrote: I would like to only allow directory Indexes to certain AuthGroupFile groups. you mean, that authorized users could see directory listings, others would get an error? Is this possible via basic configuration? afaik it's not. -- Matus UHLAR -

Re: [us...@httpd] What's this?

2010-11-10 Thread lists . httpd-user
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Igor, Oct 27, Oct 27, Igor Galić wrote to users@httpd.apache.org about Re:...: IG Regularly I see entries in the error log like: IG GET http://98.126.64.106/judge123.php HTTP/1.1 404 IG Somebody is using your server as open proxy, and

AW: [us...@httpd] Override main server conf

2010-11-10 Thread Axel Gallus
My main server is configured with LoadModule php5_module modules/libphp5.so AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps DirectoryIndex index.html index.htm index.shtml index.php index.php3 index.cgi AddHandler cgi-script .cgi

Re: AW: [us...@httpd] Override main server conf

2010-11-10 Thread Frank Gingras
On 10/11/2010 10:01 AM, Axel Gallus wrote: My main server is configured with LoadModule php5_module modules/libphp5.so AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps DirectoryIndex index.html index.htm index.shtml index.php index.php3

Re: [us...@httpd] dynamic mpm-itk

2010-11-10 Thread James Devine
vhost per user isn't something I would be able to do, what about a module that runs prior to itk if thats possible to preset the uid 2010/10/26 Igor Galić i.ga...@brainsware.org: - James Devine fxmul...@gmail.com wrote: Is there a way to set the AssignUserId values associated with mpm-itk

Re: [us...@httpd] dynamic mpm-itk

2010-11-10 Thread Tom Evans
On Wed, Nov 10, 2010 at 4:02 PM, James Devine fxmul...@gmail.com wrote: vhost per user isn't something I would be able to do, what about a module that runs prior to itk if thats possible to preset the uid Not without significant hacking. From mpm-itk homepage: apache2-mpm-itk (just mpm-itk

Re: [us...@httpd] dynamic mpm-itk

2010-11-10 Thread James Devine
well what I'm thinking of is to not set the uid/gid for a particular vhost and have another module run prior to when ITK would set the uid and set the UID/GID myself based on the URI On Wed, Nov 10, 2010 at 9:36 AM, Tom Evans tevans...@googlemail.com wrote: On Wed, Nov 10, 2010 at 4:02 PM, James

Re: [us...@httpd] dynamic mpm-itk

2010-11-10 Thread James Devine
well this method doesn't appear to work, setting the uid prior to itk causes itk to fail out while trying to set the uid itself On Wed, Nov 10, 2010 at 9:52 AM, James Devine fxmul...@gmail.com wrote: well what I'm thinking of is to not set the uid/gid for a particular vhost and have another

Re: [us...@httpd] dynamic mpm-itk

2010-11-10 Thread Nick Kew
On Wed, 10 Nov 2010 10:48:48 -0700 James Devine fxmul...@gmail.com wrote: well this method doesn't appear to work, setting the uid prior to itk causes itk to fail out while trying to set the uid itself What do you expect to do that you couldn't do with cgi/suexec or fastcgi? mod_privileges

Re: AW: [us...@httpd] Override main server conf

2010-11-10 Thread Eric Covener
On Wed, Nov 10, 2010 at 1:58 PM, Axel Gallus axel.gal...@profindis.de wrote: No errors have been logged in the error log. Any other idea? Does someone know if it is possible to user mod_cgi and mod_php at once... (see below).. Don't mix AddHandler and AddType -- just use AddHandler. --

AW: AW: [us...@httpd] Override main server conf

2010-11-10 Thread Axel Gallus
No errors have been logged in the error log. Any other idea? Does someone know if it is possible to user mod_cgi and mod_php at once... (see below).. Regards A.Gallus -Ursprüngliche Nachricht- Von: Frank Gingras [mailto:francois.ging...@gmail.com] Gesendet: Mi 10.11.2010 16:12 An:

AW: AW: [us...@httpd] Override main server conf

2010-11-10 Thread Axel Gallus
You mean I should use AddHandler application/x-httpd-php .php instead of AddType application/x-httpd-php .php? Unfortunately this part of the configuration is not under my control. Can you explain why mixing those directives is a problem? Is there a workaround? Regards A.Gallus

Re: [us...@httpd] dynamic mpm-itk

2010-11-10 Thread James Devine
I'm trying to get all content (php, perl, cgi etc) to run as the intended user, which works fine with mpm-itk for individual vhosts, but a few of those vhosts implement user directories which should be associated with different users On Wed, Nov 10, 2010 at 11:07 AM, Nick Kew n...@webthing.com

Re: [us...@httpd] Override main server conf

2010-11-10 Thread Nick Kew
On Wed, 10 Nov 2010 20:18:35 +0100 Axel Gallus axel.gal...@profindis.de wrote: Can you explain why mixing those directives is a problem? Is there a workaround? AddType for things that aren't types (like cgi or php) is a grotty hack from the very early days. It's been wrong since AddHandler

Re: [us...@httpd] Please add timestamps to Apache Service Monitor

2010-11-10 Thread Jeff Trawick
On Fri, Nov 5, 2010 at 2:55 PM, Ken Winter k...@sunward.org wrote: In the Apache Service Monitor for Windows, it would be helpful if the pane that shows an action that has been performed (e.g. “The Apache2.2 service has restarted”) would include a timestamp (e.g. “2010-11-05 12:41:27: The

AW: AW: [us...@httpd] Override main server conf

2010-11-10 Thread Axel Gallus
I succeeded by removing the mod_php5 mimme type via RemoveType .php. After that I could register my own mod_cgi handler via AddHandler cgi-script .php. Thx for your input. Regards A.Gallus -Ursprüngliche Nachricht- Von: Axel Gallus [mailto:axel.gal...@profindis.de] Gesendet: Mi

[us...@httpd] internal redirects error

2010-11-10 Thread Tim Johnson
I'm using apache2 on ubuntu 10.04. I am a programmer familiar with the command line, but new to fine-tuning apache. I'm getting following error message: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if

Re: [us...@httpd] internal redirects error

2010-11-10 Thread Igor Cicimov
AllowOverride all so maybe some redirection in .htaccess file in that directory causing infinite loop? Try setting it to None instead and see if the problem goes away. Then you'll know the problem is in the .htaccess file for sure. Igor On Thu, Nov 11, 2010 at 11:31 AM, Tim Johnson

Re: [us...@httpd] internal redirects error

2010-11-10 Thread Tim Johnson
* Igor Cicimov icici...@gmail.com [101110 15:41]: AllowOverride all so maybe some redirection in .htaccess file in that directory causing infinite loop? Try setting it to None instead and see if the problem goes away. Then you'll know the problem is in the .htaccess file for sure. Yes,

Re: [us...@httpd] internal redirects error

2010-11-10 Thread Igor Cicimov
Your RewriteRule doesn't make much sense though. It will cause to redirect http://localhost/reg to pyindex.py/reg (plus append the query string if any) and I don't see the purpose of this redirect. What are you really trying to achieve here? If the idea is to redirect virtual links, the one

Re: [us...@httpd] internal redirects error

2010-11-10 Thread Tim Johnson
* Igor Cicimov icici...@gmail.com [101110 16:55]: Your RewriteRule doesn't make much sense though. It will cause to redirect http://localhost/reg to pyindex.py/reg (plus append the query string if any) and I don't see the purpose of this redirect. What are you really trying to achieve here?

[us...@httpd] mod_mbox and % in message id, % = %25 defect ?

2010-11-10 Thread Jeremy Carroll
I am a newbie here, and apologies in advance if this is a repeat or otherwise undesirable. I was trying to understand why in this archive http://mail-archives.apache.org/mod_mbox/incubator-general/201011.mbox/browser messages from Mattmann, Chris A (388J) do not load, such as the second.