Re: Intermittent crashing web server service

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Sep 2, 2010 at 4:12 PM, Mike Schleif <mds@xxxxxxxxxxx> wrote:
> I'd settle for any ideas from the Apache community.  How would you
> troubleshoot this as a web server issues?
>
> What is Apache error # 10038?

That isn't an Apache error code, it is a windows error code (did you
try googling for it?) that is raised when an application tries to do
socket operations on something that isn't a socket.

>
> Where are Apache configurations for sockets?

In 1.3, there are none.

>
> How could a Firefox browser session introduce a socket to a session that is
> NOT introduced in an IE session?
>

Application bug?

> Thank you, for your consideration.  I'm simply trying to troubleshoot this
> as far as I can.
>
> Also, I initially prepared this client for a scenario that we may need to
> REJECT Firefox browsers at session initialization.  What may be the
> simplest, most effective way to accomplish this?

RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} Firefox
RewriteRule ^ - [F]

Cheers

Tom

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux