Re: [users@httpd] Quite consistent SEG FAULT because of logrotate (apache 2.0.54)

2005-07-08 Thread James A
Btw, I uses latest PHP 4.3.11 --- James A <[EMAIL PROTECTED]> wrote: > I upgraded my web server from 2.0.49 to 2.0.54 because sometimes it died, seg > fault. > > But the 2.0.54 does not help. Here is the log taken from > /var/log/http/error_log, OS = RedHat > 9.0 > (RAM = 1 GB, CPU = Pentium 4

[users@httpd] Quite consistent SEG FAULT because of logrotate (apache 2.0.54)

2005-07-08 Thread James A
I upgraded my web server from 2.0.49 to 2.0.54 because sometimes it died, seg fault. But the 2.0.54 does not help. Here is the log taken from /var/log/http/error_log, OS = RedHat 9.0 (RAM = 1 GB, CPU = Pentium 4 2000 MHz) : [Sun Jul 03 04:02:03 2005] [notice] SIGHUP received. Attempting to res

[users@httpd] Trouble upgrading from httpd 2.0.53 to 2.0.54 on win2k3

2005-07-08 Thread Maxim Vexler
Hello to everyone, I'm having trouble with the upgrade and would appreciate some help / advice on the subject. I'm trying to upgrade our working httpd server software from 2.0.53 to the latest 2.0.54 using the following command : msiexec /I apache_2.0.54-win32-x86-no_ssl.msi /L*v ApacheInstall.lo

[users@httpd] Apache2.1.6: failed to enable APR_TPC_DEFER_ACCEPT

2005-07-08 Thread Juan Noguera
Hello, I just installed Apache2.1.6[alpha] on a Mac G3 (PPC) running a fully updated Debian Linux. It compiled ok (no error). However, when trying to start it (apachectl start) I get the following error: (92)Protocol not available: failed to enable APR_TPC_DEFER_ACCEPT I have done a quick se

Re: [users@httpd] Application interfacing to WebPage

2005-07-08 Thread Alf C Stockton
On Fri, 8 Jul 2005, Davide Bianchi wrote: Alf C Stockton wrote: How do I now get an interface between the above application and my web pages. Have your application open a socket and send an http request to the web server. Can you give me more detail please. Especially as to what the "http re

RE: [users@httpd] Apache proxying

2005-07-08 Thread Boyle Owen
> -Original Message- > From: Anthony Browne [mailto:[EMAIL PROTECTED] > Sent: Freitag, 8. Juli 2005 14:41 > To: users@httpd.apache.org > Cc: [EMAIL PROTECTED] > Subject: [EMAIL PROTECTED] Apache proxying > > > > > Briefly, the questions I need quick answers to are: A quick answer is y

RE: [users@httpd] Apache 2.0.54 - Can't get it to run on Solaris 5.8

2005-07-08 Thread Nash, Marty
This issue has been resolved. However, initially, I just installed Apache as it was suppose to be a compiled version that just installed into /usr/local/apache2. -Original Message- From: Minnesota Slinky [mailto:[EMAIL PROTECTED] Sent: Friday, July 08, 2005 10:18 AM To: users@httpd.ap

Re: [EMAIL PROTECTED] Apache 2.0.54 - Can't get it to run on Solaris 5.8

2005-07-08 Thread Minnesota Slinky
Did you just install apache, or did you take the time to run through the configuration as well? Eric On 7/7/05, Axel-Stéphane SMORGRAV <[EMAIL PROTECTED]> wrote: > Could you post the contents of your /etc/nsswitch.conf and /etc/resolv.conf ? > (You may anonymise the IP addresses) > > -ascs >

Re: [users@httpd] Apache 2.0.54 won't compile with OpenSSL 0.9.8

2005-07-08 Thread Minnesota Slinky
Awww, I was hoping this was the start of a beautiful OS war. /me pulls out his FreeBSD 5.4 guns... ;) On 7/7/05, Carsten Gaebler <[EMAIL PROTECTED]> wrote: > On 07/06/2005 05:27 PM, Ed Elliott wrote: > > > > > > #ifndef PEM_F_DEF_CALLBACK > > + #ifdef PEM_F_PEM_DEF_CALLBACK > > + /* In OpenSS

Re: [users@httpd] Apache not catching DNS

2005-07-08 Thread Minnesota Slinky
I would recommend doing an nslookup or dig on the hostname you think that server should have. Next, make sure the ip address on the external NIC matches what DNS is returning. If this is all correct and things correlate, you've probably got a problem with Apache OR there's a problem with some rou

Re: [users@httpd] Application interfacing to WebPage

2005-07-08 Thread Davide Bianchi
Alf C Stockton wrote: > How do I now get an interface between the above application and my web > pages. Have your application open a socket and send an http request to the web server. Davide - The official User-To-User support f

[users@httpd] Application interfacing to WebPage

2005-07-08 Thread Alf C Stockton
I have a system in place based on browser(Firefox) technology to which a card reader needs to be added. The card reader will be on the workstations. The workstation has no keyboard or mouse just a touch screen & now a card reader. Effectively a web based(intranet) Kiosk. I have a program writ

[users@httpd] Apache proxying

2005-07-08 Thread Anthony Browne
Briefly, the questions I need quick answers to are: Can Apache be configured to directly proxy a request for content on a remote server to the machine routing requests to the Internet (the ‘connection’ to the Internet) after looking for, and not finding, static content on the hard drive?. Ano

[users@httpd] Chunked encoding handling in reverse proxy

2005-07-08 Thread satinders
Title: Chunked encoding handling in reverse proxy Hi,     I am trying to protect client-server application through Apache reverse proxy.  My server is protected behind apache reverse proxy and client is standalone application that can access server through internet. The client-server commu

Re: [EMAIL PROTECTED] Patch for Apache 2.0.54 Request Smuggling Vulnerability

2005-07-08 Thread Aman Raheja
Do we expect a public availability of 2.0.55 on apache's website which has the bug fix for http://www.securityfocus.com/bid/14106 SecurityFocus says it is available in svn repository but all I find, updated 2 hours back is that the vulnerability has been assigned a CAN (http://svn.apache.org/vie

Re: [users@httpd] Virtual host question- Webserver

2005-07-08 Thread Davide Bianchi
Loganathan Ramasamy wrote: > Let us assume my hostnames 2287 and 2288 . How should I go about > creating a > > I tried the following is it correct ? Nope. You should have something like: NameVirtualHost *:80 ServerName BLRD2287 DocumentRoot /www/docs/dummy-host.example.com Server

RE: [users@httpd] Virtual host question- Webserver

2005-07-08 Thread Loganathan Ramasamy
Davide, Let us assume my hostnames 2287 and 2288 . How should I go about creating a I tried the following is it correct ? NameVirtualHost *:80 ServerName BLRD2287 DocumentRoot /www/docs/dummy-host.example.com ServerName BLRD2288 DocumentRoot /www/docs/dummy-host.example.com

Re: [users@httpd] Virtual host question- Webserver

2005-07-08 Thread Davide Bianchi
Loganathan Ramasamy wrote: > version of my application and I can access my application using the > following two URLs > > http://blrd2287:9080/RPM > http://blrd2287:9081/RPM > > As you might have noticed the domain name “blrd2287” is same for both > the URLs, So I am really confused about creatin

[users@httpd] Virtual host question- Webserver

2005-07-08 Thread Loganathan Ramasamy
  I have two instances of Websphere application server running in my box having single web server [ I-H-S] , both instances are having different version of my application and I can access my application using the following two URLs   http://blrd2287:9080/RPM http://blrd2287:9081/RPM  

[users@httpd] Rewrites in .htaccess work with http but not https?

2005-07-08 Thread Markus Mayer
Hallo Everybody! :-) I have a really strange problem for which I can't find a solution. I have a .htaccess file with a simple rewrite rule in it which right now just rewrites from one non existent file to an existing file (see below). These rules work fine when I call up the pages through a ht

Re: [users@httpd] Error message

2005-07-08 Thread Krist van Besien
On 7/8/05, Boyle Owen <[EMAIL PROTECTED]> wrote: > > I did truncate the referer part thoug (as it was quite long). Could it > > be that the referrer contains illegal characters? > > You already sent this reply - did you mean to add something? > > What do you mean about truncating the Referer? I

RE: [users@httpd] Error message

2005-07-08 Thread Boyle Owen
> -Original Message- > From: Krist van Besien [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 7. Juli 2005 16:50 > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Error message > > > On 7/7/05, Boyle Owen <[EMAIL PROTECTED]> wrote: > > > -Original Message- > > > From: Kr

RE: [users@httpd] Error message

2005-07-08 Thread Axel-Stéphane SMORGRAV
The problem probably lies in the client that issues a request which is not followed by a list of headers terminated with 2 . You can easily reproduce this problem by telneting to the Apache server, issuing a request and let it time out. For the implementation, look at server/protocol.c -ascs