I know this link. But it doesn't help me since I am going to get the already
fixed release of Apache Httpd. I will not compile the C-soucr code myself.
Igor Galić wrote:
>
>
>
> - Original Message -
>>
>> Hi all,
>>
>> I was recently informed from our IT-security team that a securi
Hi all,
I was recently informed from our IT-security team that a security leak was
found by Apache Httpd (see [1]).
This leak was fixed but seems Apache hasn't delevered the fixed version. Who
knows when I can get this new fixed version?
[1] http://securitytracker.com/id/1026353
--
View thi
Hi all,
Can someone recommend me some books about Apache Server-Admin, especially
about communication between Tomcat and Apache Http, configuration of mod_jk
etc.
--
View this message in context:
http://old.nabble.com/Looking-for-books-about-Apache-Server-Administration-tp27110594p27110594.html
I have 2 questiuons.
1.
I see many examples as follow:
[code]
worker.list=worker1,worker2
# Set properties for worker1
worker.worker1.type=ajp13
worker.worker1.host=localhost
worker.worker1.port=8009
# Set properties for worker2
worker.worker2.type=ajp13
worker.worker2.host=localhost
worker.worke
We use Apache Http Server as web server, which load-balances two Jboss
servers. Assumed worker1 is responsed to Jboss1 and worker2 to Jboss2.
Assumed a request comes and a session with ID is created and assumed it goes
to Jboss1. Normally this session will keep so long by Jboss1 till the
session
I was told this param can be found in mod_jk.conf. But I can't fin d this
file. Maybe it's in another file?
--
View this message in context:
http://old.nabble.com/Where-to-set-Apache-httpd-environment-variable-JK_REPLY_TIMEOUT--tp26156658p26156658.html
Sent from the Apache HTTP Server - Users ma
I moved the mod_jk and the workers to another web-server and it works fine.
Seems the problem does not lie on the mod_jk and workers configuration but
somewhere else.
But where?
--
View this message in context:
http://old.nabble.com/sending-request-to-tomcat-failed-%28unrecoverable%29-...-tp2
I've added the reply_timeout as follow:
worker.worker_portfolio_son1.reply_timeout=0
to the workers but I got the same error.
--
View this message in context:
http://old.nabble.com/sending-request-to-tomcat-failed-%28unrecoverable%29-...-tp26126101p26129436.html
Sent from the Apache HTTP Serve
Besides, I use httpd 2.0.5
--
View this message in context:
http://old.nabble.com/sending-request-to-tomcat-failed-%28unrecoverable%29-...-tp26126101p26126296.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.
-
I met a problem:
I use the Apache Httpd Web Server as the web-load-balancing. It works as an
interface between the Client-User and the back-end program deployed on
Jboss.
One of the function of the web-application is generating portfolio-report
and this is a PDF file. The problem is, if the user
The problem is solved. Our network and firewall is has some problems and not
stable. It's fixed now.
--
View this message in context:
http://www.nabble.com/Service-Temporarily-Unavailable-tp25907783p25987110.html
Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com.
Can I set a worker to use both of these properties or just one? I mean if I
use the socket_keepalive=true, is it meaningful to add property
socket_timeout=300?
--
View this message in context:
http://www.nabble.com/relationship-btw.-socket_keepalive-and-socket_timeout-tp25955021p25955021.html
Se
I have a web-application which deployted on Jboss AS. I can render up the web
(such as http://appl-jboss.com/myWap) without any problem.
Later I use the Apache Http Server as the web server and load balancing.
I've configured the listener, worker etc. I render up the web with
http://web-apache.co
Hi all,
I am going to configure a LB in workers.properties. There are 3 workers.
>From the example from internet I found I have two alternatives:
Alternative1:
worker.list=worker_fathers1
worker.template.connection_pool_timeout=600
worker.template.socket_timeout=120
worker.template
>A more comfortable way to test your webserver from your commandline is with
the curl or wget command (every linux distribution has them, i prefer curl)
>So do for example:
>curl http://localhost
>or
>wget http://localhost
>on the machine where your apache is running.
When I entered "curl http:
I have to some correction as follow:
>Once you make sure that there is an Apache running, then you could try the
following :
>enter the command :
>telnet web-mycompany.com 80
>GET / HTTP/1.0
>(the second line above, you have to enter "blind", because there will be no
echo; the third line is just
Sorry for the late reply. I am from Germany. As you replied my question I was
out of office. :)
Now return to your answer:
>Ok, let's start from there.
>First, let's see if Apache is running.
>When you enter the following command :
>netstat -pan | grep '\:80'
>it should at least show one line.
>what version of Apache ?
It is httpd-2.0.46-46.2.ent
>Where is that Jboss server running ?
On RH-Linux on other machine.
>that has nothing to do with either Apache or Jboss.
You are right. This is configuration of the machine. I have to do this since
the machine will listen to this ip.
>That i
Hi all,
I installed the Apache Http Web Server on RH-Linux and want to configure it
so that the incoming browsing will be forward to the application deployted
on Jboss. I do followings:
1. Set the ip-address in "/etc/sysconfig/network-scripts/ifcfg-eth0:xx"
2. Create a .conf file which looks as
More information to my problem:
This problem doesn't come very often. Sometimes it can open the
/tmp/_wl_proxy and wrote to the file such as
"Tue Sep 8 14:22:26 2008 Temp Post File name =
[/tmp/_wl_proxy/_post__28832_66]"
Sometimes it can't.
--
View this message in context:
http://www.na
Hi all,
Sometimes as I send WS-request to our WS via web-server we got error message
as follow. Has someone experience to fix such a problem?
*
Tue Sep 8 11:32:42 2009 Temp Post File name =
[/tmp/_wl_proxy/_post__28832_77]
Tue Sep 8 11:32:42 2009 Could not open temp pos
gt; Von: Evan Platt <[EMAIL PROTECTED]>
>>> Betreff: Re: [EMAIL PROTECTED] How to distribute Web Access?
>>> An: users@httpd.apache.org
>>> Datum: Dienstag, 10. Juni 2008, 16:52
>>>
>>> You need a load balancer or some other 3rd party device. The
I have a web application, i.g. a WAR file. I will deploy this war on several
web-servers. They have the URL. How can I configure the web-server, assumed
I use Apache Tomcat, sothat the web access can be distribute to these web
servers? For example I have 10 web-servers, the daily access is 10.
23 matches
Mail list logo