On Fri, Jun 19, 2009 at 3:59 PM, Prasanna Ram
Venkatachalam wrote:
>>
>> Is it possible to get a copy of the Apache 2.3 source? Looked around
>> on the source distribution site and can't find anything.
>
>
> Might help. This is an automated snapshot system. Not sure if it completely
> works!! :(
>
>
>
> Is it possible to get a copy of the Apache 2.3 source? Looked around
> on the source distribution site and can't find anything.
>
Might help. This is an automated snapshot system. Not sure if it completely
works!! :(
http://httpd.apache.org/dev/
http://cvs.apache.org/snapshots/httpd/
Regard
Hi all,
Is it possible to get a copy of the Apache 2.3 source? Looked around
on the source distribution site and can't find anything.
Thanks.
--
"The secret impresses no-one, the trick you use it for is everything"
- Alfred Borden (The Prestiege)
---
I found the cause. Iptables was blocking the http requests on machine A.
Thanks for your help Evan.
-Madhav Ancha.
On Thu, Jun 18, 2009 at 2:34 PM, Madhav Ancha wrote:
> Machine B is a win box Evan. I did a "putty -raw 10.1.10.110 80" and got
> back nothing. The connection was probably closed at
On Thu, 18 Jun 2009 11:13:00 -0600 (MDT)
"Lyudmila L. Balakireva" wrote:
>
>
> >
> > On 17 Jun 2009, at 18:52, Lyudmila L. Balakireva wrote:
> >
> >> Hello,
> >> I am new to apache and c and
> >
> > Then you're probably being over-ambitious :-)
> >
> > One thing that immediately stands out: you
Machine B is a win box Evan. I did a "putty -raw 10.1.10.110 80" and got
back nothing. The connection was probably closed at the kernel and putty
quit.
On Thu, Jun 18, 2009 at 2:11 PM, Evan Platt wrote:
> At 12:08 PM 6/18/2009, you wrote:
>
>> Hi,
>>
>> I started an apache server on a local ma
At 12:08 PM 6/18/2009, you wrote:
Hi,
I started an apache server on a local machine(A) on linux. I can
ping this machine from another host(B) on the same network but I
can't browse to it using http://. I get the error saying "IE cannot
display this page".
I verified that the server i
Hi,
I started an apache server on a local machine(A) on linux. I can ping
this machine from another host(B) on the same network but I can't browse to
it using http://. I get the error saying "IE cannot display this page".
I verified that the server is running on (A) by using
http://localhos
>
> On 17 Jun 2009, at 18:52, Lyudmila L. Balakireva wrote:
>
>> Hello,
>> I am new to apache and c and
>
> Then you're probably being over-ambitious :-)
>
> One thing that immediately stands out: you're using the request pool,
> but you defined your filter to run outside the protocol level, wher
Hi there.
I have been experimenting with the ProxyBlock directive when running
Apache 2.2 as a forward proxy.
When Apache is the final proxy in a chain, everything works as expected.
However if I configure Apache to chain requests to another proxy (using
ProxyRemote * http://next_proxy.com:8080),
Hi, I have a requirement wherin application owners would like to be notified if
apache is restarted non-gracefully, since there might be impact to user
sessions etc... Is there any way to detect and report this, hopefully without
compiling additional modules? thanks
On Thu, Jun 18, 2009 at 7:51 AM, Jeremy Jones wrote:
> Hi,
> I'm trying to set an environment variable in httpd.conf and then have it
> available to the URL-portion of a RewriteRule in a .htaccess file. Please
> could someone assist:
>
>
> In httpd.conf I have this line setting the environment vari
Hi,
I'm trying to set an environment variable in httpd.conf and then have
it available to the URL-portion of a RewriteRule in a .htaccess file.
Please could someone assist:
In httpd.conf I have this line setting the environment variable:
SetEnv MODPERLPORT 81
and in .htaccess I
Good day everyone,
i am in desperate need for your help with a problem tunneling a custom
tcp protocol through a chain of apache servers configured as proxies.
The necessary setup looks like this:
Client -> [Apache 2.2 Reverse Proxy] -> [Apache 2.2 Forward Proxy] ->
Server
and unfortunately it ca
Hi,
I'm trying to set an environment variable in httpd.conf and then have it
available to the URL-portion of a RewriteRule in a .htaccess file. Please
could someone assist:
In httpd.conf I have this line setting the environment variable:
SetEnv MODPERLPORT 81
and in .htaccess I
Thanks for the reply André,
Sorry for the insufficient information. At present apache httpd and
apache tomcat are running on the same machine. Under htdocs folder of apache
httpd we have our static (html) wesite content. Under apache tomcat6.0 we
have Struts2 application deployed.
ravindra wrote:
In your description, it is not very clear
- if you use Apache httpd /and/ Apache Tomcat
- if yes, are these separate hosts, and if yes, are they at the same
physical location ?
- how they are connected (mod_proxy, mod_proxy_ajp, mod_jk,..)
- which things you handle with httpd, wh
Hi all,
I have Struts2 application running in Tomcat6.0 and I am using Apache
Clustering and load balancing for that application. I am able to access all
my documents under apache htdocs through https. Somewhere in those documents
I have a link to my application like "http://1.2.3.4:8080/app/lo
Melanie Pfefer wrote:
Hi
I see this in the error logs:
[info] server seems busy, (you may need to increase StartServers, or
Min/MaxSpareServers), spawning 8 children, there are 0 idle, and 21 total
children
[info] server seems busy, (you may need to increase StartServers, or
Min/MaxSpareServ
Hi
I see this in the error logs:
[info] server seems busy, (you may need to increase StartServers, or
Min/MaxSpareServers), spawning 8 children, there are 0 idle, and 21 total
children
[info] server seems busy, (you may need to increase StartServers, or
Min/MaxSpareServers), spawning 16 child
Hi!
> Use mod_authn_dbd, which works obsoletes the modules mentioned
> in your subject line for authentication.
Thanks to Nick for pointing me to DBD. I googled 2 days for
mod_auth_mysql/mod_auth_pgsql with no clues at all.
Everything is working now!
Best,
Marc
---
On 17 Jun 2009, at 21:59, Julien Pauli wrote:
Any suggestions, ideas ? ;)
OhBugger. I meant to test-drive this before it went (fully) public.
If you want to be helpful with this, you might like to test-drive
how the following affect this:
* Event MPM over others (and Worker over Prefork)
Thanks guys your solutions worked.
_
From: Lyle Wincentsen [mailto:lyle.wincent...@gmail.com]
Sent: Thursday, June 18, 2009 12:47 PM
To: users@httpd.apache.org
Subject: Re: [us...@httpd] how to setup mod_ssl to accept only https
requests
>Davide wrote:
>You have two way: remove t
On 17 Jun 2009, at 18:52, Lyudmila L. Balakireva wrote:
Hello,
I am new to apache and c and
Then you're probably being over-ambitious :-)
One thing that immediately stands out: you're using the request pool,
but you defined your filter to run outside the protocol level, where the
request obj
>Davide wrote:
>You have two way: remove the 'Listen 80' option, basically disabling the
>whole http part, or add a 'RedirectPermanent / https:...' to the default
>http vhost to redirect all the http request to https.
You could also call the following php function at the top of each page
where you
25 matches
Mail list logo