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
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
-
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
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
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
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
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
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
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
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
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
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
...
> 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
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
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/
--
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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.
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.
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.
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.
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.
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.
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.
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
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.
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
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
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
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]
>
> -
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
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
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]
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
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
Is everyone else being flooded by this guy, or is it just me? Ive 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
95 matches
Mail list logo