[EMAIL PROTECTED] Redirect https -> http

2007-05-28 Thread Peter Gordon
Server version: Apache/2.2.4 (Unix) Server built: Apr 22 2007 15:51:28 I have the following rule in httpd.conf. It forces redirection from http -> https and works correctly. RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^/(.*) https://%{SERVER_NAME}/$1 [L,R] RewriteLogLevel 9 Rewrite

RE: [EMAIL PROTECTED] really basic website questions

2007-05-28 Thread Boyle Owen
> -Original Message- > From: Nat Colley [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 29, 2007 12:21 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] really basic website questions > > I keep getting confused about ServerName. When people talk > about "server" sometimes they

RE: [EMAIL PROTECTED] Apache web server efficiency go down with increasing uptime.

2007-05-28 Thread Boyle Owen
> -Original Message- > From: kalaj [mailto:[EMAIL PROTECTED] > Sent: Monday, May 28, 2007 2:40 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Apache web server efficiency go > down with increasing uptime. > > > I setted MaxRequestsPerChild 25 before. This only affects

[EMAIL PROTECTED] really basic website questions

2007-05-28 Thread Nat Colley
I keep getting confused about ServerName. When people talk about "server" sometimes they mean a machine, other times they mean software. In these Apache directives, at least in the examples, the term 'server' seems to be referring to a domain name. But even a domain name is confusing, because th

Re: [EMAIL PROTECTED] Internet Explorer 7 only downloads half of file

2007-05-28 Thread Res
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 28 May 2007, Steve Finkelstein wrote: Hello - I've seen something similar in a previous development environment I had participated in setting up. In particular, the culprit was a .css file, however that was most likely coincidence and irrel

Re: [EMAIL PROTECTED] Internet Explorer 7 only downloads half of file

2007-05-28 Thread Hamilton Vera
The only problem till now with IE7, it is related with SSL certificates, no problems with downloads yet ( even in version 1.3.34 and 1.3.37). Hamilton Vera int Administrator (char Network[],char ComputationalSystems[]); http://antispam.br/ "Google is my shepherd, no want shall I know" On Mon,

Re: [EMAIL PROTECTED] Internet Explorer 7 only downloads half of file

2007-05-28 Thread Steve Finkelstein
Hello - I've seen something similar in a previous development environment I had participated in setting up. In particular, the culprit was a .css file, however that was most likely coincidence and irrelevant as the Content Type of the file was not at fault. What happens if you try to wget/curl th

Re: [EMAIL PROTECTED] Question about, reverse proxy and forward, other's...

2007-05-28 Thread Vincent Bray
On 28/05/07, Pitoniso Rikito Rikin <[EMAIL PROTECTED]> wrote: As I can make so that the petitions Post that they are made to my Server make them persistent and if that same petition to direct it for example forward an external application, my Server Ssh... that modules need that should add to the

[EMAIL PROTECTED] Question about, reverse proxy and forward, other's...

2007-05-28 Thread Pitoniso Rikito Rikin
As I can make so that the petitions Post that they are made to my Server make them persistent and if that same petition to direct it for example forward an external application, my Server Ssh... that modules need that should add to the config, the objective is to connect me to the Servant Ssh...

Re: [EMAIL PROTECTED] Problem with htaccess (/year/month/day/)

2007-05-28 Thread Joshua Slive
On 5/28/07, thomas Armstrong <[EMAIL PROTECTED]> wrote: Yep, I agree it's better using RewriteRules within httpd.conf but... I'm not allowed with this server :( Is it possible to use RewriteLog within '.htaccess'? I don't believe so. As I said, you'll need to replicate the setup on a test serv

Re: [EMAIL PROTECTED] Apache web server efficiency go down with increasing uptime.

2007-05-28 Thread kalaj
I setted MaxRequestsPerChild 25 before. when I turn php memory limit to 16M from 128M,the problem seems gone. alex handle-2 wrote: > > Hi! > > try this in your mpm settings: > > MaxRequestsPerChild 500 > > It kills an apache process after 500 requests and so prevents memory > leaks. > > Ale

Re: [EMAIL PROTECTED] Apache web server efficiency go down with increasing uptime.

2007-05-28 Thread alex handle
Hi! try this in your mpm settings: MaxRequestsPerChild 500 It kills an apache process after 500 requests and so prevents memory leaks. Alex On 5/22/07, kalaj <[EMAIL PROTECTED]> wrote: I use Apache 2.2.4,MySQL 5.0 and PHP 5.2.2 run on Debian VPS system, I noticed that my web server efficien

[EMAIL PROTECTED] Problem with the installation of Apache 2.0.59 on 64-bit Win2k sp1

2007-05-28 Thread renu tiwari
Hi, I have build the source of Apache 2.0.59 on 64-bit Win2k sp1 platform. The Apache source is compiled and the Apache Folder structure is created at D:\Apache2. But when i am trying to install and create apache service by giving command as "Apache.exe -k install" at cmd prompt

Re: [EMAIL PROTECTED] RBL Access Controls for Apache 2.2.x

2007-05-28 Thread Nick Kew
On Mon, 28 May 2007 04:57:32 +0100 "Vincent Bray" <[EMAIL PROTECTED]> wrote: > On 28/05/07, Scott Jordan <[EMAIL PROTECTED]> wrote: > > What are the typical approaches to implementing RBL access control > > in 2.2.x? > > > > We've been running 1.3.x with Brian Bruns' mod_access_rbl module. > > It'

Re: [EMAIL PROTECTED] Problem with htaccess (/year/month/day/)

2007-05-28 Thread thomas Armstrong
Yep, I agree it's better using RewriteRules within httpd.conf but... I'm not allowed with this server :( Is it possible to use RewriteLog within '.htaccess'? Thank you very much for your answer. On 5/26/07, Joshua Slive <[EMAIL PROTECTED]> wrote: On 5/25/07, thomas Armstrong <[EMAIL PROTECTED]