Re: [EMAIL PROTECTED] Memory consumption

2005-08-03 Thread Kamil Srot
Hi Gary, I found exactly the same code and tried it... it doesn't work in some cases... see other answers to my question by Joshua - it seems to be really problem with the Range headers... Currently my situation is quite bas as our system runs with double autentization and it does server

Re: [EMAIL PROTECTED] Log Error: Directory index forbidden by rule ????? Help!

2005-08-03 Thread Stephen
Dean Maunder wrote: Look in your httpd.conf file for this: -- # DirectoryIndex: sets the file that Apache will serve if a directory # is requested. # # The index.html.var file (a type-map) is used to deliver content- # negotiated documents. The MultiViews Option can

Re: [EMAIL PROTECTED] warnings in error log

2005-08-03 Thread Malka Cymbalista
I did not have a problem with includes working. My problem that all these warning messages were being written to the error log. In order for includes to work, you need the following in your httpd.conf file: The Options directive after the Directory directive that defines your Document Root

Re: [EMAIL PROTECTED] Configuration access restriction to public_html.

2005-08-03 Thread Joshua Slive
On 8/3/05, Chris Johnson [EMAIL PROTECTED] wrote: We need to prevent users with URLs of the ~user variety from doing PHP or other things which execute arbirtary code. But (there's always a but), at the same time we need to allow it for URLs not of that type, i.e. all other references.

Re: [EMAIL PROTECTED] Configuration access restriction to public_html.

2005-08-03 Thread Joshua Slive
On 8/3/05, Chris Johnson [EMAIL PROTECTED] wrote: On Wed, 3 Aug 2005, Joshua Slive wrote: Location /~ php_flag engine off /Location For Apache PHP module, which we have. Not used to using Location much. I only want to prevent its use in usr's public_html remember. The above

Re: [EMAIL PROTECTED] Configuration access restriction to public_html.

2005-08-03 Thread Chris Johnson
On Wed, 3 Aug 2005, Joshua Slive wrote: On 8/3/05, Chris Johnson [EMAIL PROTECTED] wrote: On Wed, 3 Aug 2005, Joshua Slive wrote: Location /~ php_flag engine off /Location For Apache PHP module, which we have. Not used to using Location much. I only want to prevent its

Re: [EMAIL PROTECTED] Can reverse proxy forward digital certificates.

2005-08-03 Thread Jose Serrano Rodenas
Very Thanks for the information. Anyway, Do you know some resource where explain how to do what you say. Thanks again Axel-Stéphane SMORGRAV wrote: As far as I know, it cannot. What you can do though, is to forward the certificate data as a header variable or in the query string. The

Re: [EMAIL PROTECTED] Configuration access restriction to public_html.

2005-08-03 Thread Joshua Slive
On 8/3/05, Chris Johnson [EMAIL PROTECTED] wrote: Now, when I did this once before (it was a while ago) the FileInfo override was what stopped .htaccess from doing AddType, yes? That not being there is what does it. Right? Yes. See the Override line at

[EMAIL PROTECTED] JSP pages and Apache 2

2005-08-03 Thread Stephen Carville
During a migration from Apache 1 to Apache 2 I found a problem with DirectoryIndex in VirtualHosts I have several Virtual Hosts defined with a DirectoryIndex: VirtualHost *:80 ServerName www.nationwide-totalflood.com DocumentRoot/var/jakarta/dpsi-corp/ROOT DirectoryIndex

[EMAIL PROTECTED] Bandwidth quota's?

2005-08-03 Thread Matt Pruett
Is it possible to implement in apache a website bandwidth quota? You see it on a number of hosting companies, where if a site chews up too much the users will eventually get a different site saying something like site has used up their monthly bandwidth quota. I am mostly interested in protecting

Re: [EMAIL PROTECTED] JSP pages and Apache 2

2005-08-03 Thread John Hicks
Stephen Carville wrote: During a migration from Apache 1 to Apache 2 I found a problem with DirectoryIndex in VirtualHosts I have several Virtual Hosts defined with a DirectoryIndex: VirtualHost *:80 ServerName www.nationwide-totalflood.com DocumentRoot

[EMAIL PROTECTED] Aliased interface -- bind failed, address in use

2005-08-03 Thread Kevin DeGraaf
I have a Linux 2.4.27 machine with the following interface configuration: eth0 [xx.xx.xx.162] UP BROADCAST RUNNING etc. eth0:1 [xx.xx.xx.165] UP BROADCAST RUNNING etc. I can ping the machine on both interfaces. I have OpenVPN running on tcp/xx.xx.xx.165:443 and nothing running on

Re: [EMAIL PROTECTED] Aliased interface -- bind failed, address in use

2005-08-03 Thread Ivan Barrera A.
Kevin DeGraaf wrote: I have a Linux 2.4.27 machine with the following interface configuration: eth0 [xx.xx.xx.162] UP BROADCAST RUNNING etc. eth0:1 [xx.xx.xx.165] UP BROADCAST RUNNING etc. I can ping the machine on both interfaces. I have OpenVPN running on tcp/xx.xx.xx.165:443 and

[EMAIL PROTECTED] Re: Aliased interface -- bind failed, address in use

2005-08-03 Thread Kevin DeGraaf
That doesn't demonstrate that OpenVPN is only listening on the 165 interface. netstat -nlp | grep 443 should. # netstat -nlp | grep 443 (no results returned) This makes sense because OpenVPN is in point-to-point mode, i.e. accept one connection and then don't listen for any more. To

Re: [EMAIL PROTECTED] JSP pages and Apache 2

2005-08-03 Thread Stephen Carville
John Hicks wrote: Stephen Carville wrote: During a migration from Apache 1 to Apache 2 I found a problem with DirectoryIndex in VirtualHosts I have several Virtual Hosts defined with a DirectoryIndex: VirtualHost *:80 ServerName www.nationwide-totalflood.com DocumentRoot

Re: [EMAIL PROTECTED] Aliased interface -- bind failed, address in use

2005-08-03 Thread Stephen Carville
Kevin DeGraaf wrote: I have a Linux 2.4.27 machine with the following interface configuration: eth0 [xx.xx.xx.162] UP BROADCAST RUNNING etc. eth0:1 [xx.xx.xx.165] UP BROADCAST RUNNING etc. I can ping the machine on both interfaces. I have OpenVPN running on tcp/xx.xx.xx.165:443 and nothing