[us...@httpd] Re: Running apache in jail

2009-03-30 Thread Igor Cicimov
Ok found what I was missing ... I have cerated all the neccessary files but forgot to tell the jail how to look for user accounts :) # cat /chroot/etc/nsswitch.conf # # /etc/nsswitch.dns: # # An example file that could be copied over to /etc/nsswitch.conf; it uses # DNS for hosts lookups, otherwis

[us...@httpd] Running apache in jail

2009-03-30 Thread Igor Cicimov
Hi all, I have problems starting the apache in jail. The error I get is: [Tue Mar 31 04:33:48 2009] [notice] Apache/2.2.8 (Unix) configured -- resuming normal operations [Tue Mar 31 04:33:48 2009] [info] Server built: May 30 2008 08:24:34 [Tue Mar 31 04:33:48 2009] [debug] worker.c(1740): AcceptM

Re: [us...@httpd] From https to http and vice versa

2009-03-30 Thread Krist van Besien
On Mon, Mar 30, 2009 at 10:15 PM, Alessandro Fantuzzi wrote: > We have to put some pages under SSL, just some, say: > > https://www.site.com/public/subscribe.jsp > https://www.site.com/public/unsubscribe.jsp Generally speaking the moment you put some pages under SSL you can as well put all pages

[us...@httpd] Apache not letting child process die

2009-03-30 Thread gf b
Hi everyone. I have a Perl CGI script, which runs on Linux, and whose execution involves forking a child process. For clarity, I'll refer to this child process as C, and to the original process as P. After the forking, process C goes off to perform a lengthy calculation and cache the results. Pr

Re: [us...@httpd] From https to http and vice versa

2009-03-30 Thread Brian Mearns
On Mon, Mar 30, 2009 at 4:15 PM, Alessandro Fantuzzi wrote: > We have a site running on Apache and Tomcat > LINUX > APACHE     2.0.59 > TOMCAT     5.5.20 > JVM    1.5 > > We have to put some pages under SSL, just some, say: > > https://www.site.com/public/subscribe.jsp > https://www.site.com/publi

Re: [us...@httpd] Apache reverse proxy and IIS integrated authentication

2009-03-30 Thread Lucas Ferreira
Hello André, thanks for the answer. Besides using NTLM, is there any alternative? Would Kerberos work? Thanks, Lucas On Mon, Mar 30, 2009 at 18:40, André Warnier wrote: > Lucas Ferreira wrote: > >> Hello, >> >> I have a Microsoft IIS web server that uses integrated authentication: >> >> WWW-

Re: [us...@httpd] Apache reverse proxy and IIS integrated authentication

2009-03-30 Thread Lucas Ferreira
Hello André, thanks for the answer. Besides using NTLM, is there any alternative? Would Kerberos work? Thanks, Lucas On Mon, Mar 30, 2009 at 18:40, André Warnier wrote: > Lucas Ferreira wrote: > >> Hello, >> >> I have a Microsoft IIS web server that uses integrated authentication: >> >> WWW-

Re: [us...@httpd] Persistent http 1.1 connections

2009-03-30 Thread André Warnier
Tony Anecito wrote: Hi All, If using Apache 2.x does it automatically use persistent http 1.1 connections? That is the default option, if the browser requests it. Is there some way to force that to happen from the Apache end? No. You can turn it off at the Apache end, but I believe that wheth

Re: [us...@httpd] Apache reverse proxy and IIS integrated authentication

2009-03-30 Thread André Warnier
Lucas Ferreira wrote: Hello, I have a Microsoft IIS web server that uses integrated authentication: WWW-Authenticate: Negotiate WWW-Authenticate: NTLM I would like to setup an Apache-based reverse proxy before this web site. I have the proxy configured and working for non-authenticated request

[us...@httpd] Persistent http 1.1 connections

2009-03-30 Thread Tony Anecito
Hi All, If using Apache 2.x does it automatically use persistent http 1.1 connections? Is there some way to force that to happen from the Apache end? Thanks, -Tony - The official User-To-User support forum of the Apac

[us...@httpd] Security Consulting.

2009-03-30 Thread Grant Peel
Hi all, I originally posted this to the PHP mailing list with, so far, less than helpful results. I am not a fan of cross-posting, but I suspect there may be a few ISP support / server admins who may be interested in this offer. Good Morning / Afternoon, We run several of our own servers: -

[us...@httpd] From https to http and vice versa

2009-03-30 Thread Alessandro Fantuzzi
We have a site running on Apache and Tomcat LINUX APACHE 2.0.59 TOMCAT 5.5.20 JVM1.5 We have to put some pages under SSL, just some, say: https://www.site.com/public/subscribe.jsp https://www.site.com/public/unsubscribe.jsp We will install the 128 bit certificate under Apache Ht

[us...@httpd] Apache reverse proxy and IIS integrated authentication

2009-03-30 Thread Lucas Ferreira
Hello, I have a Microsoft IIS web server that uses integrated authentication: WWW-Authenticate: Negotiate WWW-Authenticate: NTLM I would like to setup an Apache-based reverse proxy before this web site. I have the proxy configured and working for non-authenticated requests, but every request tha

Re: [us...@httpd] Server document root change

2009-03-30 Thread Brian Mearns
On Mon, Mar 30, 2009 at 11:59 AM, Manoj Singh wrote: > Hi All, > > My production server has facing disk full problem. Actually my server has > the following drives mounted: > /var - 10 GB > /home - 200 GB > etc... > > Now i want to change the document root of apache server from /var to /home. > >

Re: [us...@httpd] Server document root change

2009-03-30 Thread André Warnier
Manoj Singh wrote: Hi All, My production server has facing disk full problem. Actually my server has the following drives mounted: /var - 10 GB /home - 200 GB etc... Now i want to change the document root of apache server from /var to /home. Is there any problem if i change this? No. But you

[us...@httpd] Server document root change

2009-03-30 Thread Manoj Singh
Hi All, My production server has facing disk full problem. Actually my server has the following drives mounted: /var - 10 GB /home - 200 GB etc... Now i want to change the document root of apache server from /var to /home. Is there any problem if i change this? Please suggest. Regards, Manoj

[us...@httpd] Connection errors with mod_proxy_balancer and tomcat 5.5

2009-03-30 Thread Peter Buning
Hi, we encounter some strange errors with our apache (v2.2) fronting 4 tomcat (v5.5) server. We are loadbalancing with sticky sessions to our tomcats. Everything runs fine beside the fact that 0.1% of all requests get a 503 http status code. The rate raises under load, but it is at least 0.1

Re: [us...@httpd] Virtual hosts + proxy

2009-03-30 Thread Ignacio Avellino
> You router only sees the IP address and the port, and so can only make > decisions based on that. The router doesn't see the URL unless it's an > application level router, which I asume it isn't or you wouldn't be > asking this here. Krist: You're right .. it's a plain old router, not applicat