[EMAIL PROTECTED] I'm worried...

2006-08-29 Thread Marc MENDEZ
Hi, I use Apache2 on Mandrake 10.1. I installed it recently. I build a simple web site which allows to download tips as PDF Files. I created the original PDF Files on my computer. I can read them with no problem. I transfered them to my website, first using Samba. I notice then that some

Re: [EMAIL PROTECTED] I'm worried...

2006-08-29 Thread Marc MENDEZ
Hi, I found some articles on the web. This problem has occurs since 2002 !! Yes ! But unfortunately, I could not find any article with a real solution ! For instance : - Disable mod_deflate (obsolete anyway with 2.0.x) - Upgrade to 2.0.40 (I have a 2.0.50) - Comment in the magic file the line

Re: [EMAIL PROTECTED] How to detect failed authentification ?

2006-08-16 Thread Marc MENDEZ
- Original Message - From: Boyle Owen [EMAIL PROTECTED] To: users@httpd.apache.org Sent: Wednesday, August 16, 2006 10:00 AM Subject: RE: [EMAIL PROTECTED] How to detect failed authentification ? -Original Message- From: Marc MENDEZ [mailto:[EMAIL PROTECTED] Sent: Tuesday

[EMAIL PROTECTED] How to detect failed authentification ?

2006-08-15 Thread Marc MENDEZ
Hi, On one of my website, the access is controled with a .htaccess file. I defined my own 401 document At the top of this file, I added a php code which sends a mail to the administrator as soon as a user failed to log. I was very surprised to receive mail everytime ! Even if the user

Re: [EMAIL PROTECTED] How to detect failed authentification ?

2006-08-15 Thread Marc MENDEZ
failed authentification ? -Original Message- From: Marc MENDEZ [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 15, 2006 2:32 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] How to detect failed authentification ? Hi, On one of my website, the access is controled

Re: [EMAIL PROTECTED] How to detect failed authentification ?

2006-08-15 Thread Marc MENDEZ
? On 8/15/06, Marc MENDEZ [EMAIL PROTECTED] wrote: thanks for your answer, that's what I thought. But, is there a solution to get a mail *only* when the login failed ? If you are using php as a module, you could probably check $_SERVER['PHP_AUTH_USER'] as described here: http://ca3.php.net

Re: [EMAIL PROTECTED] What log analyzing program ?

2006-08-15 Thread Marc MENDEZ
Hi, I use analog (www.analog.cx). It's a perl program, very efficient. I developped a few shell scripts to generate automatically stat pages, and it works fine - Original Message - From: Charles Michener [EMAIL PROTECTED] To: users@httpd.apache.org Sent: Tuesday, August 15, 2006

[EMAIL PROTECTED] rotatelogs and gzip

2006-08-10 Thread Marc MENDEZ
Hi, I use rotate logs like with this line : CustomLog |/usr/sbin/rotatelogs /var/log/httpd/access_adagio_aspe_fr.log-%Y-%m-%d-%H_%M_%S 5M combined Is there a way to compress the old log with gzip for instance ? Should I use logrotate instead ? Thanks for your suggestions !

[EMAIL PROTECTED] Access to IP address

2006-08-08 Thread Marc MENDEZ
Hi, I have several virtual hosts associated to a single IP. Unfortunately, when I connect to http://the_single_IP, I get one of my website ! How can I prevent this ? Thanks for your help !

Re: [EMAIL PROTECTED] Access to IP address

2006-08-08 Thread Marc MENDEZ
- Original Message - From: Boyle Owen [EMAIL PROTECTED] To: users@httpd.apache.org Sent: Tuesday, August 08, 2006 11:39 AM Subject: RE: [EMAIL PROTECTED] Access to IP address What do you want to happen? Do you want a forbidden for example? If so, just make another small VH and make

Re: [EMAIL PROTECTED] Access to IP address

2006-08-08 Thread Marc MENDEZ
get to the virtual hosts by going to http://servername/ If this doesn't work it might be a problem with your browser, but it would have to be very old to cause such a problem! On 08/08/06, Marc MENDEZ [EMAIL PROTECTED] wrote: Hi, I have several virtual hosts associated to a single IP

[EMAIL PROTECTED] Several .htaccess

2006-08-07 Thread Marc MENDEZ
Hi, The root of our extranet site is protected by a .htaccess file. If the user is inside our network, no identification is required. Otherwise, he must identified. Here is the file : AuthUserFile path_to_password_file AuthGroupFile /dev/null AuthName :: INFORMATIONS CONFIDENTIELLES ::

Re: [EMAIL PROTECTED] Several .htaccess

2006-08-07 Thread Marc MENDEZ
Hi, Great ! It works ! I didn't hope a so fast answer ! Thanks a lot ! - Original Message - From: Joshua Slive [EMAIL PROTECTED] To: users@httpd.apache.org Sent: Monday, August 07, 2006 5:42 PM Subject: Re: [EMAIL PROTECTED] Several .htaccess On 8/7/06, Marc MENDEZ [EMAIL