Re: [users@httpd] A question about "Apache mod_proxy/mod_rewrite Bug Lets Remote Users Access Internal Servers"

2011-12-19 Thread thomas2004
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

[users@httpd] A question about "Apache mod_proxy/mod_rewrite Bug Lets Remote Users Access Internal Servers"

2011-12-15 Thread thomas2004
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

[us...@httpd] Looking for books about Apache Server-Administration

2010-01-11 Thread thomas2004
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

[us...@httpd] A question about configuration of "workers.properties"

2009-12-14 Thread thomas2004
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

[us...@httpd] A question about session-id problem

2009-12-08 Thread thomas2004
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

[us...@httpd] Where to set Apache httpd environment variable JK_REPLY_TIMEOUT?

2009-11-02 Thread thomas2004
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

[us...@httpd] Re: sending request to tomcat failed (unrecoverable) ...

2009-10-30 Thread thomas2004
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

[us...@httpd] Re: sending request to tomcat failed (unrecoverable) ...

2009-10-30 Thread thomas2004
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

[us...@httpd] Re: sending request to tomcat failed (unrecoverable) ...

2009-10-30 Thread thomas2004
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. -

[us...@httpd] sending request to tomcat failed (unrecoverable) ...

2009-10-30 Thread thomas2004
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

Re: [us...@httpd] Service Temporarily Unavailable

2009-10-20 Thread thomas2004
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.

[us...@httpd] relationship btw. socket_keepalive and socket_timeout

2009-10-19 Thread thomas2004
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

[us...@httpd] Service Temporarily Unavailable

2009-10-15 Thread thomas2004
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

[us...@httpd] A question about defining LB in workers.properties

2009-09-21 Thread thomas2004
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

Re: [us...@httpd] A question about configuring Apache Http Server

2009-09-11 Thread thomas2004
>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:

Re: [us...@httpd] A question about configuring Apache Http Server

2009-09-11 Thread thomas2004
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

Re: [us...@httpd] A question about configuring Apache Http Server

2009-09-11 Thread thomas2004
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.

Re: [us...@httpd] A question about configuring Apache Http Server

2009-09-10 Thread thomas2004
>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

[us...@httpd] A question about configuring Apache Http Server

2009-09-10 Thread thomas2004
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

[us...@httpd] Re: Problem of "Could not open temp post file '/tmp/_wl_proxy"

2009-09-09 Thread thomas2004
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

[us...@httpd] Problem of "Could not open temp post file '/tmp/_wl_proxy"

2009-09-09 Thread thomas2004
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

Re: [EMAIL PROTECTED] How to distribute Web Access?

2008-06-10 Thread thomas2004
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

[EMAIL PROTECTED] How to distribute Web Access?

2008-06-10 Thread thomas2004
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.