Re: [users@httpd] Help required to enable the mod_cache on the apache web server 2.2.17.

2012-03-27 Thread Tom Evans
On Tue, Mar 27, 2012 at 1:25 PM, Pramodkumar Srikantamurthy wrote: > > Hello every one, > > Can any one plz let me know the correct steps to enable the mod_cache and > mod_disk_cache on the apache webserver 2.2.17 on the UNIX box. > > All we know is using the command apxs – c  mod_cache.c  (prese

Re: [users@httpd] Help required to enable the mod_cache on the apache web server 2.2.17.

2012-03-27 Thread Eric Covener
read the other thread you started. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Question About ACL

2012-03-27 Thread Téssio Fechine
> De: Tom Evans > Assunto: Re: [users@httpd] Question About ACL > Para: users@httpd.apache.org > Data: Segunda-feira, 26 de Março de 2012, 10:14 > 2012/3/26 Téssio Fechine : > > > >> Not at all; you are right that that stanza is > equivalent to > >> "Order > >> Allow,Deny", but the behaviour aft

[users@httpd] Help required to enable the mod_cache on the apache web server 2.2.17.

2012-03-27 Thread Pramodkumar Srikantamurthy
Hello every one, Can any one plz let me know the correct steps to enable the mod_cache and mod_disk_cache on the apache webserver 2.2.17 on the UNIX box. All we know is using the command apxs - c mod_cache.c (present in the /usr/local/httpd-2.2.17/modules/cache directory). This command w

Re: [users@httpd] Apache as Proxy in a LAN, behind a proxy

2012-03-27 Thread Cristian Senchiu
Hi Tom, Martin, Thanks for your help, it opened my eyes. Everything working now. And sorry for the two replies to you and on list... Cheers Cristi. - Original Message - > From: Tom Evans > To: users@httpd.apache.org > Cc: > Sent: Tuesday, March 27, 2012 1:59 PM > Subject: Re: [users@

Re: [users@httpd] Apache as Proxy in a LAN, behind a proxy

2012-03-27 Thread Tom Evans
On Tue, Mar 27, 2012 at 12:52 PM, Cristian Senchiu wrote: > Hi Tom, > > Thank you too for your reply! Please reply on list, and not directly to me. > So I have no chance to make Apache use the "machine proxy settings"... That's what I said. > Well, the only solution is then to use ProxyRemote

Re: [users@httpd] Apache as Proxy in a LAN, behind a proxy

2012-03-27 Thread Tom Evans
On Tue, Mar 27, 2012 at 12:11 PM, Cristian Senchiu wrote: > Hi there, > >[…] > Do you know if there is any configuration where i tell Apache to use > machines proxy settings? Or where I could tell Apache that it is behind a > proxy and give it the proxy settings? > Only windows machines have 'mac

Re: [users@httpd] Apache as Proxy in a LAN, behind a proxy

2012-03-27 Thread Martin Hasicek
Hi, I think, this part of documentation should be useful http://httpd.apache.org/docs/2.2/mod/mod_proxy.html mh On Tue, Mar 27, 2012 at 1:11 PM, Cristian Senchiu wrote: > Hi there, > > > I hope that someone knows the answer to this. > I'm in a LAN that's behind a squid proxy. Any access to the

[users@httpd] Apache as Proxy in a LAN, behind a proxy

2012-03-27 Thread Cristian Senchiu
Hi there, I hope that someone knows the answer to this. I'm in a LAN that's behind a squid proxy. Any access to the outside world goes through this proxy. On one machine in the LAN I have an Apache that tries to proxy requests to a certain location to a server outside of the LAN. (Why this you

Re: [users@httpd] Help required to solve the error compiling the mod_cache.

2012-03-27 Thread Eric Covener
On Tue, Mar 27, 2012 at 2:22 AM, Pramodkumar Srikantamurthy wrote: > Hi, > > > > We are getting the following error when we compiled the mod_cache on the > unix server and try to load the same. > > > > httpd: Syntax error on line 147 of /usr/local/apache/conf/httpd.conf: Can't > locate API module

Re: [users@httpd] design of authentication pages in http server

2012-03-27 Thread Tom Evans
On Mon, Mar 26, 2012 at 8:42 PM, Sivaraman V wrote: > > Dear All, > > I am trying to create a java web application in which the authentication > part should be handled purely by apache http server. > > On opening the front page of the application, the content should be served > from the http serve