[users@httpd] replacement for mod_layout ?

2012-09-12 Thread Harald Falkenberg
Hello, we have to upgrade a very old apache 1.3 installation, which uses mod_layout. There is an mod_layout module version for apache 2.x. I'm able to compile and link it, but it seems to crash httpd processes as soon as mod_layout rules were used. Due to the lack of support for this

[us...@httpd] tool for viewing http headers send by browser

2010-10-19 Thread Harald Falkenberg
Hi, does somebody know how to view all detailed http headers send by a browser via apache server itself or another tool? For firefox I found an add-on. But I need something which I can run out-side a browser and what is not restricted/related to a certain type of browser. Any help/hint is

Re: [us...@httpd] strange behaviour during httpd start: chown operation 1 pro second

2010-07-03 Thread Harald Falkenberg
Covener wrote: On Fri, Jul 2, 2010 at 5:50 PM, Harald Falkenberg harald.falkenb...@desy.de wrote: Hello, I'm using apache server 1.3.41 on a solaris 10 system (x86). in httpd.conf I set:        ...        MinSpareServers 10        MaxSpareServers 90        StartServers 90        MaxClients 90

[us...@httpd] strange behaviour during httpd start: chown operation 1 pro second

2010-07-02 Thread Harald Falkenberg
Hello, I'm using apache server 1.3.41 on a solaris 10 system (x86). in httpd.conf I set: ... MinSpareServers 10 MaxSpareServers 90 StartServers 90 MaxClients 90 ... When starting apache via 'apachectl start' I see that these 90 processes were

[us...@httpd] observed delay for changing process owner

2010-02-15 Thread Harald Falkenberg
Hello, I use apache 1.3.41 on a solaris sparc system. Since quite a while I was wondering, why the httpd processes startup very quickly, but do not serve any request for 60 until 90 seconds. Now I observed, that it takes a long time to change the onwership of the processes, which I set via

Re: [us...@httpd] observed delay for changing process owner

2010-02-15 Thread Harald Falkenberg
that the ownership changes from root to the configured user in httpd.conf. regards Harald On Mon, 15 Feb 2010, Eric Covener wrote: On Mon, Feb 15, 2010 at 10:43 AM, Harald Falkenberg harald.falkenb...@desy.de wrote: Hello, I use apache 1.3.41 on a solaris sparc system. Since quite

[us...@httpd] web servers behind a load-balancer

2009-02-11 Thread Harald Falkenberg
Hallo, I like to study concepts of how to build up and run a farm of web servers behind a load-balancer. What things I have to be aware and how to administrate a farm of apache servers, to keep their configuration equal. Please point me to recommandable nice how-tos or best-practice papers.

[us...@httpd] Redirection from http to https and sslrequiressl in .htaccess

2009-02-11 Thread Harald Falkenberg
Hi, I'm looking for a way to redirect parts of a url tree from a http talking virtual host to a https talking virtual host. RedirectMatch or ReWrite Rules work in principal, but I have also a .htaccess file with the rule sslrequiressl rule on the non https vh server, which is checked

Re: AW: AW: [EMAIL PROTECTED] Stripping or setting certain http response headerrs

2008-10-30 Thread Harald Falkenberg
-Ursprüngliche Nachricht- Von: Harald Falkenberg [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 29. Oktober 2008 15:14 An: Folini Christian, IT222 extern Cc: users@httpd.apache.org Betreff: Re: AW: [EMAIL PROTECTED] Stripping or setting certain http response headerrs Hi, yes, I

[us...@httpd] q: transfer encoding request header te: chunked

2008-10-30 Thread Harald Falkenberg
to the apache cache, and all request were send to the back-end web servers (like using force reload in the browser). Can the header te: chunked explain such behaviour or is there something else wrong? regards Harald Falkenberg and requests always

Re: AW: [EMAIL PROTECTED] Stripping or setting certain http response headerrs

2008-10-29 Thread Harald Falkenberg
Hi, yes, I saw it already. But how to change http response headers only in certain cases? For certain user agents? If you can give me an example, that would be nice. regards Harald - The official User-To-User support

Re: [EMAIL PROTECTED] occasional segmentation fault during access to php pages

2006-03-15 Thread Harald Falkenberg
Hallo, the mentioned backtrace mod looks interesting. Unfortunately it is not available for solaris. Is there something simular or has somebody another idea to this problem. regards Harald On Tue, 14 Mar 2006, Harald Falkenberg wrote: Hallo Nick, thank you for the hint. We get

[EMAIL PROTECTED] occasional segmentation fault during access to php pages

2006-03-14 Thread Harald Falkenberg
Hallo, we are using apache 2.2.0 with php 5.1.1 (including access to Oracle database) on an solaris 10 machine. We noticed, that always a couple of request to the php pages lead to segmentation faults as we verified in the error log. A reload of the requested page works often without any problem.

Re: [EMAIL PROTECTED] occasional segmentation fault during access to php pages

2006-03-14 Thread Harald Falkenberg
, Harald Falkenberg wrote: Hallo, we are using apache 2.2.0 with php 5.1.1 (including access to Oracle database) on an solaris 10 machine. We noticed, that always a couple of request to the php pages lead to segmentation faults as we verified in the error log. A reload of the requested

[EMAIL PROTECTED] apache 1.3.33, php 4.3.6, solaris 8 - file open problem?

2006-03-13 Thread Harald Falkenberg
Hallo, we are using apache 1.3.33 wiht php 4.3.6 on solaris 8. php is build with Oracle access. Everything works fine. Unefortunately we get from time to time problems to access the database just in side php. All other scripts work fine against the db. A reload of the same php page often works

[EMAIL PROTECTED] Problem compiling 2.2.0 on solaris 8 with enabling so

2006-01-23 Thread Harald Falkenberg
Hallo, I'm trying to compile httpd 2.2.0 on solaris 8 and enabling shared libs via using the configuration: ./configure --prefix=/home/www/httpd-serv_2.2.0/ --enable-so The configuration, make and make install steps seem to run without problems. But when I try to start the server

RE: [EMAIL PROTECTED] text browser with javascript on linux/solaris

2005-12-21 Thread Harald Falkenberg
Hallo, thanks for the hint. Is this a standard feature or can you give me more information how to enable emacs doing this? Thanks in advance! Harald On Wed, 21 Dec 2005, Axel-Stéphane SMORGRAV wrote: What about emacs ?? mvh -ascs -Original Message- From: Harald Falkenberg

[EMAIL PROTECTED] text browser with javascript on linux/solaris

2005-12-18 Thread Harald Falkenberg
Hallo, I'm looking for a text browser (like lynx/w3m), which supports the use of javascript. I found some hints on the net, that the w3m developers made some efforts to achieve this, but found no such version or a recipe how to cook it. - Does anybody on this list know about such browsers? The

RE: [EMAIL PROTECTED] Re: How to solve this descriptor problem on solaris 8 and apache 1.3.33

2005-08-24 Thread Harald Falkenberg
? bye Harald On Thu, 18 Aug 2005, Harald Falkenberg wrote: Hallo, in the error log of the apache server (version 1.3.33) I noticed the following lines: [Wed Aug 17 12:48:49 2005] [warn] send body: filedescriptor (1220) larger than FD_SETSIZE (1024) found, you probably need

[EMAIL PROTECTED] Re: How to solve this descriptor problem on solaris 8 and apache 1.3.33

2005-08-21 Thread Harald Falkenberg
Hallo, is there nobody on the list who can point me to the necessary steps to solve the problem? bye Harald On Thu, 18 Aug 2005, Harald Falkenberg wrote: Hallo, in the error log of the apache server (version 1.3.33) I noticed the following lines: [Wed Aug 17 12:48:49 2005] [warn

Re: [EMAIL PROTECTED] Re: How to solve this descriptor problem on solaris 8 and apache 1.3.33

2005-08-21 Thread Harald Falkenberg
, On Son 21.08.2005 12:38, Harald Falkenberg wrote: is there nobody on the list who can point me to the necessary steps to solve the problem? export this Var in your shell before you call the ./configure file: CFLAGS=-DFD_SETSIZE=2048 Have you read http://httpd.apache.org/docs/1.3

[EMAIL PROTECTED] How to solve this descriptor problem on solaris 8 and apache 1.3.33

2005-08-18 Thread Harald Falkenberg
Hallo, in the error log of the apache server (version 1.3.33) I noticed the following lines: [Wed Aug 17 12:48:49 2005] [warn] send body: filedescriptor (1220) larger than FD_SETSIZE (1024) found, you probably need to rebuild Apache with a larger FD_SETSIZE The server is configured with 70