Re: [EMAIL PROTECTED] caught SIGTERM, shutting down

2007-04-25 Thread Sreedhar S
Hi William, Thanks for the reply. "SIGTERM means it was deliberately shut down by it's administrator or the operating system" I checked with the administrator and she did not shutdown. How does an operating system shutdown the Apache server? You mean to say, is there any process in operating sy

Re: [EMAIL PROTECTED] caught SIGTERM, shutting down

2007-04-25 Thread William A. Rowe, Jr.
Sreedhar S wrote: > > We have Jboss clustered environment with Apache installed on the main > server. For the past few days I've observerd Apache web server going > down couple of times in a week and hence users were not able to login. > I had to restart Apache. I checked the logs and in error_log

[EMAIL PROTECTED] caught SIGTERM, shutting down

2007-04-25 Thread Sreedhar S
Hey List, We have Jboss clustered environment with Apache installed on the main server. For the past few days I've observerd Apache web server going down couple of times in a week and hence users were not able to login. I had to restart Apache. I checked the logs and in error_log I found the foll

[EMAIL PROTECTED] Apache module <----SSL-----> MySQL

2007-04-25 Thread Naveen Rawat
Hi, 1. Please tell me, if it is possible for an Apache (--enable-mods-shared=all --enable-ssl=shared --enable-so) module to interact with a SSL-enabled MySQL (--with-openssl=)? 2. If yes, then considering that I have got required keys/certificates for both the client, server and the CA, what

[EMAIL PROTECTED] Re: hack to provide "single username/password store" appearance to another app

2007-04-25 Thread Dmitri Colebatch
Sorry - I'd been experimenting, my filter isn't: On 4/26/07, Dmitri Colebatch <[EMAIL PROTECTED]> wrote: sub handler : FilterConnectionHandler { print STDERR "test\n"; Apache::Const::OK; } 1; bug is: sub handler : FilterConnectionHandl

[EMAIL PROTECTED] hack to provide "single username/password store" appearance to another app

2007-04-25 Thread Dmitri Colebatch
Hi all, I've been asked to provide a proxy that authenticates users against our LDAP tree, and then proxies their requests to an external system that requires a different password (for the same user). I can do this with a hardcoded username/password for the external system like this:

[EMAIL PROTECTED] Request buffering with mod_proxy

2007-04-25 Thread wi
Hi all Could anyone say to what degree mod_proxy buffers a request prior to passing it on? Thanks Wayne -- 2X7 -> %A-3+ -> %K-7+ -> %9-?+ -> %Q-8 -> ?9-?9+

Re: [EMAIL PROTECTED] apache2 not updating files

2007-04-25 Thread Richard Dunne
I cleared the cache. The last date modified in windows explorer is todays date april 24. The date last modified in apache is april 22. Its only if I move the files to another dir that the date seems to change. - Original Message From: Joshua Slive <[EMAIL PROTECTED]> To: users@httpd.

[EMAIL PROTECTED] Re: Trouble starting Apache HTTP Server

2007-04-25 Thread Robert T Wyatt
Raju Chandran wrote: > Hi all, > I am trying to configure my standalone Apache server 2.2 in my Mac OS > > I am able to compile and install Apache HTTP Server 2.2.4 source tree > (downloaded for UNix) for my Mac OS server without enabling any features > (modules) > > I followed the guidelines giv

Re: [EMAIL PROTECTED] Apache 2.2.23 with IPV6

2007-04-25 Thread Colm MacCarthaigh
On Wed, Apr 25, 2007 at 03:30:19PM -0500, William A. Rowe, Jr. wrote: > Colm MacCarthaigh wrote: > > On Tue, Apr 24, 2007 at 04:42:38AM -0500, William A. Rowe, Jr. wrote: > >> Dunno if anyone else has built httpd/apr for IPv6 as a binary, > >> I haven't (not for distribution, in any case). > > > >

Re: [EMAIL PROTECTED] Apache 2.2.23 with IPV6

2007-04-25 Thread William A. Rowe, Jr.
Colm MacCarthaigh wrote: > On Tue, Apr 24, 2007 at 04:42:38AM -0500, William A. Rowe, Jr. wrote: >> Dunno if anyone else has built httpd/apr for IPv6 as a binary, >> I haven't (not for distribution, in any case). > > I've been building httpd/apr with IPv6 on windows for years, including > the late

Re: [EMAIL PROTECTED] Segmentation fault in Apache

2007-04-25 Thread William A. Rowe, Jr.
Joshua Slive wrote: > > As always with seg faults, if you don't have any other ideas, you need > to debug: > http://httpd.apache.org/dev/debugging.html#crashes Actually we don't mind debugging - after you've follwed the instructions above to give us a backtrace of the crash to chew on :) ---

Re: [EMAIL PROTECTED] Apache 2.2.23 with IPV6

2007-04-25 Thread Colm MacCarthaigh
On Wed, Apr 25, 2007 at 10:04:09PM +0200, Johnny Kewl wrote: > Is there a site with win32 IPv6 builds of Apache?? Not that I'm aware of, I've definitely never uploaded my builds, but build instructions are at; http://httpd.apache.org/docs/2.2/platform/win_compiling.html Last time I tested

Re: [EMAIL PROTECTED] Apache 2.2.23 with IPV6

2007-04-25 Thread Johnny Kewl
Is there a site with win32 IPv6 builds of Apache?? - Original Message - From: "Colm MacCarthaigh" <[EMAIL PROTECTED]> To: Sent: Wednesday, April 25, 2007 9:31 PM Subject: Re: [EMAIL PROTECTED] Apache 2.2.23 with IPV6 On Tue, Apr 24, 2007 at 04:42:38AM -0500, William A. Rowe, J

Re: [EMAIL PROTECTED] Chunked transfers from client to server

2007-04-25 Thread strawks
On mer, 2007-04-25 at 14:36 -0400, Joshua Slive wrote: > On 4/25/07, Draks Draks <[EMAIL PROTECTED]> wrote: > > Hello all, > > > > I need to POST files to an Apache server (version 2.0.58) using the chunked > > transfer mode. However my PHP script doesn't seem to receive anything. I > > have tested

Re: [EMAIL PROTECTED] apache2 not updating files

2007-04-25 Thread Joshua Slive
On 4/25/07, Richard Dunne <[EMAIL PROTECTED]> wrote: Last date modified is listed in my directory http://localhost/Project I have attached a word attachment with a snapshot of the directory The files are on my laptop, not a public/company server. I am not using mod_cache, not familiar with this

Re: [EMAIL PROTECTED] apache reverse proxy query

2007-04-25 Thread Fred Sanfrod
will peruse this evening - thanks for the tip... Nick Kew <[EMAIL PROTECTED]> wrote: On Wed, 25 Apr 2007 06:21:47 -0700 (PDT) Fred Sanfrod wrote: > can someone please tell me what am I > missing? It's more likely you're trying something too complex (probably with mod_rewrite) than that you're m

Re: [EMAIL PROTECTED] apache reverse proxy query

2007-04-25 Thread Fred Sanfrod
no - i haven't: will spend the evening immersed. thnx j k <[EMAIL PROTECTED]> wrote: On 4/25/07, Nick Kew <[EMAIL PROTECTED]> wrote: On Wed, 25 Apr 2007 06:21:47 -0700 (PDT) Fred Sanfrod <[EMAIL PROTECTED]> wrote: > can someone please tell me what am I > missing? It's more likely

Re: [EMAIL PROTECTED] apache2 not updating files

2007-04-25 Thread Joshua Slive
On 4/25/07, Richard Dunne <[EMAIL PROTECTED]> wrote: Joshua, can you resend, I can't find your mail, might have deleted by mistake, thanks. http://mail-archives.apache.org/mod_mbox/httpd-users/200704.mbox/[EMAIL PROTECTED] -

Re: [EMAIL PROTECTED] Apache 2.2.23 with IPV6

2007-04-25 Thread Colm MacCarthaigh
On Tue, Apr 24, 2007 at 06:23:27AM -0500, Jess Holle wrote: > My group will need to build such a binary in the not *too* distant > future (e.g. yet this calendar year for sure). Eh, just build it yourself then :-) -- Colm MacCárthaighPublic Key: [EMAIL PROTECTED] -

Re: [EMAIL PROTECTED] Apache 2.2.23 with IPV6

2007-04-25 Thread Colm MacCarthaigh
On Tue, Apr 24, 2007 at 04:42:38AM -0500, William A. Rowe, Jr. wrote: > Dunno if anyone else has built httpd/apr for IPv6 as a binary, > I haven't (not for distribution, in any case). I've been building httpd/apr with IPv6 on windows for years, including the latest versions of both, and they work

Re: [EMAIL PROTECTED] apache2 not updating files

2007-04-25 Thread Richard Dunne
Joshua, can you resend, I can't find your mail, might have deleted by mistake, thanks. - Original Message From: Joshua Slive <[EMAIL PROTECTED]> To: users@httpd.apache.org Sent: Wednesday, April 25, 2007 7:44:40 PM Subject: Re: [EMAIL PROTECTED] apache2 not updating files On 4/24/07, R

Re: [EMAIL PROTECTED] Help with mod_rewrite ..

2007-04-25 Thread Joseph Silverman
I should tell everyone what it turned out to be, namely, the behind the scenes apache delivery of the uri /error/ HTTP_UNAUTHORIZED.html.var to handle the Auth access rules - which would be rewritten as /dir/, ad infinitum. Changing the RewriteRule to: RewriteRule !^(/dir|/error/HTTP_U

Re: [EMAIL PROTECTED] apache2 not updating files

2007-04-25 Thread Joshua Slive
On 4/24/07, Richard Dunne <[EMAIL PROTECTED]> wrote: Sorry for any confusion, I have apache2 installed on my laptop. When I view the files listed at http://localhost/Project in both IE and firefox, the last modified date of the file that I edited today shows sundays date, 22nd of april. You

Re: [EMAIL PROTECTED] Segmentation fault in Apache

2007-04-25 Thread Joshua Slive
On 4/23/07, Diego F. Fernandez <[EMAIL PROTECTED]> wrote: It would be thankful to who can help me with these errors that leave in log of apache. [Mon Apr 23 11:35:52 2007] [notice] child pid 26936 exit signal Segmentation fault (11) *** glibc detected *** /usr/sbin/httpd: corrupted double-linked

Re: [EMAIL PROTECTED] Change Response header

2007-04-25 Thread Joshua Slive
On 4/25/07, Dummy <[EMAIL PROTECTED]> wrote: When I make a request to my local server, I always receive a response header like this: HTTP/1.1 200 OK Date: Wed, 25 Apr 2007 18:31:04 GMT Server: Apache/2.0.55 (Win32) PHP/5.2.0 How can I change the infomation in these attributes from Apach

Re: [EMAIL PROTECTED] Chunked transfers from client to server

2007-04-25 Thread Joshua Slive
On 4/25/07, Draks Draks <[EMAIL PROTECTED]> wrote: Hello all, I need to POST files to an Apache server (version 2.0.58) using the chunked transfer mode. However my PHP script doesn't seem to receive anything. I have tested with another server (2.2.3) and it works fine. Does anybody know what is

[EMAIL PROTECTED] Change Response header

2007-04-25 Thread Dummy
When I make a request to my local server, I always receive a response header like this: HTTP/1.1 200 OK Date: Wed, 25 Apr 2007 18:31:04 GMT Server: Apache/2.0.55 (Win32) PHP/5.2.0 Content-Location: index.html.en Vary: negotiate,accept-language,accept-charset TCN: choice Last-Modified: Sat, 2

Re: [EMAIL PROTECTED] apache reverse proxy query

2007-04-25 Thread j k
On 4/25/07, Nick Kew <[EMAIL PROTECTED]> wrote: On Wed, 25 Apr 2007 06:21:47 -0700 (PDT) Fred Sanfrod <[EMAIL PROTECTED]> wrote: > can someone please tell me what am I > missing? It's more likely you're trying something too complex (probably with mod_rewrite) than that you're missing somethin

Re: [EMAIL PROTECTED] apache reverse proxy query

2007-04-25 Thread Nick Kew
On Wed, 25 Apr 2007 06:21:47 -0700 (PDT) Fred Sanfrod <[EMAIL PROTECTED]> wrote: > can someone please tell me what am I > missing? It's more likely you're trying something too complex (probably with mod_rewrite) than that you're missing something. Either that or the description is deeply confuse

Re: [EMAIL PROTECTED] Trouble starting Apache HTTP Server

2007-04-25 Thread Robert T Wyatt
Raju Chandran wrote: > 1) I tried to start the server using "apachectl start" Instead try "sudo apachectl start" or "sudo apachectl graceful" You'll be prompted for your admin password. - The official User-To-User support forum

Re: [EMAIL PROTECTED] URL escape characters [was: Re: apostrophe character reference?]

2007-04-25 Thread Robert T Wyatt
Ach! Thank you! [EMAIL PROTECTED] wrote: > news <[EMAIL PROTECTED]> wrote on 24/04/2007 21:26:51: > >> I would however like to know if anyone knows of a *list* of the escape >> characters used in URLs (like %20 to indicate a space character or >> %7E--I think it is--for the tilde character, for

[EMAIL PROTECTED] apache reverse proxy query

2007-04-25 Thread Fred Sanfrod
it will become rapidly obvious, but I am new to the Apache server: i had a need to use a reverse proxy, so I installed and configured Apache: it works well, happily displaying the content of the web server i'm protecting. i added authentication by uncommenting the proper mod and am using our ins

Re: [EMAIL PROTECTED] Logging problem using mod_proxy and UsePreserveHost

2007-04-25 Thread Joshua Slive
On 4/25/07, Foster, Stephen (ASPIRE) <[EMAIL PROTECTED]> wrote: This format works fine and logs the client IP and the host that the request is intended to go to for locally served content such as gif's etc. However for objects that get proxied of to the other backend servers i get a log entry

[EMAIL PROTECTED] Re: Trouble starting Apache HTTP Server

2007-04-25 Thread Raju Chandran
Hi all, I am able to compile all modules as DSO using ./configure --prefix=PREFIX --enable-mods-shared=all its now creating all the modules (.so extension) under the modules directory. Now I am again trying to start my server using 'httpd' But this time I am getting error like this : httpd -

Re: [EMAIL PROTECTED] URL escape characters [was: Re: apostrophe character reference?]

2007-04-25 Thread Jens . Heinemann
news <[EMAIL PROTECTED]> wrote on 24/04/2007 21:26:51: > I would however like to know if anyone knows of a *list* of the escape > characters used in URLs (like %20 to indicate a space character or > %7E--I think it is--for the tilde character, for instance). http://www.google.com/search?q=url+enc

[EMAIL PROTECTED] Trouble starting Apache HTTP Server

2007-04-25 Thread Raju Chandran
Hi all, I am trying to configure my standalone Apache server 2.2 in my Mac OS I am able to compile and install Apache HTTP Server 2.2.4 source tree (downloaded for UNix) for my Mac OS server without enabling any features (modules) I followed the guidelines given http://httpd.apache.org/docs/2.2

[EMAIL PROTECTED] Logging problem using mod_proxy and UsePreserveHost

2007-04-25 Thread Foster, Stephen \(ASPIRE\)
Hi all, i am utilising mod_proxy to serve locally held static content but to proxy any other requests to a different service. This works fine however i am having problems with the logging of requests. I have set up my logging format to pick up the client IP address from the headers as the reque

[EMAIL PROTECTED] Chunked transfers from client to server

2007-04-25 Thread Draks Draks
Hello all, I need to POST files to an Apache server (version 2.0.58) using the chunked transfer mode. However my PHP script doesn't seem to receive anything. I have tested with another server (2.2.3) and it works fine. Does anybody know what is the problem here? Any help would be appreciated.

Re: [EMAIL PROTECTED] Problem with mod_proxy_ajp with apache2.2+tomcat5.5

2007-04-25 Thread aordin
SOLVED!!! The problem was the redirections into VirtualHost, because "/" was changed always to "/mypp" and for this, in the url the name is double. One quick solution is(i'm working in one best with mod_rewrite): ServerName www.myportal.com ProxyRequests Off Order deny,allow