Re: [EMAIL PROTECTED] Problem with mod_proxy and chunked packets

2008-11-19 Thread Nick Kew
Adelfio D'Angiò wrote: In fact if I do a direct http request on the proxied server the output on the browser is correct but when I do the http request through the Apache proxy I get this "extra" chunked encoding inside the content of the page. Is there a URL from where one could see this beha

Re: [EMAIL PROTECTED] Problem with mod_proxy and chunked packets

2008-11-19 Thread Adelfio D'Angiò
> > You're looking at a chunked response in something that doesn't know > what to do with the chunked encoding. Is it a real browser, or are > you just looking at the dump? > Yes, I'm testing with Firefox 3.0.3. Who does wrong with the chunked encoding seems to be mod_proxy. > It looked like the

Re: [EMAIL PROTECTED] Problem with mod_proxy and chunked packets

2008-11-19 Thread Eric Covener
On Wed, Nov 19, 2008 at 3:54 AM, Adelfio D'Angio' <[EMAIL PROTECTED]> wrote: > Hi all, > > on Apache 2.2.8 I have a problem with mod_proxy in case of chunked packets. > This is my Proxy configuration: > ProxyPass /bld/kernel http://localhost:38315 > ProxyPassReverse /bld/kernel http://localhost:383

[EMAIL PROTECTED] Problem with mod_proxy and chunked packets

2008-11-19 Thread Adelfio D'Angio'
Hi all, on Apache 2.2.8 I have a problem with mod_proxy in case of chunked packets. This is my Proxy configuration: ProxyPass /bld/kernel http://localhost:38315 ProxyPassReverse /bld/kernel http://localhost:38315 I published an "Hello World!" page on another web server running on port 38315 but

[EMAIL PROTECTED] problem with httpd.conf file

2008-11-17 Thread Malka Cymbalista
We are running apache 2.2.6 with mod_perl 2.0.3.and mod_python 3.3.1 on a Linux machine. Every now and then we notice part of the httpd.conf file in the error log and the same part of the httpd.conf file will sometimes appear on the screen together with whatever page is being displayed. Restar

[EMAIL PROTECTED] Problem with mod_proxy and chucked packets

2008-11-17 Thread Adelfio D'Angio'
Hi all, on Apache 2.2.8 there is a problem with mod_proxy to handle chunked packets. This is my Proxy configuration: ProxyPass /bld/kernel http://localhost:38315 ProxyPassReverse /bld/kernel http://localhost:38315 I expect a simple "Hello World!" page but I get this text: 26 Hello World! 0 I use

[EMAIL PROTECTED] Problem Setting Up ptkdb For mod_perl

2008-11-06 Thread Cheok Yan Cheng
Hi, I wish to setup a GUI debugging environment for my CGI, which is running using apache mod_perl I update the following file (/usr/local/apache_modperl/conf/httpd.conf) to the below content :- ### Start to hack by Cheok use Apache::DB(); Apache::DB->init; PerlFixupHandler Apache::DB ### E

Re: [EMAIL PROTECTED] Problem with DynDns and Apache Virtual Hosts

2008-10-10 Thread Matus UHLAR - fantomas
> > 2008/10/8 Bartłomiej Siwek <[EMAIL PROTECTED]>: > > > > > The problem is that whatever subdomain i enter: > > > user1.somedomain.selfip.org > > > user1.somedomain.selfip.org > > > (even a non-existent ones line - idontexist.somedomain.selfip.org) i get > the > > > site form first virtual host.

Re: [EMAIL PROTECTED] Problem with DynDns and Apache Virtual Hosts

2008-10-09 Thread Eric Covener
On Thu, Oct 9, 2008 at 5:28 PM, Bartłomiej Siwek <[EMAIL PROTECTED]> wrote: > P.S. I don't know if I mentioned this but the box runs Debian 4.0 > Debian has a redirect in the "default" vhost. Check your configuration. -- Eric Covener [EMAIL PROTECTED]

RE: [EMAIL PROTECTED] Problem with DynDns and Apache Virtual Hosts

2008-10-09 Thread Bartłomiej Siwek
AIL PROTECTED] Sent: Thursday, October 09, 2008 3:03 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Problem with DynDns and Apache Virtual Hosts Bartek Śiwy User1 wrote: [...] > > I'll do that. Hoever I still don't understand why the request to a second vhost end up re

Re: [EMAIL PROTECTED] Problem with DynDns and Apache Virtual Hosts

2008-10-09 Thread André Warnier
Bartek Śiwy Siwek wrote: [...] I'll do that. Hoever I still don't understand why the request to a second vhost end up redirected to first. Hi. I think that you are getting confused between different steps of what happens (and it is quite easy to get confused, because there are many steps).

Re: Re: [EMAIL PROTECTED] Problem with DynDns and Apache Virtual Hosts

2008-10-09 Thread Bartek Śiwy Siwek
Eric Covener napisał(a): > 2008/10/8 Bartłomiej Siwek >[EMAIL PROTECTED]>: > >> > >> That's just how it works, the first one defined in a NameVirtualHost > >> set is the default/catch-all. > > > > So how would I go about setting it so the apache responds only to valid > > vhosts? > > It has to res

Re: [EMAIL PROTECTED] Problem with DynDns and Apache Virtual Hosts

2008-10-09 Thread Eric Covener
2008/10/8 Bartłomiej Siwek <[EMAIL PROTECTED]>: >> >> That's just how it works, the first one defined in a NameVirtualHost >> set is the default/catch-all. > > So how would I go about setting it so the apache responds only to valid > vhosts? It has to respond if the client ends up at an IP address

Re: Re: Re: [EMAIL PROTECTED] Problem with DynDns and Apache Virtual Hosts

2008-10-09 Thread Bartek Śiwy Siwek
Krist van Besien napisał(a): > 2008/10/9 Bartek Śiwy Siwek >[EMAIL PROTECTED]>: > > >> Are you sure it is your server that does this and not selfip.org that > >> does it? If you tell us what the real name of your site is I can check > >> this. > > I'm sure because it was a response I found in apac

Re: Re: [EMAIL PROTECTED] Problem with DynDns and Apache Virtual Hosts

2008-10-09 Thread Krist van Besien
2008/10/9 Bartek Śiwy Siwek <[EMAIL PROTECTED]>: >> Are you sure it is your server that does this and not selfip.org that >> does it? If you tell us what the real name of your site is I can check >> this. > I'm sure because it was a response I found in apache logs when i turned > mod_dumpio on.

Re: Re: [EMAIL PROTECTED] Problem with DynDns and Apache Virtual Hosts

2008-10-09 Thread Bartek Śiwy Siwek
Krist van Besien napisał(a): > 2008/10/8 Bartłomiej Siwek >[EMAIL PROTECTED]>: > > > On further investigation I found out that a server responds to requests > with > > a 301 (Moved Permanently) response, then the browser tries to connect to > the > > url pointing a page from the first domain. > >

Re: [EMAIL PROTECTED] Problem with DynDns and Apache Virtual Hosts

2008-10-09 Thread Krist van Besien
2008/10/8 Bartłomiej Siwek <[EMAIL PROTECTED]>: > On further investigation I found out that a server responds to requests with > a 301 (Moved Permanently) response, then the browser tries to connect to the > url pointing a page from the first domain. Are you sure it is your server that does this

RE: [EMAIL PROTECTED] Problem with DynDns and Apache Virtual Hosts

2008-10-08 Thread Bartłomiej Siwek
> 2008/10/8 Bartłomiej Siwek <[EMAIL PROTECTED]>: > > > The problem is that whatever subdomain i enter: > > user1.somedomain.selfip.org > > user1.somedomain.selfip.org > > (even a non-existent ones line - idontexist.somedomain.selfip.org) i get the > > site form first virtual host. > > What could b

Re: [EMAIL PROTECTED] Problem with DynDns and Apache Virtual Hosts

2008-10-08 Thread Eric Covener
2008/10/8 Bartłomiej Siwek <[EMAIL PROTECTED]>: > The problem is that whatever subdomain i enter: > user1.somedomain.selfip.org > user1.somedomain.selfip.org > (even a non-existent ones line - idontexist.somedomain.selfip.org) i get the > site form first virtual host. > What could be the problem.

[EMAIL PROTECTED] Problem with DynDns and Apache Virtual Hosts

2008-10-08 Thread Bartłomiej Siwek
Hello everyone I have a weird problem that i cannot find answer for anywhere. I have a DYNDNS domain (somedomain.selfip.org) with wildcards enabled that points to a router/firewall/NAT running Tomato (a.somedomain.selfip.org). On the router i have a forwarding of port 80 enabled pointing to a host

Re: [EMAIL PROTECTED] problem with cgi functionality

2008-09-30 Thread Nilesh Govindrajan
On Tuesday 30 September 2008 08:03:15 pm Mohan gupta wrote: > hello everyone, > i am very new to apache and tried using it ,but my problem is > > i have cgi script written in c++ which outputs a perfect xhtml code > and i also output the content type declaration at the start i.e before > " the brow

[EMAIL PROTECTED] problem with cgi functionality

2008-09-30 Thread Mohan gupta
hello everyone, i am very new to apache and tried using it ,but my problem is i have cgi script written in c++ which outputs a perfect xhtml code and i also output the content type declaration at the start i.e before "

Re: [EMAIL PROTECTED] Problem compiling apache httpd 2.2.9 on HP-UX

2008-09-24 Thread William A. Rowe, Jr.
[EMAIL PROTECTED] wrote: > Hi, > > I scanned the various sites and even the users@httpd.apache.org archives > but could not find much. There is this one comment about upgrading the > libtool but that did not help. Any links/url to that archived > discusssion will be very helpful. Search HP site f

RE: [EMAIL PROTECTED] Problem compiling apache httpd 2.2.9 on HP-UX

2008-09-24 Thread Grandhi_Sukarna
: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2008 9:05 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Problem compiling apache httpd 2.2.9 on HP-UX [EMAIL PROTECTED] wrote: > > If I compile a 32 bit Apache httpd 2.2.9 on HP-UX, I get the

Re: [EMAIL PROTECTED] Problem compiling apache httpd 2.2.9 on HP-UX

2008-09-23 Thread William A. Rowe, Jr.
[EMAIL PROTECTED] wrote: > > If I compile a 32 bit Apache httpd 2.2.9 on HP-UX, I get the error: > > unsatisfied symbol apr_generate_random_bytes dozens of sites mirror the [EMAIL PROTECTED] traffic, why not search the archives? This was asked and answered 2x this year alone. -

RE: [EMAIL PROTECTED] Problem compiling apache httpd 2.2.9 on HP-UX

2008-09-23 Thread Grandhi_Sukarna
httpd 2.2.9 on HP-UX successfully? regards, Sukarna -Original Message- From: Eric Covener [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 23, 2008 4:45 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Problem compiling apache httpd 2.2.9 on HP-UX On Tue, Sep 23, 2008 at 5:38

Re: [EMAIL PROTECTED] Problem compiling apache httpd 2.2.9 on HP-UX

2008-09-23 Thread Eric Covener
On Tue, Sep 23, 2008 at 5:38 PM, <[EMAIL PROTECTED]> wrote: > Hi, > > I am having problem building apache httpd server 2.2.9 on 64 bit HP-UX > 11.11. During make, I get the error listed at the end of the mail. Any > advice would be helpful. > >/opt/lgtonmc/httpd-2.2.9/srclib/apr/libtool --

Re: [EMAIL PROTECTED] Problem compiling apache httpd 2.2.9 on HP-UX

2008-09-23 Thread André Warnier
You do as you wish of course, but my experience with HPUX is that whenever I tried to compile a package like Apache from source, I always gave up in the end (beause of problems like the one you have below), and ended up installing the HPUX Software Depot version instead. You are probably going t

[EMAIL PROTECTED] Problem compiling apache httpd 2.2.9 on HP-UX

2008-09-23 Thread Grandhi_Sukarna
Hi, I am having problem building apache httpd server 2.2.9 on 64 bit HP-UX 11.11. During make, I get the error listed at the end of the mail. Any advice would be helpful. I do see that libexpat gets built in ./srclib/apr-util/xml/expat/lib/.libs/libexpat.sl.1. Other than that there is no libexp

RE: [EMAIL PROTECTED] problem serving large files

2008-09-11 Thread John LaCour
To: users@httpd.apache.org; [EMAIL PROTECTED] Subject: RE: [EMAIL PROTECTED] problem serving large files Could it be that you have SELinux enabled and it is messing with you? ~Jet _ From: John LaCour [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2008 10:03 AM To: users@httpd.

RE: [EMAIL PROTECTED] problem serving large files

2008-09-11 Thread John LaCour
[mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2008 11:24 AM To: users@httpd.apache.org; [EMAIL PROTECTED] Subject: RE: [EMAIL PROTECTED] problem serving large files Could it be that you have SELinux enabled and it is messing with you? ~Jet _ From: John LaCour [mailt

RE: [EMAIL PROTECTED] problem serving large files

2008-09-11 Thread Wilda, Jet
Could it be that you have SELinux enabled and it is messing with you? ~Jet From: John LaCour [mailto:[EMAIL PROTECTED] Sent: Thursday, September 11, 2008 10:03 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] problem serving large files I&#

[EMAIL PROTECTED] problem serving large files

2008-09-11 Thread John LaCour
I'd like to make some very large files available for HTTP download from my Apache v2.2.3 server on RHEL5, but it's not working. I get the following error message: [error] [client 10.1.1.1] (13)Permission denied: access to /Very_Large_File.rar denied It would appear to be a file permissi

[EMAIL PROTECTED] Problem with Apache and Heartbeat

2008-09-09 Thread Franck Huet
Hi all, I'm working on a heartbeat project with 2 apaches servers. My Apaches are using the following modules : mod_ssl.so mod_rewrite.so mod_unique_id.so mod_security2.so mod_jk.so When I start heartbeat (it's works fine, my virtual IP is mounted) I have the following messages which are floo

Re: [EMAIL PROTECTED] Problem with configs

2008-08-25 Thread Joseph S D Yao
On Mon, Aug 25, 2008 at 12:20:12AM -0500, William A. Rowe, Jr. wrote: > Joseph S D Yao wrote: > >>> I understand that the argument to the Proxy directive is supposed to be > >>> a shell-style wildcard (rather than a simple prefix match), as the > >>> argument to the ProxyMatch directive is supposed

Re: [EMAIL PROTECTED] Problem with configs

2008-08-24 Thread William A. Rowe, Jr.
Joseph S D Yao wrote: I understand that the argument to the Proxy directive is supposed to be a shell-style wildcard (rather than a simple prefix match), as the argument to the ProxyMatch directive is supposed to be a Perl-style regular expression. Ok. So a shell style wildcard never hits on a

Re: [EMAIL PROTECTED] Problem with configs

2008-08-23 Thread Joseph S D Yao
On Sat, Aug 23, 2008 at 12:40:13AM -0500, William A. Rowe, Jr. wrote: > Joseph S D Yao wrote: > > > > I have just joined this mailing list, but a Google indicates that this > > topic has not come up before. If I am wrong, I apologize, and ask for a > > pointer. > > Good way to attract attention

Re: [EMAIL PROTECTED] Problem with configs

2008-08-22 Thread William A. Rowe, Jr.
Joseph S D Yao wrote: I have just joined this mailing list, but a Google indicates that this topic has not come up before. If I am wrong, I apologize, and ask for a pointer. Good way to attract attention of lurkers :) I understand that the argument to the Proxy directive is supposed to be a

[EMAIL PROTECTED] Problem with configs

2008-08-22 Thread Joseph S D Yao
Apache httpd users mailing list, I have just joined this mailing list, but a Google indicates that this topic has not come up before. If I am wrong, I apologize, and ask for a pointer. I understand that the argument to the Proxy directive is supposed to be a shell-style wildcard (rather than a s

Re: [EMAIL PROTECTED] Problem whith DocumentRoot in VirtualHost

2008-08-15 Thread Davide Bianchi
CARRILLO MARTINEZ JULIO ALBERTO wrote: > > We have problems whit the configuration VirtualHost. > > I have two DocumentRoot in the basic configuration You can have one DocumentRoot per server, if you enable VirtualHosts, then the 'main' configuration is ignored and the first VHost will be used

[EMAIL PROTECTED] Problem whith DocumentRoot in VirtualHost

2008-08-15 Thread CARRILLO MARTINEZ JULIO ALBERTO
We have problems whit the configuration VirtualHost. I have two DocumentRoot in the basic configuration that's ok but the DocumentRoot in VirtualHost it's ignore and only resolv the basic configuration ignore Virtual DocumentRoot. Thanks for you help

Re: [EMAIL PROTECTED] Problem: Reverse Proxy Should Use a Specific IP(v6) Address on an Multihomed Interface

2008-08-06 Thread Christian Felsing
This is not a routing issue. Ethernet interface has multiple IP addresses from same subnet, so it does not matter which source address is selected by application for routing. Some applications provides a config option to use a specific IP address if it opens an IP connection with SYN and furthe

Re: [EMAIL PROTECTED] Problem: Reverse Proxy Should Use a Specific IP(v6) Address on an Multihomed Interface

2008-08-06 Thread Krist van Besien
On Wed, Aug 6, 2008 at 08:46, Christian Felsing <[EMAIL PROTECTED]> wrote: > Is it possible to tell httpd to use 1) instead of 3) as source IP address if > rproxy accesses an IPv6 host ? This is most likely an operating system issue. You have to tell your server to route packets for your IPv6 hos

[EMAIL PROTECTED] Problem: Reverse Proxy Should Use a Specific IP(v6) Address on an Multihomed Interface

2008-08-05 Thread Christian Felsing
Hello, I created a specific configuration for a reverse proxy, which does some URL rewriting and accesses a remote server. This rproxy is a IPv6 to IPv4 gateway to allow IPv4 users accessing IPv6 only servers. IPv6 interface has multiple IPv6 addresses: 1.) 2a01:dead:beef::2/128 2.) 2a01:dea

Re: [EMAIL PROTECTED] Problem with Indexes

2008-07-15 Thread Eric Covener
On Tue, Jul 15, 2008 at 12:01 AM, John M. Dlugosz <[EMAIL PROTECTED]> wrote: > I have >Options Indexes FollowSymLinks MultiViews > > and I try adding >Options +Indexes > > in individual locations, but it never works. I do not get an auto-generated > directory list, but an error if the

[EMAIL PROTECTED] Problem with Indexes

2008-07-14 Thread John M. Dlugosz
I have Options Indexes FollowSymLinks MultiViews and I try adding Options +Indexes in individual locations, but it never works. I do not get an auto-generated directory list, but an error if there is no index.html (or other index file I've configured). What am I missing? --John

Re: [EMAIL PROTECTED] problem with php +apache

2008-07-14 Thread Darvin Denmian
gt; > > but cannot understand why it is saying so this time ... > > --- On Mon, 7/14/08, Darvin Denmian <[EMAIL PROTECTED]> wrote: > > From: Darvin Denmian <[EMAIL PROTECTED]> > Subject: Re: [EMAIL PROTECTED] problem with php +apache > To: users@httpd.apache.org, [EMAIL PR

Re: [EMAIL PROTECTED] problem with php +apache

2008-07-14 Thread Infocom Admin
The thing is , so far as i remember, i never enabled this option while compiling php..   but cannot understand why it is saying so this time ... --- On Mon, 7/14/08, Darvin Denmian <[EMAIL PROTECTED]> wrote: From: Darvin Denmian <[EMAIL PROTECTED]> Subject: Re: [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] problem with php +apache

2008-07-14 Thread Darvin Denmian
Hi, just use "--enable-maintainer-zts" directive in configure script On Mon, Jul 14, 2008 at 3:37 PM, Infocom Admin <[EMAIL PROTECTED]> wrote: > Hi > > I recently managed to install apache 2.2.9 with mpm worker enabled . But > when I try to start the httpd service, it fails saying: > > > >

[EMAIL PROTECTED] problem with php +apache

2008-07-14 Thread Infocom Admin
Hi   I recently managed to install apache 2.2.9 with mpm worker enabled . But when I try to start the httpd service, it fails saying:   " [crit] Apache is running a threaded MPM, but your PHP Module is not compiled to be threadsafe.  You need to recompile PHP"       How do i compile php module to

Re: [EMAIL PROTECTED] problem installing apache

2008-07-14 Thread Infocom Admin
nopes... it doesn't work with setenforce 0 either..   --- On Sat, 7/12/08, Graeme Fowler <[EMAIL PROTECTED]> wrote: From: Graeme Fowler <[EMAIL PROTECTED]> Subject: Re: [EMAIL PROTECTED] problem installing apache (resending) To: users@httpd.apache.org Date: Saturday, July 12,

[EMAIL PROTECTED] Problem with disk_cache on Windows 2003

2008-07-13 Thread Efjestad, Dag
Hello I'm trying to get mod_cache and mod_disk_cache to work correctly. Problem summary is that disk cache is not working properly - sending empty data to the client for some content like the css file. I use Apache as a reverse proxy. I get a lot of this messages in the log file: [Sun Jul 13 14

Re: [EMAIL PROTECTED] Problem with Configuring Virtual Host on Apache 2.2.6 Pls Help

2008-07-12 Thread Saachin Mandloi
, http://www.takniki.com/ Takniki Communications --- On Wed, 30/4/08, Saachin Mandloi <[EMAIL PROTECTED]> wrote: From: Saachin Mandloi <[EMAIL PROTECTED]> Subject: Re: [EMAIL PROTECTED] Problem with Configuring Virtual Host on Apache 2.2.6 Pls Help To: users@httpd.apache.org Date: W

Re: [EMAIL PROTECTED] problem installing apache (resending)

2008-07-12 Thread Graeme Fowler
On Fri, 2008-07-11 at 18:27 -0700, Infocom Admin wrote: > Yes it has write pemission too... SELinux. It's probably in enforcing mode (rather than permissive) and is preventing you doing things you believe you can. Try "setenforce 0" as root, and run make install again. Then to turn SELinux back i

Re: [EMAIL PROTECTED] problem installing apache (resending)

2008-07-11 Thread Infocom Admin
Yes it has write pemission too...   --- On Thu, 7/10/08, Tom Donovan <[EMAIL PROTECTED]> wrote: From: Tom Donovan <[EMAIL PROTECTED]> Subject: Re: [EMAIL PROTECTED] problem installing apache (resending) To: users@httpd.apache.org Date: Thursday, July 10, 2008, 9:20 PM Infocom Admin

Re: [EMAIL PROTECTED] problem installing apache (resending)

2008-07-11 Thread Infocom Admin
Yes i ran it as root... --- On Fri, 7/11/08, Krist van Besien <[EMAIL PROTECTED]> wrote: From: Krist van Besien <[EMAIL PROTECTED]> Subject: Re: [EMAIL PROTECTED] problem installing apache (resending) To: users@httpd.apache.org, [EMAIL PROTECTED] Date: Friday, July 11, 2008, 4:12 AM

Re: [EMAIL PROTECTED] problem installing apache (resending)

2008-07-11 Thread Krist van Besien
On Thu, Jul 10, 2008 at 21:00, Infocom Admin <[EMAIL PROTECTED]> wrote: > But again , when I run "make install" command, it quits saying: Have your run "make install" as root? Krist -- [EMAIL PROTECTED] [EMAIL PROTECTED] Bremgarten b. Bern, Switzerland -- A: It reverses the normal flow of

Re: [EMAIL PROTECTED] problem installing apache (resending)

2008-07-10 Thread Tom Donovan
Infocom Admin wrote: Hi I am trying to upgrade apache to version 2.2.9 on Red Hat 2.6.9-67.0.15.ELsmp. When I run the configure script with any option, it gives a warning as below. "configure: WARNING: Unrecognized options: --disable-actions, --disable-cgi" Though it gives warnings

[EMAIL PROTECTED] problem installing apache (resending)

2008-07-10 Thread Infocom Admin
Hi I am trying to upgrade apache to version 2.2.9 on Red Hat  2.6.9-67.0.15.ELsmp. When I run the configure script with any option, it gives a warning as below. "configure: WARNING: Unrecognized options: --disable-actions, --disable-cgi"     Though it gives warnings, it compiles smoothly whe

[EMAIL PROTECTED] problem with apache installation

2008-07-10 Thread Infocom Admin
Hi I am trying to upgrade apache to version 2.2.9 on Red Hat  2.6.9-67.0.15.ELsmp. When I run the configure script with any option, it gives a warning as below. "configure: WARNING: Unrecognized options: --disable-actions, --disable-cgi"     Though it gives warnings, it compiles smoothly w

Re: [EMAIL PROTECTED] Problem while clustering Jboss

2008-07-09 Thread André Warnier
Ch Praveena wrote: * Hi all, * I am trying to cluster 2 jboss 4.2.2.GA instances and found this in the httpd server logs. And so, I could not cluster the instances properly. Please let me know where exactly I might have done the error?* [Wed Jul 09 18:10:27 2008][6637:3086218944

Re: [EMAIL PROTECTED] Problem displaying index.html by default

2008-06-19 Thread Lester Caine
Lester Caine wrote: Not sure when this started since I mainly run index.php, but I've just been setting up a new machine with 2.2.9 and cloned the settings what was a working machine. I have DirectoryIndex index.html, index.php ^ That is the problem - but it has bee

[EMAIL PROTECTED] Problem displaying index.html by default

2008-06-19 Thread Lester Caine
Not sure when this started since I mainly run index.php, but I've just been setting up a new machine with 2.2.9 and cloaned the settings what was a working machine. I have DirectoryIndex index.html, index.php in httpd.conf, but while index.php is running fine, when I switch to a directory with

Re: [EMAIL PROTECTED] problem with perl script and Apache

2008-06-02 Thread Denis Peuziat
"Krist van Besien" <[EMAIL PROTECTED]> To users@httpd.apache.org cc Subject Re: [EMAIL PROTECTED] problem with perl script and Apache "Krist van Besien" <[EMAIL PROTECTED]> Please respond to : users@httpd.apache.org 02/06/2008 16:31 On Mon, Jun 2, 2

Re: [EMAIL PROTECTED] problem with perl script and Apache

2008-06-02 Thread Krist van Besien
On Mon, Jun 2, 2008 at 2:44 PM, Octavian Rasnita <[EMAIL PROTECTED]> wrote: > At the beginning of the output generated by your script, you should do: > > print "Content-Type: text/html\n\n"; Exactly. A minimal script would be: #!/usr/bin/perl print "Content-type: text/html\n\n"; print < Hello

Re: [EMAIL PROTECTED] problem with perl script and Apache

2008-06-02 Thread Octavian Rasnita
From: "Denis Peuziat" <[EMAIL PROTECTED]> >>CGI scripts must output a "content-type" header. So when you execute >>them on the command line, the line "content-type: text/html" ought to >>be the first thing written out. If they don't do this they have been >>programmed with a disregard of the CGI st

Re: [EMAIL PROTECTED] problem with perl script and Apache

2008-06-02 Thread Denis Peuziat
"Krist van Besien" <[EMAIL PROTECTED]> To users@httpd.apache.org cc Subject Re: [EMAIL PROTECTED] problem with perl script and Apache "Krist van Besien" <[EMAIL PROTECTED]> Please respond to : users@httpd.apache.org 02/06/2008 13:42 On Mon, Jun 2, 2008 at

Re: [EMAIL PROTECTED] problem with perl script and Apache

2008-06-02 Thread Krist van Besien
On Mon, Jun 2, 2008 at 12:23 PM, Denis Peuziat <[EMAIL PROTECTED]> wrote: > > I can't see any Any what? Can I assume that you were responding to my question whether your scripts wrote a content-type header? (I can't be sure what it was exactly you were reacting to because you choose to "top po

Re: [EMAIL PROTECTED] problem with perl script and Apache

2008-06-02 Thread Denis Peuziat
I can't see any Denis "Krist van Besien" <[EMAIL PROTECTED]> To users@httpd.apache.org cc Subject Re: [EMAIL PROTECTED] problem with perl script and Apache "Krist van Besien" <[EMAIL PROTECTED]> Please respond to : users@httpd.apache.org 02/06/2

Re: [EMAIL PROTECTED] problem with perl script and Apache

2008-06-02 Thread Krist van Besien
On Mon, Jun 2, 2008 at 11:46 AM, Denis Peuziat <[EMAIL PROTECTED]> wrote: > Thanks a lot for your advice. The file shows the html result so I guess > there has been some changes between Apache 2.0.46 and 2.2.3 that prevents > the 2.2.3 to understand the html headers on the page... So the scripts a

Re: [EMAIL PROTECTED] problem with perl script and Apache

2008-06-02 Thread Denis Peuziat
OTECTED]> To cc Subject Re: [EMAIL PROTECTED] problem with perl script and Apache "Octavian Rasnita" <[EMAIL PROTECTED]> Please respond to : users@httpd.apache.org 30/05/2008 15:49 How does it look the content of the downloaded perl file? It shows the perl source cod

Re: [EMAIL PROTECTED] problem with perl script and Apache

2008-05-30 Thread Dragon
Denis Peuziat wrote: Apache 2.2.3 + Perl 5.8.8 on SUSE SLES10 I have just migrated a site from a linux RH server with Apache 2.0.46 and perl 5.8.0 to a server with the config above. Some perls scripts that are still executing correctly on the old server, are now identified as Unknown files

Re: [EMAIL PROTECTED] problem with perl script and Apache

2008-05-30 Thread Octavian Rasnita
, it means that the script doesn't send the correct HTTP headers, so you should fix the script. Octavian - Original Message - From: "Denis Peuziat" <[EMAIL PROTECTED]> To: Sent: Friday, May 30, 2008 3:18 PM Subject: [EMAIL PROTECTED] problem with perl script and A

[EMAIL PROTECTED] problem with perl script and Apache

2008-05-30 Thread Denis Peuziat
Apache 2.2.3 + Perl 5.8.8 on SUSE SLES10 I have just migrated a site from a linux RH server with Apache 2.0.46 and perl 5.8.0 to a server with the config above. Some perls scripts that are still executing correctly on the old server, are now identified as Unknown files when page is launched in

[EMAIL PROTECTED] Problem: Apache threads don't free memory and getting higher and higher with time

2008-05-19 Thread Ali Nebi
Hi, i need little bit help and info how to solve a problem. We have installed on CentOS 5 httpd-2.2.3-11. Also the site that is on this server, is a big site and it is accessing from meny peoples. What i see from top tool is that when apache is working long time wihtout restart, only graceful eve

Re: [EMAIL PROTECTED] problem with rewrite module

2008-05-05 Thread Nishantha Pradeep
I got it work. The problem was, I did not specify the IP addresses which can access the server cheers On Mon, May 5, 2008 at 1:07 PM, Matus UHLAR - fantomas <[EMAIL PROTECTED]> wrote: > On 05.05.08 10:40, Nishantha Pradeep wrote: > > I have a server named as nishantha-lsf and it http-polling is

Re: [EMAIL PROTECTED] problem with rewrite module

2008-05-05 Thread Matus UHLAR - fantomas
On 05.05.08 10:40, Nishantha Pradeep wrote: > I have a server named as nishantha-lsf and it http-polling is running on > port 5280. I can directly access the http-polling service with the URL > http://localhost:5280/http-poll. But I want to access it without specifying > the port number such as >

[EMAIL PROTECTED] problem with rewrite module

2008-05-04 Thread Nishantha Pradeep
Hi all I have a server named as nishantha-lsf and it http-polling is running on port 5280. I can directly access the http-polling service with the URL http://localhost:5280/http-poll. But I want to access it without specifying the port number such as http://localhost/http-poll. So I used write m

Re: [EMAIL PROTECTED] Problem with Configuring Virtual Host on Apache 2.2.6 Pls Help

2008-05-02 Thread Saachin Mandloi
yes the SLEngine On directive is only within the 443 virtual host container. the http works fine on this IP when the ssl virtual host container is not added, and as soon as i add the virtual host container and start the HTTPS services on this ip, it starts returning error while trying to connec

Re: [EMAIL PROTECTED] Problem with Configuring Virtual Host on Apache 2.2.6 Pls Help

2008-04-30 Thread Joshua Slive
On Wed, Apr 30, 2008 at 5:33 PM, Saachin Mandloi <[EMAIL PROTECTED]> wrote: > yes they are on 80 and 443 respectively i.e. http on 80 and https on 443 Look for the SSLEngine On directive. It should be ONLY in the 443 vhost. Joshua.

Re: [EMAIL PROTECTED] Problem with Configuring Virtual Host on Apache 2.2.6 Pls Help

2008-04-30 Thread Saachin Mandloi
yes they are on 80 and 443 respectively i.e. http on 80 and https on 443 Dragon <[EMAIL PROTECTED]> wrote: Saachin Mandloi wrote: >Hi, > >I recently installed Fedora core 8 and planning to move my site to >this recently installed server. This has apache 2.2.6 bundled. > >I added a new virtual ho

Re: [EMAIL PROTECTED] Problem with Configuring Virtual Host on Apache 2.2.6 Pls Help

2008-04-30 Thread Dragon
Saachin Mandloi wrote: Hi, I recently installed Fedora core 8 and planning to move my site to this recently installed server. This has apache 2.2.6 bundled. I added a new virtual host contained in httpd.conf to start the IP based http services for my site. Which was working fine. Later on

[EMAIL PROTECTED] Problem with Configuring Virtual Host on Apache 2.2.6 Pls Help

2008-04-30 Thread Saachin Mandloi
Hi, I recently installed Fedora core 8 and planning to move my site to this recently installed server. This has apache 2.2.6 bundled. I added a new virtual host contained in httpd.conf to start the IP based http services for my site. Which was working fine. Later on i added another virtual hos

Re: [EMAIL PROTECTED] Problem with sendfile on VMware ESX

2008-04-30 Thread Otávio C. Cordeiro
Thanks. I'm satisfied now ; ) Em 30/4/2008 13:40, William A. Rowe, Jr. escreveu: Otávio C. Cordeiro wrote: I was setting Apache (2.2.6) to run on a Linux ESX (VMware ESX 3.5) but the environment is presenting some problems. The solution I found is to use "EnableSendFile off" into the non-SSL

Re: [EMAIL PROTECTED] Problem with sendfile on VMware ESX

2008-04-30 Thread William A. Rowe, Jr.
Otávio C. Cordeiro wrote: I was setting Apache (2.2.6) to run on a Linux ESX (VMware ESX 3.5) but the environment is presenting some problems. The solution I found is to use "EnableSendFile off" into the non-SSL VirtualHost. It's working, but SendFile should be implemented on ESX, since it's us

Re: [EMAIL PROTECTED] Problem with sendfile on VMware ESX

2008-04-30 Thread Joshua Slive
On Wed, Apr 30, 2008 at 12:31 PM, "Otávio C. Cordeiro" <[EMAIL PROTECTED]> wrote: > > Hi, > > I was setting Apache (2.2.6) to run on a Linux ESX (VMware ESX 3.5) > but the environment is presenting some problems. > > Every non-SSL connection with mime 'text/html' breaks on 255 chars. > > $ curl --

[EMAIL PROTECTED] Problem with sendfile on VMware ESX

2008-04-30 Thread Otávio C. Cordeiro
Hi, I was setting Apache (2.2.6) to run on a Linux ESX (VMware ESX 3.5) but the environment is presenting some problems. Every non-SSL connection with mime 'text/html' breaks on 255 chars. $ curl --head http://ip:non-ssl/ curl: (52) Empty reply from server. Setting .html to be interpreted b

[EMAIL PROTECTED] problem building apache on solaris-10

2008-04-17 Thread Malay HALDER
|*hello maintainers, I am trying to build apache-2.2.8 on a solaris 10 machine and facing the following linking error in the build stage. make[2]: Entering directory `/users/mhalder/Documents/httpd-2.2.8/support' /users/mhalder/Documents/httpd-2.2.8/srclib/apr/libtool --silent

[EMAIL PROTECTED] Problem with DirectoryIndex in Apache 1.3.41

2008-04-09 Thread Wendlick, Daniel P
I'm having a problem using the DirectoryIndex directive in Apache 1.3.41. Basically, it doesn't work. If I access the site as www.site.org, it correctly redirects to www.site.org/. It however returns a 404 error instead of the index.html Page. If I access the page directly, www.site.org/index.h

[EMAIL PROTECTED] Problem enabling UserDir

2008-04-04 Thread Tony Molloy
Hi, I have UserDir working with the following in httpd.conf UserDir /users/ug2004/*/public_html This provides access for all students in the ug2004 filesystem access to public directories. Now we divide our students into groups based on the year they start their course. So ug2004 would b

[EMAIL PROTECTED] problem with mod_proxy_balance and stickysession

2008-03-03 Thread Sebastian Reitenbach
Hi, I'm trying to loadbalance sessions over 5 instances of a WO application server. I'm trying to follow these directions: http://www.markround.com/archives/33-Apache-mod_proxy-balancing-with-PHP-sticky-sessions.html http://www.johnandcailin.com/blog/john/scaling-drupal-step-two-sticky-load-bal

Re: [EMAIL PROTECTED] Problem building 2.2.8 on hpux itanum

2008-02-29 Thread Joshua Slive
On Fri, Feb 29, 2008 at 11:28 AM, Adam Martin <[EMAIL PROTECTED]> wrote: > You need to install the expat software. > > > http://sourceforge.net/projects/expat/ That shouldn't be the case. Expat is included with the apache source code. (Of course, I have no idea what the real problem is.) Joshua

RE: [EMAIL PROTECTED] Problem building 2.2.8 on hpux itanum

2008-02-29 Thread Adam Martin
You need to install the expat software. http://sourceforge.net/projects/expat/ -Original Message- From: Rush [mailto:[EMAIL PROTECTED] Sent: Thursday, February 28, 2008 12:07 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Problem building 2.2.8 on hpux itanum I&#

Re: [EMAIL PROTECTED] Problem building 2.2.8 on hpux itanum

2008-02-28 Thread Rush
I'm running into identical problem... Did anyone found solution . if possible can you please email me solution at [EMAIL PROTECTED] thanks Rush Peter Olofson wrote: > > Any ideas I tried 2.2.6 with the same result/problem > /peo > I'm trying to build on hpux with hp C compiler, it fails

Re: [EMAIL PROTECTED] Problem with mod_deflate and IE6 javascript caching

2008-02-25 Thread Yuan HOng
On Tue, Feb 26, 2008 at 1:49 AM, yary <[EMAIL PROTECTED]> wrote: > Transfer encoding requires content negotioation, so maybe this will help: > http://httpd.apache.org/docs/2.0/content-negotiation.html#caching > Thanks for the hint. But the CacheNegotiatedDocs directive is only effective for HTTP1

Re: [EMAIL PROTECTED] Problem with mod_deflate and IE6 javascript caching

2008-02-25 Thread Yuan HOng
On Tue, Feb 26, 2008 at 1:41 AM, David Cassidy <[EMAIL PROTECTED]> wrote: > How are you testing that this is working correctly ? > > Are you using wget with the --header="Accept-Encoding: gzip" > to test it ? > On the IE6 side I installed IE HttpAnalyzer to inspect the request and responses betw

Re: [EMAIL PROTECTED] Problem with mod_deflate and IE6 javascript caching

2008-02-25 Thread yary
Transfer encoding requires content negotioation, so maybe this will help: http://httpd.apache.org/docs/2.0/content-negotiation.html#caching - The official User-To-User support forum of the Apache HTTP Server Project. See http://ht

Re: [EMAIL PROTECTED] Problem with mod_deflate and IE6 javascript caching

2008-02-25 Thread David Cassidy
How are you testing that this is working correctly ? Are you using wget with the --header="Accept-Encoding: gzip" to test it ? D On Mon, 2008-02-25 at 09:46 -0500, Joshua Slive wrote: > 2008/2/25 Yuan HOng <[EMAIL PROTECTED]>: > > Hi, list, > > > > I have a large javascript file which I want

Re: [EMAIL PROTECTED] Problem with mod_deflate and IE6 javascript caching

2008-02-25 Thread Joshua Slive
2008/2/25 Yuan HOng <[EMAIL PROTECTED]>: > Hi, list, > > I have a large javascript file which I want to send to IE6 gziped and > for IE6 to cache. > > I set the following derective in the configuration file: > > AddOutputFilterByType DEFLATE application/x-javascript > > The result is but that

[EMAIL PROTECTED] Problem with mod_deflate and IE6 javascript caching

2008-02-24 Thread Yuan HOng
Hi, list, I have a large javascript file which I want to send to IE6 gziped and for IE6 to cache. I set the following derective in the configuration file: AddOutputFilterByType DEFLATE application/x-javascript The result is but that IE6 doesn't cache the javascript. Looking into the response h

  1   2   3   4   5   6   7   >