RE: [users@httpd] Map a subfolder in a virtualhost (with remote proxy) to a local folder

2012-09-11 Thread Bhattacharya, Sudip
Thanks a lot Tom. Your solution works exactly the way I needed :) -Original Message- From: Tom Evans [mailto:tevans...@googlemail.com] Sent: Tuesday, September 11, 2012 9:56 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Map a subfolder in a virtualhost (with remote proxy) to

Re: [users@httpd] Transferring xhr messages between Apache and a Persistent Program

2012-09-11 Thread Jeff Trawick
On Tue, Sep 11, 2012 at 1:11 PM, Bob Furber wrote: > Can anyone point me in the right direction as to how to go about > Transferring xhr messages between Apache and a Persistent Program? > > We currently use a cgi script (C program) that transfers xhr messages back > and forth to a persistent (C)

[users@httpd] Transferring xhr messages between Apache and a Persistent Program

2012-09-11 Thread Bob Furber
Can anyone point me in the right direction as to how to go about Transferring xhr messages between Apache and a Persistent Program? We currently use a cgi script (C program) that transfers xhr messages back and forth to a persistent (C) program using shared memory. Although the CGI program [s

Re: [users@httpd] Map a subfolder in a virtualhost (with remote proxy) to a local folder

2012-09-11 Thread Tom Evans
On Tue, Sep 11, 2012 at 4:53 PM, Bhattacharya, Sudip wrote: > I have a VirtualHost entry like below, which routes all requests for > http://foo.bar.com URLs to a remote server http://fooremote.bar.com . > > > ServerName foo.bar.com > ProxyRequests Off > ProxyPreserveHost Off > >

Re: [users@httpd] RE: httpd 2.2.22, mod_jk, open_ssl, does not appear to be running secure

2012-09-11 Thread Tom Evans
On Tue, Sep 11, 2012 at 4:55 PM, Law, Bob wrote: > That must have been a change since 2.0.63. We are running apache with > shibboleth and httpd-2.0.63. Our ssl.conf file has the for SSL, > but we don't start up httpd with -DSSL. > > I'm just glad I got it working. > Perhaps your OS/init scri

[users@httpd] Map a subfolder in a virtualhost (with remote proxy) to a local folder

2012-09-11 Thread Bhattacharya, Sudip
I have a VirtualHost entry like below, which routes all requests for http://foo.bar.com URLs to a remote server http://fooremote.bar.com . ServerName foo.bar.com ProxyRequests Off ProxyPreserveHost Off Order deny,allow Allow from all ProxyPass / http:/

RE: [users@httpd] RE: httpd 2.2.22, mod_jk, open_ssl, does not appear to be running secure

2012-09-11 Thread Law, Bob
That must have been a change since 2.0.63. We are running apache with shibboleth and httpd-2.0.63. Our ssl.conf file has the for SSL, but we don't start up httpd with -DSSL. I'm just glad I got it working. Robert Law Software Engineer Wolters Kluwer Health Medical Research 801.304.3012 tel r

RE: [users@httpd] How to strip existing expires/max-age headers and add new

2012-09-11 Thread Bhattacharya, Sudip
Great. Thanks. It works. From: linuxsupport [mailto:lin.supp...@gmail.com] Sent: Tuesday, September 11, 2012 8:24 PM To: users@httpd.apache.org Subject: Re: [users@httpd] How to strip existing expires/max-age hea

Re: [users@httpd] RE: httpd 2.2.22, mod_jk, open_ssl, does not appear to be running secure

2012-09-11 Thread Tom Evans
On Tue, Sep 11, 2012 at 4:09 PM, Law, Bob wrote: > I was able to figure out the problem. Httpd 2.2.22 does not support the > command in the ssl.conf file. Once I removed that, then it > started loading my ssl configuration. > httpd supports just fine. For 'SSL' to be defined, httpd must be

[users@httpd] RE: httpd 2.2.22, mod_jk, open_ssl, does not appear to be running secure

2012-09-11 Thread Law, Bob
I was able to figure out the problem. Httpd 2.2.22 does not support the command in the ssl.conf file. Once I removed that, then it started loading my ssl configuration. Robert Law Software Engineer Wolters Kluwer Health Medical Research 801.304.3012 tel robert@wolterskluwer.com www.ovid.c

Re: [users@httpd] How to strip existing expires/max-age headers and add new

2012-09-11 Thread linuxsupport
try adding below directives Header unset Cache-Control ExpiresByType image/jpeg "access plus 1 month" On Tue, Sep 11, 2012 at 8:10 PM, Bhattacharya, Sudip < sudip.bhattacha...@genpact.com> wrote: > Hi, > > I am new to this group, and also new to Apache HTTPD. Need your expert > inputs on the bel

[users@httpd] How to strip existing expires/max-age headers and add new

2012-09-11 Thread Bhattacharya, Sudip
Hi, I am new to this group, and also new to Apache HTTPD. Need your expert inputs on the below problem that I am facing. We have HTTPD acting as a proxy server, which passes on the requests to a backend WebLogic application server and gets responses from that server. I want to overwrite the ca

RE: [users@httpd] httpd 2.2.22, mod_jk, open_ssl, does not appear to be running secure

2012-09-11 Thread Law, Bob
The only redirect is for httpd to redirect everything from /osp to tomcat. Robert Law Software Engineer Wolters Kluwer Health Medical Research 801.304.3012 tel robert@wolterskluwer.com www.ovid.com -Original Message- From: Nick Kew [mailto:n...@webthing.com] Sent: Monday, September 1

Re: [users@httpd] WAMP SSO

2012-09-11 Thread Satya Prakash Prasad
Thanks for the details. I am sorry but I am Unix guy and have not much expertise on Windows platform. I googled and found that mod_auth_tkt is provided as a UNIX tarball - nothing windows specific. Please let me know how I can migrate / install it on windows? Regards, Prakash On Tue, Sep 11, 20

Re: [users@httpd] Virtual Hosts and SSL Config: Hoist Common Directives Above Server Blocks? [SOLVED]

2012-09-11 Thread Tom Browder
On Mon, Sep 10, 2012 at 10:00 PM, Igor Cicimov wrote: > On Sun, Sep 9, 2012 at 10:57 PM, Tom Browder wrote: >> >> I'm trying to clean up my conf files after getting an all-SSL server >> with several virtual hosts working. ... >> Can I hoist the common SSL cert. stuff out of the server blocks to a

Re: [users@httpd] WAMP SSO

2012-09-11 Thread linuxsupport
try mod_auth_tkt On Tue, Sep 11, 2012 at 11:46 AM, Satya Prakash Prasad < satyaprakash.pra...@gmail.com> wrote: > Thanks to all for the information and details as provided. > > I would try to explore the various options provided in the discussion. > Kindly note that I need to implement it on WAMP