Re: [users@httpd] Question re: httpd automatically stopping

2011-05-16 Thread Yehuda Katz
On Mon, May 16, 2011 at 9:31 PM, Matt Windsor wrote: > Every so often the httpd service on our server will stop – I’m not seeing > any attempts to automatically restart. Any thoughts? A friend of mine > recommended the apache userlist. J The only things of interest I’m > seeing in the error_l

[users@httpd] Question re: httpd automatically stopping

2011-05-16 Thread Matt Windsor
Every so often the httpd service on our server will stop - I'm not seeing any attempts to automatically restart. Any thoughts? A friend of mine recommended the apache userlist. J The only things of interest I'm seeing in the error_log are the following: PHP Warning: Directive 'safe_mode' i

[users@httpd] An Invitation to Neuroscientists and Physicists: Singapore Citizen Mr. Teo En Ming (Zhang Enming) Reports First Hand Account of Mind Intrusion and Mind Reading

2011-05-16 Thread Singapore Citizen Mr. Teo En Ming (Zhang Enming)
16 May 2011 Monday 7:28 P.M. Singapore Time For Immediate Release SINGAPORE, SINGAPORE - Singapore Citizen Mr. Teo En Ming (Zhang Enming) would like to report first hand account of mind intrusion and mind reading. I have been hearing voices for quite some time now but I have not been able to id

RE: [users@httpd] Module Execution

2011-05-16 Thread Jeff McGrath
Thanks Nick .. yes, a bit a of a hack. There is a web filter (TruePass) that decrypts a secure cookie and set some headers. I can customize ones of these headers with an UID that looks like it's coming from an Oracle Access Manager 10g implementation (OAM_REMOTE_USER). I need the Oracle filte

Re: [users@httpd] Problem with Files and Auth?

2011-05-16 Thread Knute Johnson
On 05/16/2011 09:05 AM, Tom Evans wrote: On Fri, May 13, 2011 at 3:57 PM, Knute Johnson wrote: ServerAdmin webmaster@localhost DocumentRoot /var/www Options FollowSymLinks AllowOverride None Options Ind

Re: [users@httpd] Apache modify source code

2011-05-16 Thread Mark Montague
On May 16, 2011 12:30 , marco wrote: As you told me, I have read how to use mod_perl. For my goal, as I expalin you in the previous mail, I can use mod perl to create an handler that will be executed corresponding to any phase of httpRequest. For example, the */PerlPostRequestHandler /*is ex

Re: [users@httpd] Apache modify source code

2011-05-16 Thread marco
Il 16/05/2011 17.25, Mark Montague ha scritto: Please don't reply privately (off-list); it deprives other people (both now and in the future) from the benefits of the discussion. On May 16, 2011 11:05 , marco wrote: I have a LAMP architecure and I want that when an http request must be ser

[users@httpd] ReadTimeout but Apache shows transaction successful

2011-05-16 Thread cbmg0507
Hoping that someone may have seen this before. We have Apache setup as a reverse proxy behind the public public internet. Very basic setup. Clients connect from the public internet through firewall to the Apache HTTP server that is reverse proxying the requests to our application servers. Inte

Re: [users@httpd] Problem with Files and Auth?

2011-05-16 Thread Tom Evans
On Fri, May 13, 2011 at 3:57 PM, Knute Johnson wrote: > >        ServerAdmin webmaster@localhost > >        DocumentRoot /var/www >         >                Options FollowSymLinks >                AllowOverride None >         >         >                Options Indexes FollowSymLinks MultiViews >

Re: [users@httpd] Apache modify source code

2011-05-16 Thread Nick Kew
On 16 May 2011, at 16:25, Mark Montague wrote: > Yes: I believe you could write a module to do this. (I'd have to do > research to be able to say exactly how, though). The advantage to doing this > in a module, instead of modifying httpd itself, is lower maintenance costs > when future vers

Re: [users@httpd] Problem with Files and Auth?

2011-05-16 Thread Knute Johnson
On 05/16/2011 08:49 AM, Knute Johnson wrote: On 05/16/2011 02:33 AM, Tom Evans wrote: On Fri, May 13, 2011 at 3:57 PM, Knute Johnson wrote: Log when requesting http:/localhost/ 127.0.0.1 - - [13/May/2011:07:53:54 -0700] "GET / HTTP/1.1" 401 618 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1

Re: [users@httpd] Problem with Files and Auth?

2011-05-16 Thread Knute Johnson
On 05/16/2011 02:33 AM, Tom Evans wrote: On Fri, May 13, 2011 at 3:57 PM, Knute Johnson wrote: Log when requesting http:/localhost/ 127.0.0.1 - - [13/May/2011:07:53:54 -0700] "GET / HTTP/1.1" 401 618 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110422 Ubuntu/10.10 (maveric

Re: [users@httpd] Apache modify source code

2011-05-16 Thread marco
Il 16/05/2011 17.25, Mark Montague ha scritto: Please don't reply privately (off-list); it deprives other people (both now and in the future) from the benefits of the discussion. Sorry but I have not done on purpose! On May 16, 2011 11:05 , marco wrote: I have a LAMP architecure and I want

Re: [users@httpd] Apache modify source code

2011-05-16 Thread Mark Montague
Please don't reply privately (off-list); it deprives other people (both now and in the future) from the benefits of the discussion. On May 16, 2011 11:05 , marco wrote: I have a LAMP architecure and I want that when an http request must be served, then the apache server (before the request

Re: Re: [users@httpd] Apache modify source code

2011-05-16 Thread Eric Covener
> Can you believe that this problem can be solved without modify > http_request.c file? Write a small module with a fixup hook that signals your daemon and blocks until the request can continue. - The official User-To-User suppor

Fwd: Re: [users@httpd] Apache modify source code

2011-05-16 Thread marco
Messaggio originale Oggetto:Re: [users@httpd] Apache modify source code Data: Mon, 16 May 2011 17:05:16 +0200 Mittente: marco A: Mark Montague Il 16/05/2011 16.56, Mark Montague ha scritto: On May 16, 2011 10:49 , marco wrote: I want to ask you i

Re: [users@httpd] Apache modify source code

2011-05-16 Thread Mark Montague
On May 16, 2011 10:49 , marco wrote: I want to ask you if someone have tried to modify apache source code. Yes. Can I modify code after installation or I need to recompile all apache source files? Apache HTTP Server is written in C. This means that you need to recompile anything that is

[users@httpd] Apache modify source code

2011-05-16 Thread marco
Hi all, I want to ask you if someone have tried to modify apache source code. Can I modify code after installation or I need to recompile all apache source files? P.S: In particular I want to modify http_request.c file (and I want to insert into it a routine called from ap_process_request() func

Re: [users@httpd] Module Execution

2011-05-16 Thread Nick Kew
On 16 May 2011, at 14:52, Jeff McGrath wrote: > Good morning ... I'm trying to levarage two different authentication modules > in our Apache 2.2 (Solaris 10/64 bit) as part of a POC. I need to ensure one > fires first as I need to set a header for the second filter to consume. > Unfortunately,

Re: [users@httpd] Large file downloads certification, do not use PHP, and use apache authentication

2011-05-16 Thread Ben Timby
2011/5/16 孙俊 : > I think this situation is common Look into mod_xsendfile. You can do the authentication using PHP, then instead of sending the file, simply send a header to apache, which will cause it to send the file on your behalf. --

[users@httpd] Module Execution

2011-05-16 Thread Jeff McGrath
Good morning ... I'm trying to levarage two different authentication modules in our Apache 2.2 (Solaris 10/64 bit) as part of a POC. I need to ensure one fires first as I need to set a header for the second filter to consume. Unfortunately, the second (Access Manager) keeps executing first ... An

Re: [users@httpd] Problem with Files and Auth?

2011-05-16 Thread Tom Evans
On Fri, May 13, 2011 at 3:57 PM, Knute Johnson wrote: > Log when requesting http:/localhost/ > > 127.0.0.1 - - [13/May/2011:07:53:54 -0700] "GET / HTTP/1.1" 401 618 "-" > "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110422 > Ubuntu/10.10 (maverick) Firefox/3.6.17" > 127.0.0.1 - -

Re: [users@httpd] Large file downloads certification, do not use PHP, and use apache authentication

2011-05-16 Thread Sharl.Jimh.Tsin
check mod_auth module. 阿帕奇有这个功能,你找找。 在 2011-5-16 下午1:41,"孙俊" 写道: > I think this situation is common > > After logging in to the application, access a file link. > php comparing the relevant permissions correctly, the file is loaded into > memory, then sent to the client. > If this file is how to d