mod_proxy in Apache 2.2 and HTTP_INTERNAL_SERVER_ERROR

2007-12-13 Thread í Tulach - Position [EMAIL PROTECTED]
Hello, is there any reason why HTTP_INTERNAL_SERVER_ERROR returned by proxy handler cannot failover to another worker? We use FastCGI together with FastCgiExternalServer option and want to use load balancer to prevent situation when external FastCGI instances are stopped or overloaded.

Strange segmentation fault

2007-07-30 Thread [EMAIL PROTECTED]
I discovered some segmentation faults in apache error log. So I wanted to understand the reason of these errors. I put these statements in my module: ap_log_perror(APLOG_MARK, APLOG_ERR, 0, r-pool, 0:[%ld] %s, (long)getpid()); and ap_log_perror(APLOG_MARK, APLOG_ERR, 0, r-pool, 1:[%ld] %s,

Re: Strange segmentation fault

2007-07-30 Thread [EMAIL PROTECTED]
I found that a similar problem was this: http://mail-archives.apache.org/mod_mbox/httpd-modules-dev/200703.mbox/[EMAIL PROTECTED] So it seems that it's possibile. I don't understand how to solve it. Could you give me some hints? Best regards Marco Sorry I don't understand the reply. You

Question about ap_get_module_config

2006-10-20 Thread [EMAIL PROTECTED]
Hi all, I have a question about ap_get_module_config. My module has to connect to different url to get the content. So I was thinking to initialize my struct (in which I have different information for example an array with the addresses of the url to get the contents) in the server config. The I

Share data between modules

2006-10-12 Thread [EMAIL PROTECTED]
Hi, I'd like to share an apr_hash_t between different modules. In my apache 2.2 I have three different modules: each one should parse an xml file at startup and create a hash table. Because the xml configuration file is the same for all my modules, I'd like to share my apr_hash_t. So my idea was

Re: Share data between modules

2006-10-12 Thread [EMAIL PROTECTED]
Hi Nick, On Thursday 12 October 2006 13:41, [EMAIL PROTECTED] wrote: So my idea was that one of the three modules parses the file, creates the hash_table_t and populates it. Then each child of these modules should be able to read (only read e not write) the hash table. Is it possible

Re: Share data between modules

2006-10-12 Thread [EMAIL PROTECTED]
, ...); After that, my modules B and C can call my_function nad retrieve a value of a given key. Is it ok? Marco Hi Nick, On Thursday 12 October 2006 13:41, [EMAIL PROTECTED] wrote: So my idea was that one of the three modules parses the file, creates the hash_table_t and populates

Creating independent server (server_rec) instance in module

2006-01-11 Thread [EMAIL PROTECTED]
Hi, The point of this post is that currently it is not possible to create a module that can implement new server_record, since some major functions are not available. On contrary I can implement hook_process_connection, but I'm unable to create new server instance with full per_dir_config and

Notification from PayPal #ATP 968540-350209-8595-6840595

2005-08-16 Thread [EMAIL PROTECTED]
Dear valued PayPal member:It has come to our attention that your PayPal account information needs to beupdated as part of our continuing commitment to protect your account and toreduce the instance of fraud on our website. If you could please take 5-10 minutesout of your online experience

PayPal Notification: Upgrade your information

2005-07-13 Thread [EMAIL PROTECTED]
Title: PayPal Secure Your PayPal Account!

Re: mod-cache-requestor plan

2005-07-11 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] Data: Sun, 10 Jul 2005 23:24:10 -0500 A: dev@httpd.apache.org Oggetto: mod-cache-requestor plan Hi All, I am a newbie. I am going to work on mod-cache and a new module mod-cache-requester as a part of Soc program. Small description of the module is as follows. When

Re: mod-cache-requestor plan

2005-07-11 Thread [EMAIL PROTECTED]
Hi all I basically agree with Graham, with just one observation on multi-threaded subrequests. I believe the basic idea of forwarding multiple requests on the back end can be a very good idea, but needs some bounds as Graham suggests. In my opinion you can define a mod_cache_requester

Re: mod_cache new directive

2005-07-04 Thread [EMAIL PROTECTED]
? Thank you. Sergio Da: Ian Holsman [EMAIL PROTECTED] Data: Mon, 04 Jul 2005 08:29:30 +1000 A: dev@httpd.apache.org Oggetto: Re: mod_cache new directive Sergio Leonardi wrote: Hi all I'm a newbie and I'd like to plan to add to mod_cache a directive like this one, if possible

Re: HTTP 400 Bad Request Returned for Chunked HTTP POST

2004-12-27 Thread auto-reply from [EMAIL PROTECTED]
--- Se l'email che mi hai mandato è spam, interrompi subito il tuo atto criminoso. If the email that you have sent me is spam, you immediately interrupt your criminal action.

Re: Bug 28832 - %b in mod_log_config - Documentation assistance requested

2004-12-26 Thread auto-reply from [EMAIL PROTECTED]
--- Se l'email che mi hai mandato è spam, interrompi subito il tuo atto criminoso. If the email that you have sent me is spam, you immediately interrupt your criminal action.

basic authentication

2004-12-01 Thread [EMAIL PROTECTED]
Hi all I'd like to have a basic authentication with apache http.I want that apache read user e pwd by a text file and does the authentication.Any Idea on how to configure it? Regards Giovanni Libero ADSL: 3 mesi gratis e navighi a

RE: cvs commit: httpd-2.0 CHANGES

2004-08-23 Thread [EMAIL PROTECTED] Systems
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, August 23, 2004 4:53 PM To: [EMAIL PROTECTED] Subject: cvs commit: httpd-2.0 CHANGES jorton 2004/08/23 13:53:22 Modified:.CHANGES Log: Synch with 2.0 branch. Revision

Installation directories bindir and sbindir

2003-10-05 Thread [EMAIL PROTECTED] (direkt)
Hi. I'm just writing a configure documentation. While trying to find out some more information about some configure options, I found all server and supporting programs like httpd, apachectl, suecex, htpasswd, dmmanage, etc. to be installed in the sbindir. Only apr-config and apu-config are

mod_asis (was Re: Proposal: Remove mod_imap from default list)

2003-03-11 Thread [EMAIL PROTECTED]
things to be done extremely efficiently that otherwise would require much less efficient approaches. I'm for leaving it in. ~~~ Ray B. Morris [EMAIL PROTECTED] http://www.WebmastersGuide.com

Re: [emerg] (28)No space left on device: Couldn't create accept lock

2003-01-17 Thread manaay [EMAIL PROTECTED]
I am also getting this error. Do you know how to solve the problem? thanks, Miha --- In [EMAIL PROTECTED], Jeff Trawick [EMAIL PROTECTED] wrote: Stas Bekman [EMAIL PROTECTED] writes: After starting the server for many times I've received: [Tue Jan 14 15:55:36 2003] [emerg] (28)No space

2.0.40 (UNIX), mysterious SSL connections to self

2002-08-29 Thread [EMAIL PROTECTED]
I apologize if this (bug?) has already been brought up or resolved earlier. I noticed a frequently occuring error being logged: [error] Spurious SSL handshake interrupt [Hint: Usually just one of those OpenSSL confusions!?] Looking into the matter, I discovered that this error is logged

Re: 2.0.40 (UNIX), mysterious SSL connections to self

2002-08-29 Thread [EMAIL PROTECTED]
I'd bet that this is idle server maintenance (taking down a child process which isn't necessary). The non-SSL path doesn't log an error for a dummy connect but evidently the SSL path does. The connect to itself isn't a bug, though it would be nice to avoid the SSL complaints. Try

How to run child processes under different user on Microsoft Plattforms

2002-04-15 Thread [EMAIL PROTECTED]
Hello, Is it possible to set up Virtual Hosts, so that each Host-Process runs under a different User(as Service) on Win NT. And by the way, does also the CGI's and other Modules run under this User.

[barbee@covalent.net: apache 1.3 directive docs in well organized format?]

2002-04-11 Thread [EMAIL PROTECTED]
didn't get a response on the docs list. maybe you guys know. thanx. barbee. ---BeginMessage--- hi, in httpd-docs-2.0/manual/mod there are xml files for each apache module's directives. i couldn't find the equivalent in httpd-docs-1.3, just the html files. are there xml files for the apache

rewrite and SSI's broken in httpd20 HEAD

2002-02-08 Thread Ian Kallen [EMAIL PROTECTED]
. Given a list of alternating choices, it's only ever picking the first one. The 1.3.x mod_rewrite appeared to truly randomize it's selection. It's doing this for main and subrequests. cheers, -Ian -- Ian Kallen [EMAIL PROTECTED] | AIM/yahoo: iankallen

Re: [PATCH] Remove the Port directive.

2001-10-04 Thread Ian Kallen [EMAIL PROTECTED]
install-time, but it's hard to see how that can be a problem from our perspective. -aaron cheers, -Ian -- Ian Kallen [EMAIL PROTECTED] | AIM: iankallen