Questions tagged [dedicated-server]

A dedicated server is a type of Internet hosting in which the client leases an entire server not shared with anyone else.

A dedicated server is a type of Internet hosting in which the client leases an entire server not shared with anyone else.

This is more flexible than shared hosting, as organizations have full control over the server(s), including choice of operating system, hardware, etc.

In some cases a dedicated server can offer less overhead and a larger return on investment. Dedicated servers are most often housed in data centers, similar to colocation facilities, providing redundant power sources and HVAC systems. In contrast to colocation, the server hardware is owned by the provider and in some cases they will provide support for your operating system or applications.

Using a dedicated hosting service offers the benefits of high performance, security, email stability, and control. Due to the relatively high price of dedicated hosting, it is mostly used by websites that receive a large volume of traffic.

Read more

177 questions
0
votes
1 answer

Request Entity Too Large / 404 ErrorDocument Joomla 3.3.6

I have the problem when I upload large files, I have a server dedicated, when upload files more than 500Mb. I have edit the PHP Configuration Editor on my Panel WHM. post_max_size 3000M upload_max_filesize 3000M max_input_time -1 memory_limit…
Adriannx
  • 1
  • 1
0
votes
1 answer

PHPMyAdmin #1045 Cannot log in to the MySQL server

Ok, I am ready to blow my brains out on this one and before you guys tell me to just look at the right this question has been answered... I have tried every solution as I will outline below. Currently I am trying to setup a dedicated server…
0
votes
0 answers

Customers email displays HTML tags on PHP system generated mail

When I send a really basic HTML email via a file using PHP mail it displays perfectly for me. But for my client he sees all the HTML tags in the email. I have my own dedicated server, to try to problemsolve I ran the exact same file from a Heart…
Tom Hughes
  • 83
  • 5
0
votes
1 answer

How can I deploy my web application In dedicated server using SQL Server and Asp.net?

I have a website developed in ASP.NET and SQL Server 2005. Now I have purchased a dedicated server to deploy the website. I have trouble combining the Pleck Control Panel and my web server. How can I deploy my website on this web server usingPlesk…
0
votes
1 answer

Removing the default pages when adding a domain via Plesk

whenever I add a new domain into my new Plesk control panel on my dedicated server it creates a whole bunch of test files in the cgi-bin, httpdocs and httpsdocs. There must be some setting somewhere where I can tell Plesk not to do this? I've done a…
ChrisS
  • 719
  • 1
  • 8
  • 7
0
votes
1 answer

How Hide private dedicated server at home

I installed a dedicated server at home which works fine. I host several services like mysql, apache, websocket, etc... The problem: people who go to my website will know my personal ip address. I hidded my ip under a type A DNS but there is no…
Antoine
  • 910
  • 1
  • 9
  • 26
0
votes
1 answer

How to check nginx server perfomance

comrades! I want to know if there is any way to determine and compare my dedicated server perfomance. It is used as web server with nginx+php-fpm. I live in Europe but server is located in US. I can test site speed in "tools pingdom" or ping it from…
mr.gordon
  • 5
  • 1
0
votes
0 answers

Previewing dedicated server MySql not working

I am moving a clients website from one dedicated server to another. (UK2.net to Fasthosts.co.uk) and would obviously like to check everything has transfered correctly before making the final switch to avoid any downtime. I have successfully…
Robbob
  • 5
  • 1
  • 5
0
votes
1 answer

MVC for Dedicated Host? What does it mean?

I use PHP to develop web pages. I'm not newbie and I'm fully familiar with MVC structure. Today I queried from my data center about their Dedicated Hosting Services. They presented a bunch of info on it, and next to it, the operator insisted (in…
Mostafa Talebi
  • 8,825
  • 16
  • 61
  • 105
0
votes
1 answer

Apache tuning - Multiple WordPress installations

I'm running Apache2 server with multiple WordPress installations for my customers. I'm using FCGI-PHP & suexec. Server is dedicated 16GB RAM, Intel i5 2,6GHZ 4 cores. Server MPM: Worker. Network 100mbs. I allow my WordPress users to upload files up…
user3378380
  • 25
  • 1
  • 1
  • 4
0
votes
1 answer

Memcache for PHP when mysql in dedicated server

I am having a dedicated server host MySQL in one server and Apache & my Drupal application in another server. But now I am confused where memcached should be installed? If its in the MySql server how do we point to it?
esafwan
  • 17,311
  • 33
  • 107
  • 166
0
votes
1 answer

How much time is involved in migrating Magento to a new server?

I have Magento 1.6 site currently operational and am having a 3rd party migrate the site to a new server and having it upgraded to latest version (1.8). I also have 5 exentions that will be updated as well. I will also require all product and…
thadw
  • 35
  • 5
0
votes
1 answer

cURL not getting response from server?

I am trying to use cURL to get a response from a different server after it executes a SSH command. When doing so, I thought it was a connection error because I was not receiving any response from the server. So I made a test file and it outputs…
Hawk27
  • 15
  • 1
  • 1
  • 5
0
votes
1 answer

Ruby MySQL output conflicting on different servers

I have coded a Ruby IRC bot which is on github (/ninjex/rubot) which is having some conflicting output with MySQL on a dedicated server I just purchased. Firstly we have the connection to the database in the MySQL folder (in .gitignore) which looks…
Singularity
  • 271
  • 2
  • 11
0
votes
1 answer

I can't access port from outside

I'm using a dedicated server on aruba with ZyWall firewall. I have two ports listening in the server, using telnet from inside I can connect to both the ports. If I try to telnet from outside I can access only to one of them. I have not internal…