Top "Server" questions

A server is a running instance of a software application capable of accepting requests from a client and giving responses accordingly.

Apache2 error: Hostname provided via SNI and HTTP do not match

In my Apache error.log, I am getting an error like the following: Hostname www.example.com provided via SNI …

apache ubuntu ssl server sni
Heroku giving 500 error with little information + Internal Server Error

Heroku showing this message on the page: "internal server error" This error is showing in console: GET https://frozen-gorge-82417.herokuapp.…

heroku server internal internal-server-error
Install Anaconda on Ubuntu (or Linux) via command line

I would like to install Anaconda on a remote server. The server is running Ubuntu 12.04. I only have access to …

python ssh command-line server anaconda
Node.JS Error- process.env.NODE_TLS_REJECT_UNAUTHORIZED. What does this mean?

I am new to back-end development. And I am really enjoying writing code in node. However, there are few things …

javascript node.js ssl server certificate
I need to add a linked server to a MS Azure SQL Server

I have tried and tried, and can not get linked. I can connect to the server using SSMS, but can …

azure-sql-database server linked-server
Can i deploy my .war on an nginx server

I really love nginx for the stability and way requests are handled. And i really love tomcat for the java …

java tomcat nginx server
Sql Server 2014 - Update to windows 10 and can't connect to the Local Server

Recently I updated my Windows from 8 to 10 and suddenly my SQL Server 2014 stopped working. When I open the Management Studio …

sql-server server sql-server-2014
/phppgadmin Forbidden You don't have permission to access /phppgadmin/ on this server

I recently upgrade my server from Debian Wheezy to Debian Jessie (Debian 8). A lot of packages was updated and now, …

postgresql server debian-jessie phppgadmin
How to clear cache in Opencart from PHP

I need to clear cache on certain condition from PHP code. How can I do so. I know that there …

php caching opencart server vqmod
How do I serve CSS and JS in Go

I followed the Go Writing Web Applications tutorial but for whatever reason I am having trouble getting the app to …

go web-applications server