[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 fro

[us...@httpd] Odd site redirection

2009-10-05 Thread Oliver Marshall
Hi chaps, Was wondering if someone can help me look at a problem. We've created a new virtual host entry on a particular box, which do frequently (once a month or so) only this time, when a user goes to the new site, they get directed to the first site in the conf file. You can type in http

RE: [us...@httpd] 0 byte logs

2009-09-29 Thread Oliver Marshall
ppard [mailto:mick.shepp...@cpp.co.uk] Sent: 29 September 2009 15:37 To: users@httpd.apache.org Subject: RE: [us...@httpd] 0 byte logs > -Original Message- > From: Oliver Marshall [mailto:oliver.marsh...@g2support.com] > Sent: 29 September 2009 15:09 > To: users@httpd.apache.org > Subje

RE: [us...@httpd] 0 byte logs

2009-09-29 Thread Oliver Marshall
uk] Sent: 29 September 2009 09:05 To: users@httpd.apache.org Subject: RE: [us...@httpd] 0 byte logs Hi Olly, > From: Oliver Marshall [mailto:oliver.marsh...@g2support.com] > Sent: 28 September 2009 19:19 > To: users@httpd.apache.org > Subject: [us...@httpd] 0 byte logs > > H

[us...@httpd] 0 byte logs

2009-09-28 Thread Oliver Marshall
Hi, We've seen a problem for a while on our ubuntu web server whereby apache starts generating 0 byte logs. This applies to the access logs for the individual sites. The only solution we have found is a quick 'apache2ctl graceful' and the logs start being generated normally again...for a f

[us...@httpd] Apache processor usage

2009-07-22 Thread Oliver Marshall
We've got a machine here showing high processor usage for the Apache process. Apache runs a few minor sites, but mainly it runs the SVN module for our SVN setup so I'm assuming it's that. However, is there a way in Apache that I can find out more about what module of Apache may be responsible ?

RE: [us...@httpd] pam_ldap and Apache

2009-01-20 Thread Oliver Marshall
: > On 20.01.09 18:59, Oliver Marshall wrote: > > > Is it possible to get a linux server to authenticate with an ldap server > > (MS AD) using pam_ldap and then have apache authenticate against the > > underlying OS ? > > apache should authenticate? What dat

RE: [us...@httpd] pam_ldap and Apache

2009-01-20 Thread Oliver Marshall
From: Matus UHLAR - fantomas [mailto:uh...@fantomas.sk] Sent: 20 January 2009 20:29 To: users@httpd.apache.org Subject: Re: [us...@httpd] pam_ldap and Apache On 20.01.09 18:59, Oliver Marshall wrote: > Is it possible to get a linux server to authenticate with an ldap server > (MS AD) using p

[us...@httpd] pam_ldap and Apache

2009-01-20 Thread Oliver Marshall
Hi chaps, Is it possible to get a linux server to authenticate with an ldap server (MS AD) using pam_ldap and then have apache authenticate against the underlying OS ? That is: apache -> ubuntu (using pam_ldap) -> LDAP Server We have probs using authnz_ldap and I'm keen to use LDAP but *not* us

RE: [us...@httpd] Sudden "Can't Contact LDAP Server"

2009-01-20 Thread Oliver Marshall
users@httpd.apache.org Subject: Re: [us...@httpd] Sudden "Can't Contact LDAP Server" On Mon, Jan 19, 2009 at 3:56 PM, Oliver Marshall wrote: > Eric, > > Reproducing it is possible, you just have to keep hitting f5, but it occurs > at random. Maybe once ever hour, maybe once

RE: [us...@httpd] Sudden "Can't Contact LDAP Server"

2009-01-19 Thread Oliver Marshall
Sent: 19 January 2009 21:02 To: users@httpd.apache.org Subject: Re: [us...@httpd] Sudden "Can't Contact LDAP Server" On Mon, Jan 19, 2009 at 3:56 PM, Oliver Marshall wrote: > Eric, > > Reproducing it is possible, you just have to keep hitting f5, but it occurs > at ran

RE: [us...@httpd] Sudden "Can't Contact LDAP Server"

2009-01-19 Thread Oliver Marshall
Eric, Reproducing it is possible, you just have to keep hitting f5, but it occurs at random. Maybe once ever hour, maybe once every ten mins. I would say that rebuilding the httpd server with a patch may be beyond me, certainly beyond my sanity level at the moment. I may look at setting up a

[us...@httpd] Sudden "Can't Contact LDAP Server"

2009-01-19 Thread Oliver Marshall
Hi chaps, I'm running a Ubuntu Apache server (apache version 2.2.8) which serves up only SVN and TRAC sites. All the SVN and TRAC repos use LDAP to authenticate, and the LDAP server is a Windows Active Directory server on the same network. We are seeing a problem with the server giving end user

[us...@httpd] Debug logging when starting apache

2009-01-19 Thread Oliver Marshall
Hi all, When I set the logging level in apache to debug, then restart apache, SSH shows me the same lot of LDAP configuration information twice. I get a handful of mod_authnz_ldap.c lines, then some util_ldap.c lines, and then the same info shown again. Theres only one config file with ldap inf

[us...@httpd] HTTPS request received for child 0 (server dev.mydomain.com.mydomain.com:443)

2009-01-19 Thread Oliver Marshall
Hi chaps, I've got the following line showing up in my error.log. Each time this appears, our Apache server shows Internal Error to the visitors and dies. HTTPS request received for child 0 (server dev.mydomain.com.mydomain.com:443) The odd thing is the dev.mydomain.com.mydomain.com string. Our

[us...@httpd] Sudden LDAP drop outs

2009-01-15 Thread Oliver Marshall
Hi chaps, We've got a problem with a new ubuntu server which we've setup to be our SVN and TRAC box. For months we've been doing testing on how to move the sites over, configure them for LDAP at the same time, and we haven't had a problem. However, as often happens due to sods law, when the box

[us...@httpd] REQUIRES LDAP-GROUP question

2009-01-13 Thread Oliver Marshall
Hi chaps, Is there a way to *exclude* members of an LDAP group from being able to authenticate? Currently we use "requires ldap-group" but we now need more granularity and have to exclude certain groups from new sites. Olly -- G2 Support Online Backups Email:  oliver.marsh...@g2support.com W

[EMAIL PROTECTED] Another ldap question

2008-10-31 Thread Oliver Marshall
Hi chaps, I have the following code setup in an apache config file to restrict access to trac sites on the server via LDAP group membership. *** SetHandler mod_python PythonInterpreter main_interpreter PythonHandler trac.web.modpython_frontend PythonOption TracEnv /trac/

[EMAIL PROTECTED] Apache user

2007-07-09 Thread Oliver Marshall
Lo chaps. Not sure if this is the right list, but does anyone know how to find out the user/group that apache is running as in debian ? Olly - The official User-To-User support forum of the Apache HTTP Server Project. See http:

[EMAIL PROTECTED] Control Panel

2007-07-09 Thread Oliver Marshall
Can anyone recommend a free/OS control panel for apache on linux that will allow for the quick setup of basic sites ? Ideally it would be good if it also created an ftp account in proftpd and a mysql DB as well. Doesn't need email setup or dns or anything. Any suggestions ? Olly -

[EMAIL PROTECTED] PHP files prompting to download

2007-07-09 Thread Oliver Marshall
Hi, Dunno what I've done, but I'm trying to setup a Mandriva based LAMP box to run a few minor sites. Done it before, with the same instrucitons, and its worked fine. However, this time round, the browser prompts me to download any PHP files I enter in the URL. HTML and HTM are all fine, its just

[EMAIL PROTECTED] Logging *everything* in access.log

2006-10-02 Thread Oliver Marshall
Does anyone know of a list of all the possible options of what to include in access.log ? We currently have the logfile format set to common, but I have been asked to enable logging of "*everything*". Is there a log format that will log all possible options ? Olly -

[EMAIL PROTECTED] Apache win32 log rotating

2006-09-07 Thread Oliver Marshall
Can anyone recommend a script or app or some other reliable method for rotating log files daily on a windows install of apache ? Thanks Olly - The official User-To-User support forum of the Apache HTTP Server Project. See http:

[EMAIL PROTECTED] Changing log file locations on a per site basis

2006-07-31 Thread Oliver Marshall
Anyone know how to change the log file location for each virtual site that's specified in the httpd.conf file ? I'm trying to get each site to log in to its own directory within the servers ftp site, but im not having much luck. Olly --

[EMAIL PROTECTED] Apache 2.2 and Joomla

2006-07-19 Thread Oliver Marshall
Anyone know of any issues with Joomla on Apache 2.2 ? I've managed to get the windows 2003 server up and working, and apache is serving up pages just fine. I thought it wasn't working at first until I realised that all the joomla oriented pages are just bringing up either a blank page or a "page

RE: [EMAIL PROTECTED] Apache 2 chaos

2006-07-18 Thread Oliver Marshall
fault virtualhosts are not enabled - even if you have added virtual host blocks... On 7/18/06, Oliver Marshall <[EMAIL PROTECTED]> wrote: > What a day ! A clients web designer decided to make some changes to the > conf file on our windows 2003 based apache box. Nothing terrible there, > but wh

RE: [EMAIL PROTECTED] Apache 2 chaos

2006-07-18 Thread Oliver Marshall
-k -f httpd.conf or something Oliver Marshall wrote: > What a day ! A clients web designer decided to make some changes to the > conf file on our windows 2003 based apache box. Nothing terrible there, > but when it didn't do what was wanted, and apache failed to load, they > de

[EMAIL PROTECTED] Apache 2 chaos

2006-07-18 Thread Oliver Marshall
What a day ! A clients web designer decided to make some changes to the conf file on our windows 2003 based apache box. Nothing terrible there, but when it didn't do what was wanted, and apache failed to load, they decided to start pulling files from the apache folder. When that didn't work, they d