Apache :: Number Of Clients Connected To Server?

Apr 3, 2014

I administer an Apache server under unix environment SunOS 5.10,I want to know the number of clients connected to my apache server

View 7 Replies


ADVERTISEMENT

Show Number Of Users Connected To Server

Feb 23, 2007

I've tried the uptime ssh command but that only shows how many users are currently connected to the server via ssh. Does anyone know a command to show how many active http connections there are? I'll use php to run the command and print it to the users browser so they can see how many users are on each server. Very similar to what gamershell do.

View 9 Replies View Related

How To See Number Of Ip Connected?

Apr 28, 2008

I think someone from a single ip abusing my service.

is there anyway to check number of conenction per ip?

so that i ban the ip with max number of connection.

View 2 Replies View Related

Get The Number Of Current Connections In Apache Server?

Apr 7, 2014

I am interested to know number of current connections in my Apache server
Server version: Apache/2.2.15 (UNIX)
OS : Solaris 5.10

View 5 Replies View Related

Apache :: Number Of Fcgid Processes On Windows Server

Oct 10, 2013

I'm new to fcgid on Windows. my current set up is as follows;

Windows Server 2008
Apache 2.4.4
PHP 5.3.27 (fcgid)
MySQL 5.6.14

1. Looking at windows task manager, each of my processes have 4 threads each. What does this mean?

2. Does the number of FcgidMaxProcesses x memory_limit = Total amount of memory required?

3. Number of Threadsperchild = number of FcgidMaxProcesses ?

I just want to know how these two work together.

View 18 Replies View Related

Weird IP Connected To Server What Is It

Feb 24, 2007

[url]

If you look at the image there are 14 connections from a blank ip what is that and how do i stop it?

View 4 Replies View Related

FTP To Server Gets Connected: No Route To Host

May 31, 2008

This worked yesterday.

Now I get connect: No route to host when I try to FTP.

What to do?

I can ping the IP without problems.

View 9 Replies View Related

Virtual Private Server (VPS) Unlimited Number Of Website With Unlimited Number Of Domains?

Oct 5, 2007

I'm new to Private Virtual Server and the package offered by different company are quite confusing.

I was on RackForce and their basis VPS package dds200-L can host 100 domain names on Plesk and unlimited domain names on WHM/Cpanel.

On 1and1 it didn't say if Plesk support 100 or unlimited domain names. My question is, do we always have the liberty to host unlimited domain names on our PVS?

Can anyone recommend a good VPS hosting company?

View 14 Replies View Related

How To Keep Number Of Apache Running Processes Down

Mar 30, 2007

I have small issue with load speed of pages when number of apache running processes goes over +-310, during peak traffic of day. IE: They load really slow.

Here's pic of what I mean:

=> [url]

Only thing that fixes it temporarily (at least until peak traffic ends) is to stop either httpd or mysql for several seconds, as everything cools down, then start it back up. Stop/starting mysql usually has longer terms temporary fix.

Anyway, would you have any ideas on what to configure or change within the system in order to keep the processes under 300?

The load is normal. Even at load 40, pages are blistering fast, as long as processes are under 300. So it's got nothing to do with load.

View 8 Replies View Related

Maximum Number Of Apache Connections

Feb 24, 2007

I would like to know what is the maximum number of Apache connections a Server can handle? Does this depends on the Config of the Server? Is it Possible for a server to handle more than 2500 Active Apache connections without timeout / connection failure / slowness?

View 6 Replies View Related

Apache :: Limit Number Of Sessions

Nov 18, 2014

I implemented a Reverse Proxy using apache2 v. 2.4... What i need to do is limit number of sessions against a Virtual Host. Is that possible?

View 13 Replies View Related

How To Set Max Number Of Connections In Apache (on Windows 7)

Apr 11, 2013

I am trying to figure out how Apache is working on windows 7 - so far so good - but how do I set restrictions and limitations on bandwidth usage and max number of IP-connections?

View 1 Replies View Related

Apache :: Remove Port Number From URL

May 20, 2015

I use url http://myurl:8020/ERC to access application and I am able to. But I dont want to use port number in the URL.Would like to access application using http://myurl/ERC . I referred to one of the post and added below entries to httpd.conf file.

ProxyRequests Off
ProxyPass /ERC http://myurl:8020/ERC
ProxyPassReverse /ERC http://myurl:8020/ERC

But I am still not able to access http://myurl/ERC.LoadModule entries are enabled and I have restarted apache.

View 3 Replies View Related

How To Limit Apache Clients On One User On The Cpanel

Apr 28, 2008

i have 2 questions

1 ) iwant limit one user on the cpanel limit on the apache conections?

2 ) i want limit one user not use download manager for site clients

View 4 Replies View Related

Limit Number Conection In Apache/cpanel

Oct 27, 2009

Cpanel have option for compile with limit number access from IP via apache?

I want earch IP can access 5 conection in apache.

Via cpanel is possible?

View 6 Replies View Related

Check Which Account Apache Max Out The Number Of Connections

Nov 13, 2008

I am facing to this trouble: apache max out the number of connections. When viewing status, all I get here

Code:

SrvPIDAccMCPU SSReqConnChildSlotClientVHostRequest
0-028240/6/65R 0.1414290.00.020.32 ??..reading..
1-028170/17/65R 0.111510.00.030.22 ??..reading..
2-028350/3/57R 0.20112210.00.000.24 ??..reading..
3-027570/33/62R 1.431412930.00.130.21 ??..reading..
4-026430/75/75R 2.12153190.00.310.31 ??..reading..
5-026440/52/52R 2.061610.00.240.24 ??..reading..
6-028180/13/60R 0.621600.00.070.22 ??..reading..
7-026490/63/63R 2.84143070.00.370.37 ??..reading..
8-028190/7/43R 0.271610.00.020.27 ??..reading..
9-028080/27/76R 0.361410.00.040.29 ??..reading..
10-026750/50/52R 2.9617630.00.260.26 ??..reading..
11-027720/23/49R 3.641600.00.100.19 ??..reading..
12-026620/64/64R 2.201520.00.290.29 ??..reading..
13-027730/25/64R 1.121500.00.140.19 ??..reading..

which account on server is the reason please? I am on CentOS box with DirectAdmin.

View 2 Replies View Related

Apache :: Restrict Number Of Session For Context

Dec 29, 2014

I have installed apache 2.4.10 with tomcat-7 as backend .Proxypass has been added in apache to access tomcat via http port .now requirement is to restrict each Context to 100 sessions only , how i need to achieve this .

View 1 Replies View Related

Apache :: Limit Max Number Of Concurrent Access To Specified URL

Jul 11, 2014

Is it possible to limit the max number of concurrent access to an url?

Let's see the following example: URL...

/a1 concurrent access should be limited to for example 20.

While we have an other url:
https:/ssss.com/a2

/a2 should be limited to 30.

Is it possible to do it with some apache config?

View 1 Replies View Related

Apache :: Type Full Address With Port Number?

Jan 30, 2014

Have to type the full address with port number....

View 4 Replies View Related

Apache :: AH00141 - Could Not Initialize Random Number Generator

Aug 27, 2013

I am attempting to install Apache HTTPD on a PC running Windows 7 Ultimate SP1.

VC9, VC10 & VC11 redistributables are installed.

When I attempt to start Apache - both from the command line and as a service - I receive the following error messages:

[Tue Aug 27 15:33:27.624800 2013] [mpm_winnt:notice] [pid 5192:tid 284] AH00455: Apache/2.4.6 (Win64) configured -- resuming normal operations
[Tue Aug 27 15:33:27.626800 2013] [mpm_winnt:notice] [pid 5192:tid 284] AH00456: Apache Lounge VC11 Server built: Jul 15 2013 20:45:22
[Tue Aug 27 15:33:27.626800 2013] [core:notice] [pid 5192:tid 284] AH00094: Command line: 'C:Apache24inhttpd.exe -d C:/Apache24'
[Tue Aug 27 15:33:27.667800 2013] [mpm_winnt:notice] [pid 5192:tid 284] AH00418: Parent: Created child process 7684
[Tue Aug 27 15:33:27.668800 2013] [mpm_winnt:debug] [pid 5192:tid 284] mpm_winnt.c(422): AH00402: Parent: Sent the scoreboard to the child
[Tue Aug 27 15:33:27.704800 2013] [:crit] [pid 7684] (-2146173818)Unknown error: AH00141: Could not initialize random number generator
[Tue Aug 27 15:33:27.709800 2013] [mpm_winnt:crit] [pid 5192:tid 284] AH00419: master_main: create child process failed. Exiting.
[Tue Aug 27 15:33:27.710800 2013] [core:info] [pid 5192:tid 284] AH00096: removed PID file C:/Apache24/logs/httpd.pid (pid=5192)

The Windows event viewer merely says that HTTPD stopped with an application-specific error #1.

I have also tried with SSL both enabled and commented out.

For what it is worth the message appears to be generated by the routine ap_init_rng in the server core.c module.

View 8 Replies View Related

Apache :: Adding A Header To A Number Of Requested URLs

Oct 23, 2014

I am attempting to add a header to a number of requested urls i.e. domain/feeds/chicago, domain/feeds/*.I understand that this can be achieved by

•using mod_rewrite to set an environment variable
•using mod_headers to add a header based on the existence of an environment variable.

So far I can add the a new header thus Header add RSS_FEED_URL "Akamai-Edge-Control"

View 1 Replies View Related

Unix: Sorting Out Connected IP

Nov 23, 2007

Is there a way where i can view which IP connected to my server the most? I need to find out if there is certain IP keep hitting my mail server until it crashed.

Preferably the software could sort out the highest hit IP then to the lowest.

View 9 Replies View Related

VPS Connected To Network, No Internet

Nov 2, 2007

I have a Windows Server with Virtual Server 2003 R2. I also have a Windows Server 2003 Enterprise virtual server on the box, this is more of a test. I have 4 IP's on the box, so I decided to use one that I don't normally use. I set it up exactly like my host network is setup, and I start it up. It's connected, has the IP, but it's not transferring any packets, but it seems to be connected.

View 7 Replies View Related

Server For Emailing Clients

May 25, 2008

I need a server dedicated just to emailing prospected clients.

Can anyone turn me onto a decent provider who does not mind excessive mail?

View 11 Replies View Related

Should Clients Pay For Server Upgrades

Feb 14, 2008

I am a host reseller and the parent company is upgrading their servers to PHP5. This may break some of my clients' sites (OSCommerce, Zen). Should we fix those sites for free or should my clients pay for the upgrade?

View 24 Replies View Related

Server Running With Very Low Clients

Jul 6, 2007

I had been rebuild apache, change value MaxClients in httpd.conf to 1500 and restart the server, but problem still the same

Quote:

Originally Posted by httpd.conf

MaxClients 1500

Quote:

Originally Posted by ssh

# /usr/local/apache/bin/apachectl configtest
Syntax OK

Quote:

Originally Posted by email

httpd failed @ Fri Jul 6 21:35:08 2007. A restart was attempted automagicly.

Quote:

Originally Posted by Server Status

Server Load 1.23 (2 cpus)
Memory Used 7.8 %

View 14 Replies View Related

Domain Name Server (DNS) Service For Clients

Dec 11, 2007

So my the other day one of my clients rented a Windows 2003 server. Has no idea on how to run DNS server on it and demanded us to do something about it. Since he had no management plan, we let him know that if he got himself a management plan we could help him out - but looks as though he was on a tight budget and couldn't opt in for it. Same thing happened last week and again one yesterday!

To help these customers out I was wondering if I could start a DNS service. Each client would get access to it for free regardless of their operating system or management plan. They could point their domains to the nameservers and use the DNS service to point the domain's A records to their servers.

From the start, I have been using EditDNS and still using it. But coming to think of it, its getting more unstable day by day even though they have 5 servers spread across the globe. I am planning on to move to EveryDNS. With this move, I'd like to use their services for my clients too. Rather than running my own DNS servers - I feel this could work out more efficient and reliable.

So what I am planning on doing here is more like creating private namesevers to mask EveryDNS's nameservers. Then have a custom script site built to interact with EveryDNS's APIs. Sounds like a good idea? Then my customer uses the script's interface to create/delete/edit records, etc.

Anyway I need some advice, suggestion or help in this matter. Has anyone tried this stunt out before? If so, how successful were they/you? How are your customer's reaction towards this (satisfied or not?). Does it stay efficient? (both in terms of money, time and energy spent).

Also, if anyone could suggest me any programmer who could do this for me (someone well versed with DNS/EveryDNS on PHP/MySQL) it would be nice.

Edit: I guess ServerBeach/Peer 1 already has implement this. If anyone really knows whats going on there - please share.

View 6 Replies View Related

Server Addons That Clients Generally Ask

Feb 11, 2007

in getting a full list of server addons that clients generally require. i know i few, like:

Zend optimizer
Curl
Ioncube
GD
Imagemagiac

etc... but i want to know others which i dont know and which most of the clients want to have already installed on their hosts server.

View 6 Replies View Related

How Safe To Have Clients In Mysql On Server

Jan 27, 2007

I want to buy a billing software, but I am a bit scared about having all my clients in mysql on the server. How safe is it? Can hackers steal my data? Till now I had clients data stored on my PC.

View 2 Replies View Related

Xen Could Not Start Vps, Reason: Error: Device 0 (vif) Could Not Be Connected

Jun 22, 2009

i have a Centos server that install Xen and hypervm in it.

i have some vps in this server.

i restart server and after that i get this eror for run vps :

Could Not Start Vps, Reason: Error: Device 0 (vif) could not be connected. Could not find bridge, and none was specified:

how can i solved this problem ?

my server is : Centos5.2

View 0 Replies View Related

Is London Hosting Centre In Any Way Connected To BlueSquare

Oct 11, 2009

Is London Hosting Centre in any way connected to BlueSquare 1, 2 or 3 in connection terms, for example with BlueSquare went down would London Hosting Centre still be up etc...

As I am wanting to setup a backup site.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved