This is a forum for helping users host their Drupal site.

Hosting for site with many thousand of hits daily..?

Dear all,

I have a website with about 90,000 hits daily. I just got an email from my shared host saying that i need to change hosting plan due to heavy cpu and ram usage. Do you have any host, probably one with a vps, to recommend me? I should mention that my website is non-profit one and i do need to find something relatively cheap but reliable.

Thanks in advance

Drupal Value Hosting - Alive ?

Anyone who is using this hosting provider having problems ?

After continued downtime, ignored support requests and the recent hack of sites on DVH by iSKORPiTX, my site is once more down.
I should of kept up with other threads about this company as I see I'm not the only one - http://drupal.org/node/248908#comment-911390

Ik zoek een Drupal Host in Nederland / Looking for Dutch Host

Ik zoek een Drupal Host in Nederland / Looking for Dutch Host

Requirements:
- Drupal 6.x
- Java 1.5 and an Application server (such as Tomcat) which supports the Servlet 2.4 standard
- Shell acces

Wie heeft ervaringen of kan aanbevelingen doen? / Any experiences to share? Or suggestions?

Alvast dank

memoo

Any other web host provides services like Bryght?

I know that Bryght hosts and provides support to Drupal webistes. Any other similar web hosts available?

SERVER IS DOWN!!!

Server is down for over 6 hours!!!!

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@imagetrade.native-it.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Drupal safety

Running www.netsecdb.de with drupal and survived tenthousands of exploit attacks since january 2008.

first of all i scripted a live-monitoring block:

I used ssl-links for saftey. clicking an IP opens a popup that requests IP-segment safety info from my database - you can change to call phpwhois or utrace instead.

popup defines in overall html-page header (javascript):

<!--- Whois 0.2 Hack start --->
<script type="text/javascript">
       function showwhoispop(url, width, height) {
	         window.open(url,"whois","toolbar=no,scrollbars=no,resizable=yes,width="+width+",height="+height+"");
	     }
</script>
<script type="text/javascript">
       function showexternwhois(url, width, height) {
	         window.open(url,"externwhois","toolbar=no,scrollbars=no,resizable=yes,width="+width+",height="+height+"");
	     }
</script>
<!--- Whois 0.2 Hack ends --->

block-code:


<?php
$number = db_result(db_query('SELECT COUNT(uid) AS number FROM {users} WHERE status=1'));
if (user_access('access content')) {
// Count users with activity in the past defined period.
$interval = time()-variable_get('user_block_seconds_online', 900);
$guests = db_fetch_object(db_query('SELECT COUNT(sid) AS count FROM {sessions} WHERE timestamp >= %d AND uid = 0', $interval));
// Perform database queries to gather online user lists.

Pages

Subscribe with RSS Subscribe to RSS - Hosting support