Top LA Server Request

May 4, 2009

I couldnt find my past forum post regarding a good service from LA to Australia.
Mainly, Im looking for a LA service which will provide me with super times to melbourne australia. I need a company which is small and that can provide me with fast support and great speeds.

I dont really want a big company.

View 4 Replies


ADVERTISEMENT

Apache :: Which MPM Used For Request Server By Default

Feb 3, 2014

I have question for apache in centos. I loaded the apache and I want to know that which MPM used by default two MPM defined in apache but which MPM apache actually used for request server.

<IfModule prefork.c>
StartServers 8
MinSpareServers 5
MaxSpareServers 20
ServerLimit 256

[Code] ....

View 6 Replies View Related

Windows Dedicated Server Question&Request

Mar 29, 2009

if it's possible to have unlimited RDP(Remote Desktop Profiles) on a Windows Server 2003/2008 or a number that is around low xx. If so what companies offers this service?

View 10 Replies View Related

Server Slowdown/crash Due To HTTP Request

Jun 13, 2008

I have a Linux server running some reasonable setups:

Opteron 180, 4 GB RAM, running 8x 36gb 15k scsi with hardware raid 10 -- this is one of the servers from WebNX advertised here not long ago

Running CentOS 4(?), Apache2/MySql 4/PHP5.2, the normal stuff.

I have only one main site on the server, which runs a pretty old PostNuke CMS in Chinese (0.7.2.3 Phoenix) + PNphpBB2 + Gallery 1.5.7 (all integrated into PostNuke). This site is pretty light in "human" traffic, getting about 20K hits per day.

Now, the problem I have noticed with this site, is related to the many MP3 files stored in the Gallery albums. There are lots of HTTP requests to these files, most maybe from Chinese search engine bots (judging from IP), that slows the server to a crawl and even crashes Apache. This happens in the late hours here when it's day time in China. As a matter of fact I just did a reboot, and in 5 minutes there are more than 1000 HTTP requests to MP3 files resulting in a traffic of 2.1+ Gb. So within minutes, the server is brought to its knees again and I can't even get the "apache status" from CPanel now: "Unable to retrieve apache status".

The company that manages the server for me said there's no security problem here. We have installed an Apache extension to limit the number of simultaneous requests to media files to 1. However that doesn't seem to help.

View 6 Replies View Related

Server Optimisation Request (httpd.conf - My.cnf )

Feb 20, 2007

My Dedicated server is being slow - hopefully someone can give a helping hand

Processor: AMD Single CPU Dual Core Athlon 4200
Memory: 2048MB RAM
Primary Hard Drive: 160GB
Operating System : CentOS 4.x X86_64 Bit
Control Panel: CPanel
uplink port: 100

Apache version 1.3.37
php 4.4.4

View 9 Replies View Related

Tutorial Request For Non Control Panel Server.

May 13, 2007

write a tutorial how to set up a server without a control panel. A step by step guide how to set up the dns, add doamins. create accounts, create ftp users, create databases, create db

View 4 Replies View Related

Apache :: Execute Script When GET Request Come On Server

Aug 30, 2013

If any GET request are coming on Apache I want execute my "try.pl". I used "Script" directive for execute script "Script GET /cgi-bin/try.pl ....

View 2 Replies View Related

Apache :: Cannot Get Server To Respond To HTTP Request

May 6, 2013

I have an Xitami server and am migrating to apache httpd. I have the regular server working fine. I tried configuring ssl, but no requests are coming through. I know 443 is open on the router because it works fine under Xitami. I checked the logs and it si starting fine. I am attaching my httpd.conf and the startup log. If I try to access the website using https, it just times out and nothing goes in the log file. I replaced my domain with domain.com. I have tried many different examples, but cannot get it to work and am not sure what to do.

View 5 Replies View Related

Server Optimization Help Request - VERY High Sudden Loads

Mar 3, 2007

We just upgraded to VBulletin 3.6.5, and are experiencing strange behavior. My forums are on a dedicated server, 27,000 users.

We'll be running along fine with loads of .5-2.00, etc. Then suddenly, the loads start climbing to 50, 70, 85+. We've been trying to figure out why. We even went on a different (much more robust) server, still the same result. This only started happening after the upgrade. Restarting the server corrects the problem, but only until it happens again. It can happen at anytime - during peak or off peak. The server may run for an hour or two until this happens, or it can happen 10 minutes after a restart.

Late last night when loads were normal we benched the server hard, and it ran just fine. We just can't figure out where this load spike is coming from.

Server info below:

Servers:
Mysql: server version: 5.0.27-log
PHP: PHP 5.1.6 (cli) Zend Engine v2.1.0,
Apache Server version: Apache/2.2.3
Kernel: 2.6.19-1.2911.fc6 #1 SMP

Server:
Pentium III with 1 gig of ram
15k RPM SCSI Raid 5
1 Gig RAM

-----------------------------------------------------------------------

[root@forums forums]# cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 8
model name : Pentium III (Coppermine)
stepping : 6
cpu MHz : 861.001
cache size : 256 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca
cmov pat pse36 mmx fxsr sse
bogomips : 1722.41

processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 8
model name : Pentium III (Coppermine)
stepping : 6
cpu MHz : 861.001
cache size : 256 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca
cmov pat pse36 mmx fxsr sse
bogomips : 1721.51

--------------------------------------------------------------------------
my.cnf:

[root@forums forums]# cat /etc/my.cnf
[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
log_error = /var/log/mysql_error.log
log-slow-queries = /var/log/mysql_slow_queries.log
safe-show-database
old_passwords
back_log = 20
skip-innodb
key_buffer_size = 256M
myisam_sort_buffer_size = 64M
join_buffer_size = 1M
read_buffer_size = 1M
sort_buffer_size = 2M
table_cache = 600
thread_cache_size = 384
wait_timeout = 35
connect_timeout = 10
tmp_table_size = 64M
max_heap_table_size = 64M
max_allowed_packet = 64M
max_connect_errors = 10
read_rnd_buffer_size = 524288
bulk_insert_buffer_size = 8M
query_cache_limit = 4M
query_cache_size = 48M
query_cache_type = 1
query_prealloc_size = 163840
query_alloc_block_size = 32768
default-storage-engine = MyISAM

[mysql.server]
user=mysql
basedir=/var/lib

[mysqld_safe]
err-log=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
open_files_limit = 8192

[mysqldump]
quick
max_allowed_packet = 16M

[myisamchk]
key_buffer = 64M
sort_buffer = 64M
read_buffer = 16M
write_buffer = 16M

-------------------------------------------------------

Relevant Apache:
StartServers 10
MinSpareServers 10
MaxSpareServers 15
ServerLimit 256
MaxClients 90
MaxRequestsPerChild 1000

---------------------------------------------------------

View 3 Replies View Related

Server Optimisation Request/mysql High Memory

Jul 2, 2007

cpu speed/type single or dual cpus): Intel Xeon 2x3.6
how much memory installed: 2048MB
hard drive type/configuration: 2x160GB SATA
linux distributor or windows version: CentOS 4.5 x86_64
apache/IIS version: apache 1.3.37
PHP version: php 4.4.7
MySQL version: 4.1.22-standard

PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
19017 teknoloj 16 0 0 0 0 Z 27 0.0 0:00.93 php <defunct>
17751 mysql 15 0 241m 55m 3148 S 25 2.8 0:53.73 mysqld
19025 root 18 0 16204 6104 1392 D 6 0.3 0:00.17 cpcpan_check_in
18968 sohbetgo 16 0 44596 7540 3556 S 5 0.4 0:00.44 php
18552 nobody 15 0 32636 4208 1204 S 2 0.2 0:00.28 httpd
18808 resimsit 17 0 46944 9960 3616 R 1 0.5 0:00.23 php
18896 resimsit 16 0 46944 9984 3616 D 1 0.5 0:00.08 php
18921 resimsit 17 0 46404 9444 3572 R 1 0.5 0:00.09 php
18819 nobody 17 0 32644 4176 1192 S 1 0.2 0:00.06 httpd
18868 haylazt 16 0 0 0 0 Z 1 0.0 0:00.48 php <defunct>
18871 nobody 15 0 32504 4056 1148 S 1 0.2 0:00.06 httpd
18892 root 16 0 6416 1180 756 R 1 0.1 0:00.24 top
18978 nobody 16 0 32504 4028 1132 S 1 0.2 0:00.02 httpd
11 root 5 -10 0 0 0 S 0 0.0 0:24.56 events/1
2638 root 0 -20 0 0 0 S 0 0.0 0:16.96 loop0
2981 named 18 0 88016 2328 1152 S 0 0.1 8:44.12 named
3592 mailman 16 0 50316 2320 1828 S 0 0.1 0:00.78 python2.4

my.cnf

[mysqld]
safe-show-database
skip-innodb
max_connections = 500
key_buffer = 80M
myisam_sort_buffer_size = 64M
join_buffer_size = 1M
read_buffer_size = 1M
sort_buffer_size = 2M
table_cache = 1800
thread_cache_size = 384
wait_timeout = 25
connect_timeout = 10
tmp_table_size = 128M
max_heap_table_size = 128M
max_allowed_packet = 64M
max_connect_errors = 10
read_rnd_buffer_size = 524288
bulk_insert_buffer_size = 8M
query_cache_limit = 4M
query_cache_size = 96M
query_cache_type = 1
query_prealloc_size = 16384
query_alloc_block_size = 32768
ft_min_word_len=3
ft_max_word_len=25

[mysqld_safe]
open_files_limit = 8192

[mysqldump]
quick
max_allowed_packet = 16M

[myisamchk]
key_buffer = 64M
sort_buffer = 64M
read_buffer = 16M
write_buffer = 16M
ft_min_word_len=3
ft_max_word_len=25

[mysqlhotcopy]
interactive-timeout

MySQL 4.1.22-standard uptime 0 0:39:9 Sat Jun 30 21:33:29 2007

__ Key __________________________________________________ _______________
Buffer used 19.34M of 80.00M %Used: 24.17
Current 33.70M %Usage: 42.12
Write hit 32.57%
Read hit 98.45%

__ Questions __________________________________________________ _________
Total 63.26k 26.9/s
Slow 2 0.0/s %Total: 0.00 %DMS: 0.01
DMS 32.14k 13.7/s 50.80

__ Table Locks __________________________________________________ _______
Waited 40 0.0/s %Total: 0.08
Immediate 50.58k 21.5/s

__ Tables __________________________________________________ ____________
Open 486 of 1800 %Cache: 27.00
Opened 702 0.3/s

__ Connections __________________________________________________ _______
Max used 12 of 500 %Max: 2.40
Total 4.33k 1.8/s

__ Created Temp __________________________________________________ ______
Disk table 26 0.0/s
Table 2.23k 1.0/s
File 428 0.2/s


6-7 vbulletin sites-vbseo and other scripts online avarage;
120 registered user ve 500+ unregistered user
cookie timeout : 7200
unique hit : 15000-20000

KeepAlive ON
MaxKeepAliveRequests 100
KeepAliveTimeout 2
MinSpareServers 10
MaxSpareServers 15
StartServers 10
MaxClients 180
Maxrequestsperchild value 1000

[root@server ~]# uname -a

Linux server.xxxxx 2.6.9-55.ELsmp #1 SMP Wed May 2 14:04:42 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux

[root@server ~]# ulimit -aH

core file size (blocks, -c) 1000000
data seg size (kbytes, -d) unlimited
file size (blocks, -f) unlimited
pending signals (-i) 1024
max locked memory (kbytes, -l) 32
max memory size (kbytes, -m) unlimited
open files (-n) 4096
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) 14335
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited

[root@server ~]# cat /proc/cpuinfo

processor : 0
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Xeon(TM) CPU 3.60GHz
stepping : 10
cpu MHz : 3600.322
cache size : 2048 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 1
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl est tm2 cid cx16 xtpr
bogomips : 7207.08
clflush size : 64
cache_alignment : 128
address sizes : 36 bits physical, 48 bits virtual
power management:

processor : 1
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Xeon(TM) CPU 3.60GHz
stepping : 10
cpu MHz : 3600.322
cache size : 2048 KB
physical id : 3
siblings : 2
core id : 3
cpu cores : 1
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl est tm2 cid cx16 xtpr
bogomips : 7199.29
clflush size : 64
cache_alignment : 128
address sizes : 36 bits physical, 48 bits virtual
power management:

processor : 2
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Xeon(TM) CPU 3.60GHz
stepping : 10
cpu MHz : 3600.322
cache size : 2048 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 1
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl est tm2 cid cx16 xtpr
bogomips : 7509.03
clflush size : 64
cache_alignment : 128
address sizes : 36 bits physical, 48 bits virtual
power management:

processor : 3
vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Xeon(TM) CPU 3.60GHz
stepping : 10
cpu MHz : 3600.322
cache size : 2048 KB
physical id : 3
siblings : 2
core id : 3
cpu cores : 1
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl est tm2 cid cx16 xtpr
bogomips : 7199.26
clflush size : 64
cache_alignment : 128
address sizes : 36 bits physical, 48 bits virtual
power management:

View 4 Replies View Related

HIt Vs. Request - Is There A Difference?

May 10, 2008

I'm curious. I have read some stuff recently about Amazon, Mosso and other clouds. I know Mosso has switched over to a request based pricing model and I realized that I am not sure exactly what a 'request' is.

I think that a hit, as tallied by AWStats, Webalizer, etc. would be the same thing as a request, but I wasn't 100% sure if that was the case with Mosso. I actually contacted Mosso support (someone I know is considering using them) to ask them for clarification on a request. They stated that a page with two images would be three requests, one for each image and one for the page itself. I asked if it was the same as 'hits' and they said no, it isn't. This didn't sound right to me, because my understanding of 'hits' is the same as how he described 'requests'.

So, I figured I would just ask the experts on WHT.

View 5 Replies View Related

Port 80 Request To Itself...?

Jun 2, 2009

I have a script that needs to make a port 80 request to itself and it seems that there is something blocking that request. where should i look to correct this problem?

View 14 Replies View Related

Ping Request

Jul 25, 2007

Can I have some of you ping 24fans.net and let me know what your results are? Also where you're located would be good.

My ISP is being crappy and my dsl line is basically down ever few minutes. They're supposed to fix it tomorrow.

My current results are:

Reply from 70.84.145.91: bytes=32 time=66ms TTL=51
Reply from 70.84.145.91: bytes=32 time=59ms TTL=51
Reply from 70.84.145.91: bytes=32 time=65ms TTL=51
Reply from 70.84.145.91: bytes=32 time=58ms TTL=51

This doesn't really have anything to do with my dsl being crappy, but rather I'm just curious as to what kind of responses people are getting around the world.

View 8 Replies View Related

Tutorial Request

May 3, 2007

Can some nice person please write a good tutorial on setting up the game server cpanel addon?

View 1 Replies View Related

Custom Request...

Apr 24, 2007

Where could I find the following or how much would a custom plan with the following details cost:

Fair share of a decent cpu(s)
256mb RAM guaranteed
5-6gb space
100-250gb bandwidth

That allows:
IRC usage
Low-resource game server (9-13mb RAM, 2-5% cpu usage).

View 0 Replies View Related

Simple Request

Jun 12, 2007

Can you see if my site will load for you:
[url]

Then (if it loads) post the stats from the bottom of the page:
Page creation time: (Numbers)

And:
Your Os:
Your Browser:

Some people say my site won't load or is loading slowly for them, but I have no one to test it, thanks. If possible, I need quite a few tests.

View 4 Replies View Related

Request Response Time Is Low

May 16, 2009

Request response time on my openvz node is very very low!

Load is below than 4 6 5

But ping, http, mysql, ... response time is very low!

View 2 Replies View Related

Request For Netrouting.eu Reviews

Apr 27, 2008

Id like to have a feedback from user who have experience from them.
Are good , response? I want a server and seems to be a good choice

View 1 Replies View Related

Oversize Request Uri Directory

Jan 16, 2008

I'm seeing this event a lot in the IPS logs of my Baraccuda load balancer (no granularity, pretty much just 'on' or 'off').

View 0 Replies View Related

Invalid URI In Request (httpd )

May 14, 2008

[Wed May 14 18:15:17 2008] [error] [client 66.228.119.67] 
Invalid URI in request entersomenicedatastringshereidontthinkthisislongenoughsoiwilladdmoreheherr669760763646r

View 0 Replies View Related

Invalid URI In Request GET . HTTP/1.0

Jul 22, 2008

In my logs:

[Tue Jul 22 01:01:35 2008] [error] [client x.x.x.x] Invalid URI in request GET . HTTP/1.0
(yes, that is it for this entry/line)

This showed up in logwatch as:
Requests with error response codes
400 Bad Request
.: 4 Time(s)

...what was this guy trying to do?
The offending IP was banned in APF last night, if his IP is still showing up in my logs, is he using aproxy?

After adding his ip to:
/etc/apf/deny_hosts.rules

I ran:
apf -r

View 2 Replies View Related

Request Reviews On Blowouthosts

May 14, 2008

Has anyone here tried BlowOutHosts? They seem to have very good offer now

DUAL XEON QUAD CORE 5405 /1066FSB / 12MB CACHE
16GB DDR2 FB-DIMM
x2 300GB 15,000RPM SAS (RAID-1)
5 IPs (4 usable)
Free KVMoIP! (DRAC Card)
3,500 GB Bandwidth
1000 Mbps Port
$300.00/Month

This setup could run at least 600$/month anywhere else.

But, they are very new company so i would like to hear some reviews, opinion.

View 5 Replies View Related

Zone VPS Billing Request

Sep 25, 2007

After signing up with zone, setup was delayed but support staff added 5 Gigs of storage to compensate. Thank you for that.

After almost 4 weeks of back and forth with support (we have the managed package), we are still not able to get emails delivered to Hotmail's Inbox. Sean & team have tried a few tweaks but email is still not getting through but end up in the junk folder.

At this point, the VPS is of no use to us since we cannot get emails delivered to Hotmail's Inbox (and many members have registered for newsletters using a Hotmail account).

I understand that Zone is to supply a fully managed VPS and they have. Everything works except getting emails through to Hotmail. We have left voicemails and support tickets to Sean (and billing) asking to see if they can make an exception for our special case and do a pro-rated refund for us (there are 5 months left and the first month was all trying to get the Hotmail issue resolved). But voicemails and support tickets have gone unanswered for a few days. Anyone else seeing this delay in reply from the Zone?

View 14 Replies View Related

Apache Request Is Full

Dec 6, 2008

when i check apache status, i see one domain send many request to server, for example:
domain.com 10.20.30.40
domain.com 10.20.30.40
domain.com 10.20.30.40
domain.com 10.20.30.40
domain.com 10.20.30.40
-
-
-
how can i prevent this problem?
this problem tease me and my server, because induce apache to work unremitting.
Ram Usage is: 65%!

View 5 Replies View Related

HTTP Request For HTML Only

Aug 2, 2007

Is there a way to construct an HTML request so that only HTML text is returned (without images or rich media)? I assume search engines do this - how?

What I'm trying to do is write an Apache module that will retrieve only text from a web site. The idea is to provide a Lynx-like experience, using Apache as a proxy between my workstation and my ISP.

View 13 Replies View Related

Request Reviews About Ssahost.com

Oct 3, 2007

Has anyone experienced with ssahost.com?

View 4 Replies View Related

Unusual Request - XP Or Vista VPS

Nov 28, 2007

I have an somewhat unusual requirement. I need a hosted Vista or XP desktop somewhere.

This is not to host a server application. The reason I need it is that I need to give my staff access to an application that only runs on an XP or vista desktop environment, and I dont want the software in question installed on their pc, instead they will log on via remote desktop and use it that way. The application does *not* run on Win Server 2003.

I have looked high and low, but all the Windows VPS services on the market seem to be hosting Win Server 2003 exclusively, which is no use to me. Does anyone out there know if it is possible to get hosted XP or Vista anywhere?

I am aware that there are a couple of providers who will host a vmware vm for you but even they seem to be oriented towards Win Server, which is no use to me.

View 4 Replies View Related

Send A Lot Of Request To My Httpd

Aug 12, 2007

I found an IP that send a lot of request to my httpd. At least 20 requests/second. I think the guy behind that IP want to auto download some of my files from my server.

I already used .htaccess to block the ip. It works. But becasue there are too many request from this guy, it make the server a bit slow. Is there any method I can totally block this ip from a server level? Am I need to use a firewall?

View 2 Replies View Related

Apache :: Arduino UNO - Can't See Request In Log

May 12, 2015

I am working with XAMPP 5.6.8 (Apache 2.4.4, MySQL 5.5.32 and PHP 5.6.8 ) on a 64 bits Windows 7 Ultimate (Service Pack 1) Operating System.

I am working with an Arduino UNO and a WIFI Shield connected to the Apache server.

I am sure Arduino is connected to the WiFi network and to the server, and it also sends the GET request to the server.

Apparently, everything is OK because I can see the 200 OK message from the server in the Arduino serial monitor, but I find no trace of that request in the server log although all the requests made from the browser (by typewriting the server address in the browser address bar and pressing enter) appear in the server log.

View 6 Replies View Related

Dedicated Hosting Request/quote

Oct 19, 2009

I'm starting a small, local company in Illinois that will create web pages and host them for residents around my community such as lawyers, doctors, etc. I don't believe I should go with shared hosting because that would not be fair to my clients and I would like to give them good, reliable service so their business does well too. Which entry level, or basic dedicated server should I rent for this purpose? Since I'm just starting, I wouldn't want to overspend, but at the same time I do want performance for the few initial clients I receive. As my company grows, I'm sure I'll migrate into a more large scaled server(s). Any quotes or companies anyone can refer or think of? And possible quote for this type of server/situation.

View 3 Replies View Related

PTY Allocation Request Failed On Channel 0

Apr 6, 2009

It seems every few VPS's this happens.

Quote:

PTY allocation request failed on channel 0

View 1 Replies View Related







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