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
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
*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
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
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
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
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:
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
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
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
10 matches
Mail list logo