Problem downloading from your site?

#1
I've just installed Litespeed & am trying to compile PHP 5.3.3. Here's the current status but the last line (from detailed logs) has been sitting there for nearly 30 minutes with nothing downloaded. Is your site having problems or should I be looking closer to home?

Edit: Had to remove all links so I could post

**MAIN_STATUS** retrieved from /usr/local/lsws/phpbuild/buildphp_1283955524.2.progress
Preparing all source code for building PHP 5.3.3 with LSAPI
Retrieving PHP source archive from <link removed>
Extracting PHP source archive: tar -zxf php-5.3.3.tar.gz
Retrieving Suhosin patch from <link removed>
Patching source with Suhosin patch
Retrieving mail header patch from <link removed>
Patching source with mail header patch
Retrieving LSAPI from <link removed>
 
#2
Here's the output with links

**MAIN_STATUS** retrieved from /usr/local/lsws/phpbuild/buildphp_1283955524.2.progress
Preparing all source code for building PHP 5.3.3 with LSAPI
Retrieving PHP source archive from http://us.php.net/get/php-5.3.3.tar.gz/from/us.php.net/mirror
Extracting PHP source archive: tar -zxf php-5.3.3.tar.gz
Retrieving Suhosin patch from http://download.suhosin.org/suhosin-patch-5.3.3-0.9.10.patch.gz
Patching source with Suhosin patch
Retrieving mail header patch from http://choon.net/opensource/php/php-5.3.3-mail-header.patch
Patching source with mail header patch
Retrieving LSAPI from http://www.litespeedtech.com/packages/lsapi/php-litespeed-5.4.tgz
 
#3
Sorry for answering my own post again, but thinking it might be a fault on my VPS I tried downloading a file (using wget) from another site and it downloaded fine, downloading the file LSWS needed (again using wget) failed with the following output -

wget http://www.litespeedtech.com/packages/lsapi/php-litespeed-5.4.tgz
--2010-09-08 15:51:43-- http://www.litespeedtech.com/packages/lsapi/php-litespeed-5.4.tgz
Resolving www.litespeedtech.com... 209.151.227.121
Connecting to www.litespeedtech.com|209.151.227.121|:80... connected.
HTTP request sent, awaiting response...
 
#5
This is the current attempt at downloading the required file, about to give up on Litespeed because I NEED websites up & running

wget http://www.litespeedtech.com/packages/lsapi/php-litespeed-5.4.tgz
--2010-09-09 10:57:05-- http://www.litespeedtech.com/packages/lsapi/php-litespeed-5.4.tgz
Resolving www.litespeedtech.com... 209.151.227.121
Connecting to www.litespeedtech.com|209.151.227.121|:80... connected.
HTTP request sent, awaiting response... Read error (Connection timed out) in headers.
Retrying.

--2010-09-09 11:12:07-- (try: 2) http://www.litespeedtech.com/packages/lsapi/php-litespeed-5.4.tgz
Connecting to www.litespeedtech.com|209.151.227.121|:80... connected.
HTTP request sent, awaiting response...

Why is it that Litespeed can download patches etc. from other sites but not from yours?
 
Top