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
1
vote
1 answer

Lighttpd How do i disable directly access my website by ip and name server?

Recently i just found that my website can access by IP and name server. My server using Lighttpd and closed Apache service.So i don't know how to disable access direct by ip and name server on Lighttpd. I have closed all of Apache service such as…
tonpsl
  • 45
  • 6
1
vote
0 answers

mod_security - access denied 406 for some IE visitors

Would anyone know why some visitors on our server are being blocked by the below mod_security rule when simply right-clicking a file (.doc, .gif, .pdf, etc.) on a site to download it? They seem to be all Windows/IE users. Anything we can do short of…
kpmtl
  • 11
  • 2
1
vote
3 answers

resolving index.php issue at url laravel htaccess

I know this question is asked alot and there are alot of answers on "how to resolve index.php issue in laravel". However, I tried multiple ways in order to solve it from .htaccess on live dedicated server with WebsitePanel in order to remove…
Akmal Arzhang
  • 357
  • 4
  • 14
1
vote
1 answer

**Unmatched Entries** pam_listfile(proftpd:auth): Couldn't open /etc/ftpusers

I am receiving in my log watch the following error repeatedly: **Unmatched Entries** pam_listfile(proftpd:auth): Couldn't open /etc/ftpusers pam_env(proftpd:setcred): Unable to open config file: /etc/security/pam_env.conf: No such file or…
user5575822
1
vote
0 answers

Operation timed out after 20001 milliseconds with 0 bytes received (The Best Spinner API)

I have a problem with The Best API when running this at my server i am getting this error Request Timeout This request takes too long to process, it is timed out by the server. If it should not be timed out, please contact administrator of this web…
Mohammad Umer
  • 542
  • 5
  • 27
1
vote
1 answer

Forge (Dedicated Server - Custom VPS) Stuck on 'Provisioning'

I have a dedicated server and I have had a completely clean/fresh copy of Ubuntu 14.04 x64 installed on to it (without MySQL, PHP, Apache, Nginx etc) as required by Forge. I then run the command to provision the server provided by Forge while logged…
1
vote
1 answer

Unreachable MongoDB after few minutes running Sails.js App on my server

I want to create an API service for a project. I'm creating this service with Sails.js. I pushed this Sails app on my dedicated server running with pm2. My problem is that each 2 minutes I can't access to the data of my MongoDB database, running on…
I'm_ADR
  • 1,017
  • 8
  • 15
1
vote
1 answer

Require SDK Facebook on dedicated server

I have a little issue with a script PHP that include Facebook SDK (v4.4.0). define('FACEBOOK_SDK_V4_SRC_DIR', 'facebook-php-sdk-v4-4.0-dev/src/Facebook/'); require __DIR__ . '/facebook-php-sdk-v4-4.0-dev/autoload.php'; use…
Kurolounet
  • 81
  • 5
1
vote
2 answers

Changing mysql configuration file

I have dedicated server having centos 5, I had installed mysql in it. now the problem is that I will not able to create more than 250 table inside one database. I know that it can be increased by changing my.cnf file, but I don't know what code I…
1
vote
1 answer

Increase number of Tables in Mysql Database

I have one dedicated server and installed cent os 6. Also installed kloxo panel. Now I have one mysql database hosted over this server. The problem is that one database have maximum of 250 tables, but I want to increase it to 500. If try it changing…
1
vote
2 answers

Taking entire clone of cent os with cpanel/whm to new server

I have dedicated server running centos with whm/cpanel and Processor of this server is Intel Xeon Dual Core, 2.3GHz (4 threads). We installed and setup the module, plugins and settings which we required for our website. Now our website become much…
Rahul Gavande
  • 324
  • 2
  • 11
1
vote
1 answer

Shell command to look up all MX records on a server

Is there a command I can run from the shell that will allow me to see all of the MX records on the server? We have a dedicated server with cPanel on it. By default, we have all of the routing settings set to Auto. This works great until we have a…
1
vote
2 answers

Multiple Domain Hosting with Kimsufi Dedicated Server

I have bought a dedicated server from Kimsufi. Now I want to host 3-4 websites with this dedicated server. I was able to host 1 site as entering the A Record to the domain. But how can i host multiple sites. I have CentOS6 installed on the server…
1
vote
1 answer

Caching images on a subdomain after installing Nginx on a dedicated server

I installed the Nginx on a dedicated server using the below codes: cd /usr/local/src wget http://nginxcp.com/latest/nginxadmin.tar tar xf nginxadmin.tar cd publicnginx ./nginxinstaller install Nginx service status is up in Nginx Admin panel in…
Sami
  • 1,473
  • 1
  • 17
  • 37
1
vote
2 answers

what happens on a running php exeutable when i close browser?

I run a very long in terms of execution time php code, I normally run it with mozzila, and do othr stuff and work with chrome meanwhile. I wonder what happens to the running code and how when i close the browser or it crashes, since all code should…