[EMAIL PROTECTED] Apache 2.0.52 eats all cpu, and have high ICX

2005-11-17 Thread Kjell Grindalen
Title: Apache 2.0.52 eats all cpu, and have high ICX Hello everyone I have a problem with apache. I run Solaris 9, on a SunFire 210. The apache server is acting as a front web server for a websphere 5.1 Portal server, I run version 2.0.52 of apache The apache server is configured and

[EMAIL PROTECTED] Another Approach to SSL and VHOSTs

2005-11-17 Thread Stefan Meier
Hi folks I understand that for implementation layer reasons it's impossible to have more than one SSL enabled VHOST per IP. On my development server, the situation is a little different: There are several VHOSTs on one IP and I'd like to SSL-enable more than one of them. However, I'm using only

[EMAIL PROTECTED] apache php timeout ?

2005-11-17 Thread Achim Stumpf
Hi NG, I have my own apache server 2.0.54 running with php 4.3.10. I got a little logical problem here about http requests. I have written a small php script which waits for x seconds. Every second it appends the seconds to a file. I expected a timeout after 300 seconds, becouse apache is

Re: [EMAIL PROTECTED] apache php timeout ?

2005-11-17 Thread Olaf van der Spek
On 11/17/05, Achim Stumpf [EMAIL PROTECTED] wrote: Hi NG, I have my own apache server 2.0.54 running with php 4.3.10. I got a little logical problem here about http requests. I have written a small php script which waits for x seconds. Every second it appends the seconds to a file. I

Re: [EMAIL PROTECTED] Re: File name with dots AND MultiViews

2005-11-17 Thread Joshua Slive
On 11/17/05, Florian Dufour [EMAIL PROTECTED] wrote: Joshua Slive [EMAIL PROTECTED] writes : On 11/16/05, Florian Dufour [EMAIL PROTECTED] wrote: What's the problem ? Are filenames with dots forbidden while using MultiViews negotiation ? Try: MultiViewsMatch Any It works. It's a

[EMAIL PROTECTED] Apache2 mod_deflate configuration

2005-11-17 Thread Fenlason, Josh
Title: Message I'm running Apache 2.0.55 sometimes with SSL and sometimes without. Mod_deflate works fine when I'm running without SSL. When running with SSL, I have to add the mod_deflate configuration inside the SSL virtualhost block. If that's the best that I can do, so be it, but I was

Re: [EMAIL PROTECTED] mod_proxy buffers chunked data...

2005-11-17 Thread Alan Gutierrez
* inder sabharwal [EMAIL PROTECTED] [2005-11-15 11:43]: I have a server that sends data using Transfer-Encoding: Chunked, but mod_proxy is buffering up the data until it hits the internal limit of 8K. Our client application expects to receive data from the server over a period of time,

[EMAIL PROTECTED] raw socket not working on apache server

2005-11-17 Thread vivek relan
Hi everybody,I am using CGI scriping for server programming. I am interested in raw socket. But, it is not working. On the other hand, stream socket is working properly. Anybody know about it ? or Is there is no support for raw socket ?Waiting for reply.Bye. Yahoo!

[EMAIL PROTECTED] Apache 2.0.55 segmentation fault

2005-11-17 Thread kristina clair
Hi, I just upgraded (using source, not rpm) from Apache 2.0.54 to 2.0.55 on fedora core 3. Everything seems totally normal, except at least one .shtml file is causing a segmentation fault. I recompiled it with --enable-maintainer-mode, but I'm still unable to get anything more from the error

Re: [EMAIL PROTECTED] Apache 2.0.55 segmentation fault

2005-11-17 Thread Joshua Slive
On 11/17/05, kristina clair [EMAIL PROTECTED] wrote: Hi, I just upgraded (using source, not rpm) from Apache 2.0.54 to 2.0.55 on fedora core 3. Everything seems totally normal, except at least one .shtml file is causing a segmentation fault. I recompiled it with --enable-maintainer-mode,

[EMAIL PROTECTED] Default filename for downloading files.

2005-11-17 Thread William C. Mount
Hello everyone, I've got an apache 2 webserver that's sole purpose is to serve files for downloading. My customer wants the ability to click on anyfile and in the save window, have a default file name already exist. for example, i have 5 files in the directory. xxx.zip yyy.zip zzz.zip

Re: [EMAIL PROTECTED] raw socket not working on apache server

2005-11-17 Thread Sean Conner
It was thus said that the Great vivek relan once stated: I am using CGI scriping for server programming. I am interested in raw socket. But, it is not working. On the other hand, stream socket is working properly. Anybody know about it ? or Is there is no support for raw socket? What exactly

Re: [EMAIL PROTECTED] Default filename for downloading files.

2005-11-17 Thread Joshua Slive
On 11/17/05, William C. Mount [EMAIL PROTECTED] wrote: Hello everyone, I've got an apache 2 webserver that's sole purpose is to serve files for downloading. My customer wants the ability to click on anyfile and in the save window, have a default file name already exist. for example, i

Re: [EMAIL PROTECTED] Apache 2.0.55 segmentation fault

2005-11-17 Thread kristina clair
On 11/17/05, Joshua Slive [EMAIL PROTECTED] wrote: On 11/17/05, kristina clair [EMAIL PROTECTED] wrote: Hi, I just upgraded (using source, not rpm) from Apache 2.0.54 to 2.0.55 on fedora core 3. Everything seems totally normal, except at least one .shtml file is causing a segmentation

Re: [EMAIL PROTECTED] Apache 2.0.55 segmentation fault

2005-11-17 Thread kristina clair
On 11/17/05, kristina clair [EMAIL PROTECTED] wrote: On 11/17/05, Joshua Slive [EMAIL PROTECTED] wrote: On 11/17/05, kristina clair [EMAIL PROTECTED] wrote: Hi, I just upgraded (using source, not rpm) from Apache 2.0.54 to 2.0.55 on fedora core 3. Everything seems totally normal,

Re: [EMAIL PROTECTED] mod_proxy buffers chunked data...

2005-11-17 Thread Joshua Slive
On 11/15/05, inder sabharwal [EMAIL PROTECTED] wrote: Hi: I have a server that sends data using Transfer-Encoding: Chunked, but mod_proxy is buffering up the data until it hits the internal limit of 8K. Our client application expects to receive data from the server over a period of time, and

[EMAIL PROTECTED] Manipulating images

2005-11-17 Thread Marcos R. Cardoso
Hello, we use PHP scripts to generate thumbnails for our users' photos. Later we found out that we could simply generate a tag like the one below, since the photos are thumbnails nowadays. img src=user_code.jpg width=80 / But using a tag like that has become a new problem, because the web

Re: [EMAIL PROTECTED] mod_proxy buffers chunked data...

2005-11-17 Thread Alan Gutierrez
* Alan Gutierrez [EMAIL PROTECTED] [2005-11-17 11:42]: * inder sabharwal [EMAIL PROTECTED] [2005-11-15 11:43]: I have a server that sends data using Transfer-Encoding: Chunked, but mod_proxy is buffering up the data until it hits the internal limit of 8K. Our client application expects

Re: [EMAIL PROTECTED] mod_proxy buffers chunked data...

2005-11-17 Thread Alan Gutierrez
* Joshua Slive [EMAIL PROTECTED] [2005-11-17 14:15]: On 11/15/05, inder sabharwal [EMAIL PROTECTED] wrote: Hi: I have a server that sends data using Transfer-Encoding: Chunked, but mod_proxy is buffering up the data until it hits the internal limit of 8K. Our client application expects

Re: [EMAIL PROTECTED] Re: Add header when access is denied

2005-11-17 Thread Joshua Slive
On 11/17/05, Phil Endecott [EMAIL PROTECTED] wrote: Hi Joshua, thanks for the reply. Yes, when I comment-out my ErrorDocument directives I get what I had expected: My ErrorDocuments are the standard ones from the Debian package. Is there anything I can do to fix this? Presumably it's a

[EMAIL PROTECTED] HTTPS proxy with mod_rewrite to do a cheap ip-based load balancing

2005-11-17 Thread Thierry Danard
Hello, I am trying to implement in Apache a cheap load balancer that is only based upon the ip address of the client. I have two application servers. My Apache server is acting as a HTTPS proxy, doing all the SSL for these two application servers. Ip addresses ending with 0, 1, 2, 3 or 4 should

Re: [EMAIL PROTECTED] HTTPS proxy with mod_rewrite to do a cheap ip-based load balancing

2005-11-17 Thread Joshua Slive
On 11/17/05, Thierry Danard [EMAIL PROTECTED] wrote: I thought I could use ProxyPass and RewriteRule to achieve this. It works most of the time except that Apache sometimes performs a redirect instead of a forward. You need to get more information about sometimes. One way to do this is to

Re: [EMAIL PROTECTED] raw socket not working on apache server

2005-11-17 Thread vivek relan
Actually, in backend my program is working properly using raw socket (as root user). But, using fornt end it is not working, though i have log in as root user. What may be problem?Is there anything that I have to do during configuration ?Waiting for reply ...Thanks in