[users@httpd] (unit/system) tests for apache web server?

2011-04-07 Thread Celal Ziftci
Hi everyone, I am a PhD student doing research on program analysis, specifically for tests (unit/system). I would like to try my research framework on apache web server, and I was looking for unit-tests or system tests that test different functionality in the web server. I took a look at the source

Re: [users@httpd] Reverse proxy breaks image links ?

2011-04-07 Thread Ed Sutton
On Apr 7, 2011, at 9:42 AM, Nick Kew wrote: > On Thu, 7 Apr 2011 08:52:27 -0500 > Ed Sutton wrote: > >> >How do you properly configure a reverse proxy to forward >> >http://myserver/jenkins to http://myserver:8080? The configuration below >> >works, yet it breaks image links. I tried adding

[users@httpd] Re: Not able to get apache and tomcat ajp connection to work

2011-04-07 Thread Dharamshila Khandelwal
*This is the error from error_logs:* [Thu Apr 07 12:04:48 2011] [debug] proxy_util.c(1818): proxy: grabbed scoreboard slot 0 in child 17537 for worker ajp://spdlws01.hsn.net:9393/ [Thu Apr 07 12:04:48 2011] [debug] proxy_util.c(1934): proxy: initialized single connection worker 0 in child 17537 fo

[users@httpd] Not able to get apache and tomcat ajp connection to work

2011-04-07 Thread Dharamshila Khandelwal
I am trying to get tomcat and apache AJP connection to work using mod *I have the following configuration for apache 2.2.15 httpd.conf:* Listen *9093* LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_ajp_module modules/mod_proxy_ajp.so AddDefaultCharset Off Order deny,allow Allow

Re: [users@httpd] Not able to connect apache to tomcat using mod_proxy_ajp

2011-04-07 Thread Dharamshila Khandelwal
Thanks Eric, I was able to get apache to start, but I am still not able to get the application to work on the web browse. Creating another thread for that. Thanks! On Thu, Apr 7, 2011 at 10:48 AM, Eric Covener wrote: > On Thu, Apr 7, 2011 at 10:42 AM, Dharamshila Khandelwal > wrote: > > Trying

Re: [users@httpd] Not able to connect apache to tomcat using mod_proxy_ajp

2011-04-07 Thread Eric Covener
On Thu, Apr 7, 2011 at 10:42 AM, Dharamshila Khandelwal wrote: > Trying to connect Apache 2.2.17 with tomcat 6.0.32 using mod_proxy_ajp on > Redhat 6 64 bit machine, I get the following error when I start-up: > > > > hsnweb@spdlws01:/opt/hsnweb/web93d/apache/run > ./apachectl start > > httpd: Synt

Re: [users@httpd] Reverse proxy breaks image links ?

2011-04-07 Thread Nick Kew
On Thu, 7 Apr 2011 08:52:27 -0500 Ed Sutton wrote: > How do you properly configure a reverse proxy to forward > http://myserver/jenkins to http://myserver:8080? The configuration below > works, yet it breaks image links. I tried adding mod_proxy_html without > success. Here is what I have:

[users@httpd] Not able to connect apache to tomcat using mod_proxy_ajp

2011-04-07 Thread Dharamshila Khandelwal
Trying to connect Apache 2.2.17 with tomcat 6.0.32 using mod_proxy_ajp on Redhat 6 64 bit machine, I get the following error when I start-up: hsnweb@spdlws01:/opt/hsnweb/web93d/apache/run > ./apachectl start *httpd: Syntax error on line 417 of /opt/hsnweb/web93d/apache2/conf/httpd.conf: Cannot

Re: [users@httpd] Reverse proxy breaks image links ?

2011-04-07 Thread Igor Cicimov
For reverse proxy you need ProxyRequests Off On Apr 7, 2011 11:53 PM, "Ed Sutton" wrote: How do you properly configure a reverse proxy to forward http://myserver/jenkins to http://myserver:8080? The configuration below works, yet it breaks image links. I tried adding mod_proxy_html without su

[users@httpd] Reverse proxy breaks image links ?

2011-04-07 Thread Ed Sutton
How do you properly configure a reverse proxy to forward http://myserver/jenkins to http://myserver:8080? The configuration below works, yet it breaks image links. I tried adding mod_proxy_html without success. Here is what I have: 1 - Apache stack running on port 80. http://myserver 2 - J