[users@httpd] Apache 2.2 with mod_ntlm not working

2011-02-02 Thread a . smith
Hi, I'm attempting to get mod_ntlm2 working (I've not previously used it). On a FreeBSD 8.1 server I have installed apache 2.2 and mod_ntlm and added a section to the httpd.conf like: AuthName "NTLM Auth" AuthType NTLM NTLMAuth on NTLMAuthoritative on NTLMDomain

[users@httpd] basic question

2011-02-02 Thread Lava Saleem
Hi, I'm a new user for apache and I have simple questions first one is : I have already downloaded apache tomcat and now I need to set apache httpd as a proxy I have a httpd in my /etc linux box ( centos 2.6.18 and the apache tomcat is 7.0.4 ) but I don't see apache directory beside the apache tomc

Re: [users@httpd] apache as a front end to tomcat instance

2011-02-02 Thread James Godrej
- Original Message >From: "bf...@free-man.net" >To: users@httpd.apache.org >Sent: Thu, 3 February, 2011 12:14:00 AM >Subject: Re: [users@httpd] apache as a front end to tomcat instance >then create a new virtualhost with the \ >ProxyPass /portal/ ajp://192.168.1.4:8009/ ===

Re: [users@httpd] Browser, Apache and caching...

2011-02-02 Thread Igor Galić
- "Tony Anecito" wrote: > Hi Tom, > > So for the If-Last-Modified header it has to go all the way back to > the origin > server and not stop at the browser cache or proxy server correct? The > Proxy does > not periodically (async) check the origin server? Whereas for the This highly depend

Re: [users@httpd] Apache2, Fastcgi and PHP

2011-02-02 Thread Igor Galić
- "Silvio Siefke" wrote: > Hello, > > i try since 2 days to run Apache with FastCGI and PHP. I have try > other > configuration, FCGI with PHP, the same. The apache want not use PHP > over > CGI. > > Before i use a configuration with suPHP and PHP-CGI without any > Problems. Only that this

Re: [users@httpd] Expires question...

2011-02-02 Thread Tony Anecito
Thanks I was wondering. -Tony - Original Message From: Eric Covener To: users@httpd.apache.org Sent: Wed, February 2, 2011 11:47:56 AM Subject: Re: [users@httpd] Expires question... On Wed, Feb 2, 2011 at 1:29 PM, Tony Anecito wrote: > Hi All, > > If the expires header is set initia

Re: [users@httpd] Expires question...

2011-02-02 Thread Eric Covener
On Wed, Feb 2, 2011 at 1:29 PM, Tony Anecito wrote: > Hi All, > > If the expires header is set initially at say 2 weeks in the future and the > next > day set to 1 week in the future when will the 1 week in the future be picked > up > by the brower or web cache that is in front of the web server

Re: [users@httpd] apache as a front end to tomcat instance

2011-02-02 Thread bf...@free-man.net
then create a new virtualhost with the \ ProxyPass /portal/ ajp://192.168.1.4:8009/ = BJ Freeman Strategic Power Office with Supplier Automation Specialtymarket.com Syste

[users@httpd] Expires question...

2011-02-02 Thread Tony Anecito
Hi All, If the expires header is set initially at say 2 weeks in the future and the next day set to 1 week in the future when will the 1 week in the future be picked up by the brower or web cache that is in front of the web server that was set to 1 week? Assuming no file name changes. Thanks,

Re: [users@httpd] Browser, Apache and caching...

2011-02-02 Thread Tony Anecito
Hi Tom, So for the If-Last-Modified header it has to go all the way back to the origin server and not stop at the browser cache or proxy server correct? The Proxy does not periodically (async) check the origin server? Whereas for the Expires header it will not go to the origin server but rath

Re: [users@httpd] Browser, Apache and caching...

2011-02-02 Thread Tom Evans
On Wed, Feb 2, 2011 at 5:06 PM, Tony Anecito wrote: > Hi All, > > I am wondering for the browser cache to work does the expires headers in the > apache config file have to be setup? Or by default when the page request from > the browser hits apache does it look at the file modified time stamp for

Re: [users@httpd] apache as a front end to tomcat instance

2011-02-02 Thread James Godrej
- Original Message From: "bf...@free-man.net" To: users@httpd.apache.org Sent: Wed, 2 February, 2011 7:44:08 PM Subject: Re: [users@httpd] apache as a front end to tomcat instance >I am using Centos 5 with apache 3.2.2 >/etc/httpd/config.d/proxy_ajp.conf >in the virtualhost >ProxyPa

Re: [users@httpd] apache as a front end to tomcat instance

2011-02-02 Thread James Godrej
- Original Message From: Martin Kuba To: users@httpd.apache.org Sent: Wed, 2 February, 2011 6:21:50 PM Subject: Re: [users@httpd] apache as a front end to tomcat instance >Hi, >the forward from Apache to Tomcat for /portal using AJP is correct, however >the second forward using HTTP

Re: [users@httpd] Apache2, Fastcgi and PHP

2011-02-02 Thread Nilesh Govindarajan
On 02/02/2011 10:28 PM, Silvio Siefke wrote: > Hello, > > > Am 02.02.2011 17:26, schrieb Nilesh Govindarajan: >> Quite a weird question, have you checked the firewall? >> Try if it works without the firewall. >> I don't think a firewall would ever be configured to block localhost >> connections (

[users@httpd] Browser, Apache and caching...

2011-02-02 Thread Tony Anecito
Hi All, I am wondering for the browser cache to work does the expires headers in the apache config file have to be setup? Or by default when the page request from the browser hits apache does it look at the file modified time stamp for the file on disk or Apache cache and compares to whatever t

Re: [users@httpd] Apache2, Fastcgi and PHP

2011-02-02 Thread Silvio Siefke
Hello, Am 02.02.2011 17:26, schrieb Nilesh Govindarajan: > Quite a weird question, have you checked the firewall? > Try if it works without the firewall. > I don't think a firewall would ever be configured to block localhost > connections (its absurd!), but still. I have no firewall active on th

Re: [users@httpd] Apache2, Fastcgi and PHP

2011-02-02 Thread Nilesh Govindarajan
On 02/02/2011 09:04 PM, Silvio Siefke wrote: > Am 02.02.2011 16:05, schrieb Nilesh Govindarajan: >> ScriptAlias /cgi-bin/ /usr/local/apache2/cgi-bin/ >> AddHandler php-fcgi .php >> Action php-fcgi /cgi-bin/php-cgi >> >> Options +ExecCGI >> > > I think u use a shell script that speak apache with

Re: [users@httpd] Apache2, Fastcgi and PHP

2011-02-02 Thread Silvio Siefke
Am 02.02.2011 16:05, schrieb Nilesh Govindarajan: > ScriptAlias /cgi-bin/ /usr/local/apache2/cgi-bin/ > AddHandler php-fcgi .php > Action php-fcgi /cgi-bin/php-cgi > > Options +ExecCGI > I think u use a shell script that speak apache with php-cgi. But this should works better with spawn-fcgi, s

Re: [users@httpd] Apache2, Fastcgi and PHP

2011-02-02 Thread Nilesh Govindarajan
On 02/02/2011 08:23 PM, Silvio Siefke wrote: > Hello, > > i try since 2 days to run Apache with FastCGI and PHP. I have try other > configuration, FCGI with PHP, the same. The apache want not use PHP over > CGI. > > Before i use a configuration with suPHP and PHP-CGI without any > Problems. Only

RE: [users@httpd] Apache server-status - no PID and status [DEAD]

2011-02-02 Thread Bogdan Seweryn
Thanks for your answer! -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: Wednesday, February 02, 2011 3:17 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Apache server-status - no PID and status [DEAD] On Wed, Feb 2, 2011 at 9:08 AM, Bogdan Seweryn wrote:

[users@httpd] Apache2, Fastcgi and PHP

2011-02-02 Thread Silvio Siefke
Hello, i try since 2 days to run Apache with FastCGI and PHP. I have try other configuration, FCGI with PHP, the same. The apache want not use PHP over CGI. Before i use a configuration with suPHP and PHP-CGI without any Problems. Only that this like not some CMS which want try. So i must change

RE: [users@httpd] Apache Windows package with OpenSSL

2011-02-02 Thread Samedov, Alek
Hi Igor, Thank you very much for your prompt response and link provided to alternative downloads of Apache binaries. I will search postings on this site to learn other users experience with different Win package distribution. Regards, Alek -Original Message- From: users-return-9876

Re: [users@httpd] Apache server-status - no PID and status [DEAD]

2011-02-02 Thread Eric Covener
On Wed, Feb 2, 2011 at 9:08 AM, Bogdan Seweryn wrote: > > Then please browse this link  http://httpd.apache.org/server-status?notable > And search for "[Dead]" entries - I have similar Dead entries on my apache > and I want to know what is it - what it means. > It's just a past process that has

Re: [users@httpd] apache as a front end to tomcat instance

2011-02-02 Thread bf...@free-man.net
I am using Centos 5 with apache 3.2.2 /etc/httpd/config.d/proxy_ajp.conf in the virtualhost ProxyPass /portal/ ajp://192.168.1.4:8009/ remove ProxyPass / http://192.168.1.4/ ProxyPassReverse / http://192.168.1.4/ you need to add ServerName research.openitup.in:80 James Godrej sent the

RE: [users@httpd] Apache server-status - no PID and status [DEAD]

2011-02-02 Thread Bogdan Seweryn
Then please browse this link http://httpd.apache.org/server-status?notable And search for "[Dead]" entries - I have similar Dead entries on my apache and I want to know what is it - what it means. -Original Message- From: Igor Galić [mailto:i.ga...@brainsware.org] Sent: Wednesday, F

Re: [users@httpd] Apache server-status - no PID and status [DEAD]

2011-02-02 Thread Igor Galić
- "Bogdan Seweryn" wrote: > Any idea? > > > -Original Message- > From: Bogdan Seweryn [mailto:b.sewe...@deltavista.com] > Sent: Wednesday, January 26, 2011 4:39 PM > To: users@httpd.apache.org > Subject: RE: [users@httpd] Apache server-status - no PID and status > [DEAD] > > I w

Re: [users@httpd] Apache Windows package with OpenSSL

2011-02-02 Thread Igor Galić
- "Alek Samedov" wrote: > Hello, > > > > I have Apache httpd 2.2.16 with OpenSSL 0.9.8o running on Windows 2003 > 64-bit. Apache installed by using Win32 binary > httpd-2.2.16-win32-x86-openssl-0.9.8o.msi. > > > > I have to upgrade both Apache and OpenSSL to the best available > versio

[users@httpd] LimitRequestBody and Content-Length header

2011-02-02 Thread Joe Littlejohn
Hi all, I'm try to use the LimitRequestBody directive to protect against clients that attempt to make request with extremely large body to negatively affect our service. I'd like to know whether this directive rejects requests based on the value of the Content-Length header, or whether the *real*

Re: [users@httpd] apache as a front end to tomcat instance

2011-02-02 Thread Martin Kuba
Hi, the forward from Apache to Tomcat for /portal using AJP is correct, however the second forward using HTTP defined by the directive ProxyPass / http://192.168.1.4/ is most likely wrong, as the main page from /portal links to CSS http://research.openitup.in/library/skin/default/portal.css whi

RE: [users@httpd] Apache server-status - no PID and status [DEAD]

2011-02-02 Thread Bogdan Seweryn
Any idea? -Original Message- From: Bogdan Seweryn [mailto:b.sewe...@deltavista.com] Sent: Wednesday, January 26, 2011 4:39 PM To: users@httpd.apache.org Subject: RE: [users@httpd] Apache server-status - no PID and status [DEAD] I want to reconfigure my apache and get rid of this Dead s

Re: [users@httpd] apache as a front end to tomcat instance

2011-02-02 Thread James Godrej
- Original Message From: James Godrej To: users@httpd.apache.org Sent: Wed, 2 February, 2011 4:05:40 PM Subject: Re: [users@httpd] apache as a front end to tomcat instance - Original Message From: "bf...@free-man.net" To: users@httpd.apache.org Sent: Wed, 2 February, 20

Re: [users@httpd] apache as a front end to tomcat instance

2011-02-02 Thread James Godrej
- Original Message From: "bf...@free-man.net" To: users@httpd.apache.org Sent: Wed, 2 February, 2011 10:36:07 AM Subject: Re: [users@httpd] apache as a front end to tomcat instance assuming your apache website can be seen from the internet, meaning you have a domain the the dns is d