Re: [EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread Joshua Slive
On 6/23/06, Chris Price <[EMAIL PROTECTED]> wrote: I have sent 3 emails to the unsubscribe address in the past two days with no results. trying again. If you're trying to get any help by participating in this thread, you aren't going to have much luck. If you can't unsubscribe yoursel

Re: [EMAIL PROTECTED] How to deny access based on user agent - help ( -Reply)

2006-06-23 Thread Cheryl Clark
I will be out of the office June 26-30 and the Agency will be closed 7/3 & 7/4 for the holidays. I will return to the office on 7/5. I will be checking email periodically, but if you need immediate assistance, please call Rogelio at 244-2326 or Jo Ana at 244-2153. Cheryl -

Re: [EMAIL PROTECTED] How to deny access based on user agent - help

2006-06-23 Thread David Salisbury
Don't tell me you never played Leisure Suit Larry? "How old are you?" <42> "Ok, to prove you are 42, please answer a few questions: 1. Herb Alpert and the: " Herb Albert and the ... Temptations ??? Am I dating myself? I was then... and can't even remember it.. alzheimers. :) -ds

Re: [EMAIL PROTECTED] How to deny access based on user agent - help

2006-06-23 Thread Mike Jackson
once I experienced similar problem with spammer looking for vulnerabilities in my feedback form scripts. Of course he used proxies, so denying by IP would have no sense. So I hide the script behind a single shtml page, so that no one could ever know what the real name of any script is. All cgi r

Re: [EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread Chris Price
I have sent 3 emails to the unsubscribe address in the past two days with no results. trying again. Anders Norrbring wrote: hui xu skrev: Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails. Just send an empty mail from the subscrib

Re: [EMAIL PROTECTED] How to deny access based on user agent - help

2006-06-23 Thread Viktoras Didziulis
Hi, once I experienced similar problem with spammer looking for vulnerabilities in my feedback form scripts. Of course he used proxies, so denying by IP would have no sense. So I hide the script behind a single shtml page, so that no one could ever know what the real name of any script is. A

Re: [EMAIL PROTECTED] How to deny access based on user agent - help

2006-06-23 Thread Mike Jackson
On Fri, June 23, 2006 2:09 pm, Mike Jackson wrote: The obvious: Age restrictions on pr0n. Well duh.. I'd think anyone on an APACHE list would know that. :-D But of course, though mine is IP and user/pass protected. Ahem. How Apache would tell the user's age is anyone's guess, but that would

Re: [EMAIL PROTECTED] How to deny access based on user agent - help

2006-06-23 Thread Evan Platt
On Fri, June 23, 2006 2:09 pm, Mike Jackson wrote: > The obvious: Age restrictions on pr0n. Well duh.. I'd think anyone on an APACHE list would know that. :-D > How Apache would tell the user's age > is anyone's guess, but that would be sorta cool if it could be done at a > level higher than the

Re: [EMAIL PROTECTED] How to deny access based on user agent - help

2006-06-23 Thread Mike Jackson
So of course, seeing a bunch of messages with that subject, I was somewhat curious why someone would want to deny access based on AGE... Ohh. Never mind. Maybe I don't want to know. The obvious: Age restrictions on pr0n. How Apache would tell the user's age is anyone's guess, but that would be

Re: [EMAIL PROTECTED] How to deny access based on user agent - help

2006-06-23 Thread Evan Platt
Sorry just had to share.. I check my mail at work using SquirrelMail. And in the Inbox, it truncates the subject if it's too long, and indicates this by an elipsis (...). This thread? The subject is: Re: [EMAIL PROTECTED] How to deny access based on user age... So of course, seeing a bunch of

[EMAIL PROTECTED] Configure error on HP-UX 10.20 install

2006-06-23 Thread Mcgovern, Matthew CIV NAVAIR 521420E
Title: Configure error on HP-UX 10.20 install I thought I would send this out again with more clarification. I am very new at installing Apache.  I have an older HP-UX 10.20 OS.  I'm trying to install Apache 2.2.2.  After typing "./configure --prefix=/h/data/local/APACHE" the configurati

Re: [EMAIL PROTECTED] How to deny access based on user agent - help

2006-06-23 Thread Jesse Ross
Ellison , John P wrote: Ok, sorry to drag this out, but I've got to ask... So, this spammer happens to be using an old OS/browser, so blocking the traffic based on browser works well. The spammer could just as easily be using the lastest version of IE on XP. What's the real solution here? I g

RE: [EMAIL PROTECTED] How to deny access based on user agent - help

2006-06-23 Thread Ellison , John P
... > There is one particular spammer who I want to deny access to my web site. > > He is leaving comments & sending emails through the contact form which > are full of p*rn site urls etc. > > He is spoofing his ip address so denying access on ip is out. The only > thing consistent is the browser

Re: [EMAIL PROTECTED] mod_redirect X POST Method

2006-06-23 Thread Joshua Slive
On 6/23/06, Fabricio Luiz Machado <[EMAIL PROTECTED]> wrote: Hi all! I have an application hosted in two servers: https://server1.mydomain.com/app https://server2.mydomain.com/app The client have a system (not a browser) that must access the application and send username and password through

[EMAIL PROTECTED] En: mod_redirect X POST Method [errata]

2006-06-23 Thread Fabricio Luiz Machado
Sorry, the correct subject is: mod_rewrite X POST Method Fabricio. ___ Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu celular. Registre seu aparelho agora! http://br.mobile.yahoo.com/mailalertas/ --

[EMAIL PROTECTED] mod_redirect X POST Method

2006-06-23 Thread Fabricio Luiz Machado
Hi all! I have an application hosted in two servers: https://server1.mydomain.com/app https://server2.mydomain.com/app The client have a system (not a browser) that must access the application and send username and password through a POST method, conectiong at: http://app.mydomain.com T

Re: [EMAIL PROTECTED] How to deny access based on user agent - help

2006-06-23 Thread Admin
This wont work as it will compare the first instance of "Mozilla" and deny access. Almost all browsers (in my knowledge) have this as the first thing in the user agent string. This would mean almost everybody will be denied access. Joshua's rule of browsermatch works as it compares the entire s

RE: [EMAIL PROTECTED] How to deny access based on user agent - help

2006-06-23 Thread Ahn, Chang
You're right, my bad If the guy (you're blocking) always uses the same browser, maybe use a expr that's very explicit. RewriteCond %{HTTP_USER_AGENT} '^Mozilla/4.0 (compatible; MSIE 5.01; MSNIA; Windows 98)$' Or You can replace text with .*? . Is any character * is zero or more matches ? matc

Re: [EMAIL PROTECTED] Re: STOP SPAMMING

2006-06-23 Thread Evan Platt
On Fri, June 23, 2006 9:06 am, Anders Norrbring wrote: > It does *NOT* help to spam the list! No, it doesn't. And not that I'D EVER suggest this, but if people were to go to as many 'bad' sites as possible, say www.free.com and 'subscribe' [EMAIL PROTECTED], I'm sure the idiot will see his mailbo

Re: [EMAIL PROTECTED] How to deny access based on user agent - help

2006-06-23 Thread Mike Jackson
RewriteCond %{HTTP_USER_AGENT} '^Mozilla' RewriteRule ^/(.*) http://www.blah.com/ [L,R] That would also block most legitimate traffic as well - most browsers report that they're a variant of Mozilla. Better to match on something more unique to that user agent, like RewriteCond %{HTTP_USER_A

[EMAIL PROTECTED] Authentication problem with ldap using apache 2.2.2

2006-06-23 Thread Cesar Jorge Martinez Mata
Hi,   I have a authentication problem using apache 2.2.2.   The httpd.conf is:       AuthType basic     AuthName "auth"     AuthBasicProvider ldap     AuthLDAPBindDN uid=ldap,ou=Users,dc=SER     AuthLDAPBindPassword serpw     AuthLDAPUrl "ldap://ser:9050/dc=SER"     Require va

RE: [EMAIL PROTECTED] How to deny access based on user agent - help

2006-06-23 Thread Ahn, Chang
RewriteCond %{HTTP_USER_AGENT} '^Mozilla' RewriteRule ^/(.*) http://www.blah.com/ [L,R] This should catch agent that starts with Mozilla. - read http://httpd.apache.org/docs/1.3/misc/rewriteguide.html -Original Message- From: Admin [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 20

[EMAIL PROTECTED] Just relax everyone

2006-06-23 Thread Joshua Slive
This gentleman (?) has been manually removed from the list and permanently banned from posting in the future. Luiehui: You have proven yourself to be, at the least, very selfish and impolite. You are no longer welcome on this list, and I recommend staying away from all open mailing lists, since

Re: [EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread Dimitri Yioulos
On Friday June 23 2006 11:36 am, hui xu wrote: > Please unsub me form the maillist, I have tried many times, the > mailist continue send me the mails. > > Enough already. Hui get it! -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.

RE: [EMAIL PROTECTED] Re: http removal instruction in email...

2006-06-23 Thread TAYLOR, TIM \(CONTRACTOR\)
Good luck, Jesse. From all of us. -Original Message- From: Jesse Ross [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 12:13 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Re: http removal instruction in email... Hui, It will work; it always does. You must be doing

Re: [EMAIL PROTECTED] Re: http removal instruction in email...

2006-06-23 Thread Jesse Ross
Hui, It will work; it always does. You must be doing something wrong. First of all, you are using webmail, so I wonder if the many emails you've sent the list are due to impatiently clicking the send button multiple times, or something like that. If so, please slow down! Spamming like that

RE: [EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread TAYLOR, TIM \(CONTRACTOR\)
He doesn't seem to have a clue. When he does get unsubscribed, I hope there a subscriber-non-grata list he will go onto. regards, tt -Original Message- From: Anders Norrbring [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 11:56 AM To: users@httpd.apache.org Subject: Re: [EMAIL

[EMAIL PROTECTED] Re: STOP SPAMMING

2006-06-23 Thread Anders Norrbring
hui xu skrev: I don't want to do it! Just want to be removed from your mail list */Anders Norrbring <[EMAIL PROTECTED]>/* wrote: Would you mind stop spamming? -- Then send an e-mail from your signed up address to the unsubscribe address! If you missed it in all posts, it's [EMAIL P

Re: [EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread Anders Norrbring
Pid skrev: and please stop emailing the list Anders Norrbring wrote: hui xu skrev: Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails. Just send an empty mail from the subscribed address to: [EMAIL PROTECTED] ?? And how do you suggest I writ

RE: [EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread TAYLOR, TIM \(CONTRACTOR\)
So, you feel it is appropriate to make your problem all of our problem. From: hui xu [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 11:31 AMTo: users@httpd.apache.org; [EMAIL PROTECTED]Cc: users@httpd.apache.orgSubject: [EMAIL PROTECTED] xx Please unsub me form

RE: [EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread TAYLOR, TIM \(CONTRACTOR\)
We are all getting it. I have already placed him on auto-delete. -Original Message- From: Graham Frank [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 11:41 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] xx Is everyone else being flooded by this g

[EMAIL PROTECTED] Re: http removal instruction in email...

2006-06-23 Thread hui xu
I did many times, it doesn't work!! hui [EMAIL PROTECTED] wrote: To unsubscribe, send a messages to [EMAIL PROTECTED] You must send the unsubscribe message from the same email address that you used to subscribe to the list.

[EMAIL PROTECTED] Re: http removal instruction in email...

2006-06-23 Thread hui xu
I did many times, it doesn't work!! hui [EMAIL PROTECTED] wrote: To unsubscribe, send a messages to [EMAIL PROTECTED] You must send the unsubscribe message from the same email address that you used to subscribe to the list.

[EMAIL PROTECTED] Re: http removal instruction in email...

2006-06-23 Thread hui xu
I did many times, it doesn't work!! hui [EMAIL PROTECTED] wrote: To unsubscribe, send a messages to [EMAIL PROTECTED] You must send the unsubscribe message from the same email address that you used to subscribe to the list.

[EMAIL PROTECTED] Re: http removal instruction in email...

2006-06-23 Thread hui xu
I did many times, it doesn't work!! hui [EMAIL PROTECTED] wrote: To unsubscribe, send a messages to [EMAIL PROTECTED] You must send the unsubscribe message from the same email address that you used to subscribe to the list.

[EMAIL PROTECTED] Re: http removal instruction in email...

2006-06-23 Thread hui xu
I did many times, it doesn't work!! hui [EMAIL PROTECTED] wrote: To unsubscribe, send a messages to [EMAIL PROTECTED] You must send the unsubscribe message from the same email address that you used to subscribe to the list.

[EMAIL PROTECTED] Re: http removal instruction in email...

2006-06-23 Thread hui xu
I did many times, it doesn't work!! hui [EMAIL PROTECTED] wrote: To unsubscribe, send a messages to [EMAIL PROTECTED] You must send the unsubscribe message from the same email address that you used to subscribe to the list.

[EMAIL PROTECTED] Re: http removal instruction in email...

2006-06-23 Thread hui xu
I did many times, it doesn't work!! hui [EMAIL PROTECTED] wrote: To unsubscribe, send a messages to [EMAIL PROTECTED] You must send the unsubscribe message from the same email address that you used to subscribe to the list.

RE: [EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread Gary W. Smith
Hmm, that batch of 1000 responses seems to be slowing down my postfix server.  Sounds like another Rob Zombie movie.   From: Ryan, Mark (IT Solutions) [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 8:47 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] xxx

Re: [EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread Anders Norrbring
Graham Frank skrev: Is everyone else being flooded by this guy, or is it just me? I’ve gotten at least 50 in the past few minutes. We all are.. I've added a filter to reply to every mail from him... I wonder how that feels in his inbox.. :) Anders.

Re: [EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread JC
are you nut man? stop the crap!!! On Fri, 23 Jun 2006, hui xu wrote: Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails. Admin <[EMAIL PROTECTED]> wrote: Joshua Slive wrote: On 6/23/06, Admin wrote: Hi, There is one particular spammer who

Re: [EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread Kövesdán Gábor
Yup, he is a jerk. Gabor Graham Frank wrote: Is everyone else being flooded by this guy, or is it just me? I’ve gotten at least 50 in the past few minutes. --Graham From: hui xu [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 10:34 AM To: user

Re: [EMAIL PROTECTED] Setup / Forwarding Issue

2006-06-23 Thread Jesse Ross
Hi Steve, It's tough to say what the problem is without a knowledge of Joomla. So I'd suggest you might try asking this question at a Joomla venue such as http://forum.joomla.org/ If you think this is an apache-specific question, please provide details from your httpd.conf and explain what

Re: [EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread Pid
and please stop emailing the list Anders Norrbring wrote: > hui xu skrev: >> Please unsub me form the maillist, I have tried many times, the >> mailist continue send me the mails. > > Just send an empty mail from the subscribed address to: > > [EMAIL PROTECTED] > > -

Re: [EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread Ezequiel Suarez
please don't send this mail. Ezequiel Suarez -- Original Message --- From: hui xu <[EMAIL PROTECTED]> To: users@httpd.apache.org, [EMAIL PROTECTED] Cc: users@httpd.apache.org Sent: Fri, 23 Jun 2006 11:35:35 -0400 (EDT) Subject: [EMAIL PROTECTED] xx

Re: [EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread Tom Ray [Lists]
So you felt the need to flood us with emails? hui xu wrote: Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails. */Admin <[EMAIL PROTECTED]>/* wrote: Joshua Slive wrote: > On 6/23/06, Admin wrote: >> Hi, >> >> There is one

RE: [EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread Ryan, Mark \(IT Solutions\)
Hey douche bag you are sending this message to everyone in the apache users group.   Stop it.   From: hui xu [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 11:35 AMTo: users@httpd.apache.org; [EMAIL PROTECTED]Cc: users@httpd.apache.orgSubject: [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread Ricky Zhou
Please take a look at the bottom of any e-mail, as instructions to unsubscribe are clearly printed. Further spamming the list with obviously ineffective repeat e-mails was completely unnecessary. Ricky - The official User-To-Us

RE: [EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread Thomas Knutson
To unsuscrbe, please send your email to   [EMAIL PROTECTED]    rather than spam the entire usergroup over and over.   From: hui xu [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 10:35 AM To: users@httpd.apache.org; [EMAIL PROTECTED] Cc: users@httpd.apache.org Subject: [EMA

RE: [EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread Graham Frank
Is everyone else being flooded by this guy, or is it just me? I’ve gotten at least 50 in the past few minutes. --Graham From: hui xu [mailto:[EMAIL PROTECTED] Sent: Friday, June 23, 2006 10:34 AM To: users@httpd.apache.org; [EMAIL PROTECTED] Cc: users@ht

[EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread hui xu
Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails.   Admin <[EMAIL PROTECTED]> wrote: Joshua Slive wrote:> On 6/23/06, Admin <[EMAIL PROTECTED]>wrote:>> Hi, There is one particular spammer who I want to deny access to my web site. He is le

Re: [EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread Anders Norrbring
hui xu skrev: Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails. Come on! It doesn't help to spam the list! - The official User-To-User support forum of the Apache HTTP Server P

[EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread hui xu
Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails.   Admin <[EMAIL PROTECTED]> wrote: Joshua Slive wrote:> On 6/23/06, Admin <[EMAIL PROTECTED]>wrote:>> Hi, There is one particular spammer who I want to deny access to my web site. He is le

Re: [EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread Anders Norrbring
hui xu skrev: Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails. Just send an empty mail from the subscribed address to: [EMAIL PROTECTED] - The official User-To-User support f

[EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread hui xu
Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails.   Admin <[EMAIL PROTECTED]> wrote: Joshua Slive wrote:> On 6/23/06, Admin <[EMAIL PROTECTED]>wrote:>> Hi, There is one particular spammer who I want to deny access to my web site. He is le

[EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread hui xu
Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails.   Admin <[EMAIL PROTECTED]> wrote: Joshua Slive wrote:> On 6/23/06, Admin <[EMAIL PROTECTED]>wrote:>> Hi, There is one particular spammer who I want to deny access to my web site. He is le

[EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread hui xu
Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails.   Admin <[EMAIL PROTECTED]> wrote: Joshua Slive wrote:> On 6/23/06, Admin <[EMAIL PROTECTED]>wrote:>> Hi, There is one particular spammer who I want to deny access to my web site. He is le

[EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread hui xu
Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails.   Admin <[EMAIL PROTECTED]> wrote: Joshua Slive wrote:> On 6/23/06, Admin <[EMAIL PROTECTED]>wrote:>> Hi, There is one particular spammer who I want to deny access to my web site. He is le

[EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread hui xu
Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails.   Admin <[EMAIL PROTECTED]> wrote: Joshua Slive wrote:> On 6/23/06, Admin <[EMAIL PROTECTED]>wrote:>> Hi, There is one particular spammer who I want to deny access to my web site. He is le

[EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread hui xu
Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails.   Admin <[EMAIL PROTECTED]> wrote: Joshua Slive wrote:> On 6/23/06, Admin <[EMAIL PROTECTED]>wrote:>> Hi, There is one particular spammer who I want to deny access to my web site. He is le

[EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread hui xu
Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails.   Admin <[EMAIL PROTECTED]> wrote: Joshua Slive wrote:> On 6/23/06, Admin <[EMAIL PROTECTED]>wrote:>> Hi, There is one particular spammer who I want to deny access to my web site. He is le

[EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread hui xu
Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails.   Admin <[EMAIL PROTECTED]> wrote: Joshua Slive wrote:> On 6/23/06, Admin <[EMAIL PROTECTED]>wrote:>> Hi, There is one particular spammer who I want to deny access to my web site. He is le

[EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread hui xu
Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails.   Admin <[EMAIL PROTECTED]> wrote: Joshua Slive wrote:> On 6/23/06, Admin <[EMAIL PROTECTED]>wrote:>> Hi, There is one particular spammer who I want to deny access to my web site. He is le

[EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread hui xu
Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails.   Admin <[EMAIL PROTECTED]> wrote: Joshua Slive wrote:> On 6/23/06, Admin <[EMAIL PROTECTED]>wrote:>> Hi, There is one particular spammer who I want to deny access to my web site. He is le

[EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread hui xu
Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails.   Admin <[EMAIL PROTECTED]> wrote: Joshua Slive wrote:> On 6/23/06, Admin <[EMAIL PROTECTED]>wrote:>> Hi, There is one particular spammer who I want to deny access to my web site. He is le

[EMAIL PROTECTED] Problems with mod_auth_ldap

2006-06-23 Thread Sobiech, Steffen
Hi all, I've got a slight problem with mod_auth_ldap and authentication against an Active Directory Server via LDAP. The authentication basically works. However, if a user not only enters his username in the authentication dialog, but also his domainname (e.g. in the form "MYDOMAIN\user001"), aut

[EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread hui xu
Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails.   Admin <[EMAIL PROTECTED]> wrote: Joshua Slive wrote:> On 6/23/06, Admin <[EMAIL PROTECTED]>wrote:>> Hi, There is one particular spammer who I want to deny access to my web site. He is le

[EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread hui xu
Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails.   Admin <[EMAIL PROTECTED]> wrote: Joshua Slive wrote:> On 6/23/06, Admin <[EMAIL PROTECTED]>wrote:>> Hi, There is one particular spammer who I want to deny access to my web site. He is le

[EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread hui xu
Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails.   Admin <[EMAIL PROTECTED]> wrote: Joshua Slive wrote:> On 6/23/06, Admin <[EMAIL PROTECTED]>wrote:>> Hi, There is one particular spammer who I want to deny access to my web site. He is le

[EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread hui xu
Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails.   Admin <[EMAIL PROTECTED]> wrote: Joshua Slive wrote:> On 6/23/06, Admin <[EMAIL PROTECTED]>wrote:>> Hi, There is one particular spammer who I want to deny access to my web site. He is le

[EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread hui xu
Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails.   Admin <[EMAIL PROTECTED]> wrote: Joshua Slive wrote:> On 6/23/06, Admin <[EMAIL PROTECTED]>wrote:>> Hi, There is one particular spammer who I want to deny access to my web site. He is le

[EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread hui xu
Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails.   Admin <[EMAIL PROTECTED]> wrote: Joshua Slive wrote:> On 6/23/06, Admin <[EMAIL PROTECTED]>wrote:>> Hi, There is one particular spammer who I want to deny access to my web site. He is le

[EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread hui xu
Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails.   Admin <[EMAIL PROTECTED]> wrote: Joshua Slive wrote:> On 6/23/06, Admin <[EMAIL PROTECTED]>wrote:>> Hi, There is one particular spammer who I want to deny access to my web site. He is le

[EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread hui xu
Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails.   Admin <[EMAIL PROTECTED]> wrote: Joshua Slive wrote:> On 6/23/06, Admin <[EMAIL PROTECTED]>wrote:>> Hi, There is one particular spammer who I want to deny access to my web site. He is le

[EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread hui xu
Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails.   Admin <[EMAIL PROTECTED]> wrote: Joshua Slive wrote:> On 6/23/06, Admin <[EMAIL PROTECTED]>wrote:>> Hi, There is one particular spammer who I want to deny access to my web site. He is le

[EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread hui xu
Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails.   Admin <[EMAIL PROTECTED]> wrote: Joshua Slive wrote:> On 6/23/06, Admin <[EMAIL PROTECTED]>wrote:>> Hi, There is one particular spammer who I want to deny access to my web site. He is le

[EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread hui xu
Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails.   Admin <[EMAIL PROTECTED]> wrote: Joshua Slive wrote:> On 6/23/06, Admin <[EMAIL PROTECTED]>wrote:>> Hi, There is one particular spammer who I want to deny access to my web site. He is le

[EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread hui xu
Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails.   Admin <[EMAIL PROTECTED]> wrote: Joshua Slive wrote:> On 6/23/06, Admin <[EMAIL PROTECTED]>wrote:>> Hi, There is one particular spammer who I want to deny access to my web site. He is le

[EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread hui xu
Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails.   Admin <[EMAIL PROTECTED]> wrote: Joshua Slive wrote:> On 6/23/06, Admin <[EMAIL PROTECTED]>wrote:>> Hi, There is one particular spammer who I want to deny access to my web site. He is le

[EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread hui xu
Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails.   Admin <[EMAIL PROTECTED]> wrote: Joshua Slive wrote:> On 6/23/06, Admin <[EMAIL PROTECTED]>wrote:>> Hi, There is one particular spammer who I want to deny access to my web site. He is le

[EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread hui xu
Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails.   Admin <[EMAIL PROTECTED]> wrote: Joshua Slive wrote:> On 6/23/06, Admin <[EMAIL PROTECTED]>wrote:>> Hi, There is one particular spammer who I want to deny access to my web site. He is le

[EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread hui xu
Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails.   Admin <[EMAIL PROTECTED]> wrote: Joshua Slive wrote:> On 6/23/06, Admin <[EMAIL PROTECTED]>wrote:>> Hi, There is one particular spammer who I want to deny access to my web site. He is le

[EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread hui xu
Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails.   Admin <[EMAIL PROTECTED]> wrote: Joshua Slive wrote:> On 6/23/06, Admin <[EMAIL PROTECTED]>wrote:>> Hi, There is one particular spammer who I want to deny access to my web site. He is le

[EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread hui xu
Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails.   Admin <[EMAIL PROTECTED]> wrote: Joshua Slive wrote:> On 6/23/06, Admin <[EMAIL PROTECTED]>wrote:>> Hi, There is one particular spammer who I want to deny access to my web site. He is le

[EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread hui xu
Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails.   Admin <[EMAIL PROTECTED]> wrote: Joshua Slive wrote:> On 6/23/06, Admin <[EMAIL PROTECTED]>wrote:>> Hi, There is one particular spammer who I want to deny access to my web site. He is le

[EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread hui xu
Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails.   Admin <[EMAIL PROTECTED]> wrote: Joshua Slive wrote:> On 6/23/06, Admin <[EMAIL PROTECTED]>wrote:>> Hi, There is one particular spammer who I want to deny access to my web site. He is le

[EMAIL PROTECTED] xxxxxxxxxxxxxxxxxxxxxx

2006-06-23 Thread hui xu
Please unsub me form the maillist, I have tried many times, the mailist continue send me the mails.   Admin <[EMAIL PROTECTED]> wrote: Joshua Slive wrote:> On 6/23/06, Admin <[EMAIL PROTECTED]>wrote:>> Hi, There is one particular spammer who I want to deny access to my web site. He is le

Re: [EMAIL PROTECTED] How to deny access based on user agent - help

2006-06-23 Thread Admin
Joshua Slive wrote: On 6/23/06, Admin <[EMAIL PROTECTED]> wrote: Hi, There is one particular spammer who I want to deny access to my web site. He is leaving comments & sending emails through the contact form which are full of p*rn site urls etc. He is spoofing his ip address so denying access

Re: [EMAIL PROTECTED] How to deny access based on user agent - help

2006-06-23 Thread Joshua Slive
On 6/23/06, Admin <[EMAIL PROTECTED]> wrote: Hi, There is one particular spammer who I want to deny access to my web site. He is leaving comments & sending emails through the contact form which are full of p*rn site urls etc. He is spoofing his ip address so denying access on ip is out. The on

[EMAIL PROTECTED] How to deny access based on user agent - help

2006-06-23 Thread Admin
Hi, There is one particular spammer who I want to deny access to my web site. He is leaving comments & sending emails through the contact form which are full of p*rn site urls etc. He is spoofing his ip address so denying access on ip is out. The only thing consistent is the browser he uses.

Re: [EMAIL PROTECTED] Problem with setting up virtual hosting. Ver. 2.0.54

2006-06-23 Thread Joshua Slive
On 6/23/06, M von Ziegenweidt <[EMAIL PROTECTED]> wrote: If I access www.vzhost.co.uk which is the main server it goes through to the base directory as required. If I access www.norfolknoticeboard.co.uk it goes through to the base directory (www.vzhost.co.uk) as well when I actually want it to go

Re: [EMAIL PROTECTED] redirect with virtual directory

2006-06-23 Thread Joshua Slive
On 6/23/06, Muhammad Rizwan <[EMAIL PROTECTED]> wrote: I am running my site on apache 2 i.e. http://domain.com, now if someone access my site as http://domain.com/admin, then it should point to some domain running on IIS on windows box. How i can do so??? Depends what you mean by "point to", bu

[EMAIL PROTECTED] Setup / Forwarding Issue

2006-06-23 Thread Steve Frechette
Ok, So I setup Joomla! at work today, got home and decided hey! I'm going to install on my home computer too and move my website there! Awesome! Well, ran into several problems. I cannot seem to get this "Virtual Server" to work from home. I set it up at my workplace and the forwarding w

Re: [EMAIL PROTECTED] apr_dbd error codes and SQLSTATE

2006-06-23 Thread Nick Kew
On Friday 23 June 2006 04:36, Evgeny Shirykalov wrote: > Dear All, > > Current version of Postgres driver for apr_dbd returns ExecStatusType > values from query-like functions. This behaviour leads to two > unconvenient consequences: Yes, this has been discussed recently on the [EMAIL PROTECTED] l

RE: [EMAIL PROTECTED] Problem with setting up virtual hosting. Ver. 2.0.54

2006-06-23 Thread M von Ziegenweidt
If I access www.vzhost.co.uk which is the main server it goes through to the base directory as required. If I access www.norfolknoticeboard.co.uk it goes through to the base directory (www.vzhost.co.uk) as well when I actually want it to go to ...html/noticeboard which can also be accessed by www.v