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
>
> 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
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
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
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
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
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
> > 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.
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]
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
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).
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
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
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
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.
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.
>
>
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
> 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
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.
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
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
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
"
[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
: 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
[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.
-
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
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 --
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
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
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.
[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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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]
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:
>
>
>
>
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
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,
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
,
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
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
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
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
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
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
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
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
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
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
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
"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
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
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
"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
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
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
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
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
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
, 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
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
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
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
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
>
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
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
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.
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
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
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
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
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
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 --
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
|*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
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
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
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
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
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
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
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
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
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
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
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
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 - 100 of 652 matches
Mail list logo