Top "Server-configuration" questions

Make XAMPP / Apache serve file outside of htdocs folder

Is it possible to configure xampp to serve up a file outside of the htdocs directory? For instance, say I …

php apache xampp server-configuration
PhpMyAdmin error with config file

Errors are: The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. To find out why …

php phpmyadmin server-configuration
Match / Deny access to all subdirectories using apache2 server configuration

How can one deny access to all subdirectories of a given directory? (While allowing to manually modify the access rights …

apache apache2 wildcard subdirectory server-configuration
Configure server port when running jar

I currently working on an Spring Boot application written in Java 8 using Gradle. What I am looking for is to …

java spring spring-mvc jar server-configuration
httpd: Could not reliably determine the server's fully qualified domain name

I know this question's been looked at a lot, but the solutions here aren't solving them. Let's start with a …

macos apache web server-configuration
What needs to go in order to fully remove a MAMP install from OSX?

For reasons that we won't discuss, I have determined that MAMP is a pile of crap that haunts my system, …

macos mamp server-configuration
Could not open connection to the host, on port 1433: Connect failed

Today I installed SQL Server. And I tried to connect from an application that SQL Server. But connection failed. I …

sql-server-2008 port server-configuration
Multiple domains on one server points to wrong sites

Using Nginx, I've created a multiple domain setup for one server consisting of four individual sites. When I start Nginx …

nginx multiple-domains server-configuration
What is the recommended max value for Max Connections Per Child in Apache configuration?

I am traying to reduce memory usage by Apache on the server. My actual Max Connections Per Child is 10k …

apache connection server-configuration
nginx - response based on the requested header

I have nginx 1.0.8 installed. here is my problem: I have 2 files : file1.js and file2.js. the requested path is …

nginx server-configuration