Top "Apache" questions

Use this tag (along with an appropriate programming-language tag) for programming questions relating to the Apache HTTP Server.

How to change the default encoding to UTF-8 for Apache?

I am using a hosting company and it will list the files in a directory if the file index.html …

apache character-encoding apache-config
How do you increase the max number of concurrent connections in Apache?

What httpd conf settings do I need to change to increase the max number of concurrent connections for Apache? NOTE: …

apache
How to change port number for apache in WAMP

I am new to WAMP server and installed it on my system but after installing it when I check it …

apache wamp
Getting a 500 Internal Server Error on Laravel 5+ Ubuntu 14.04

I have installed Laravel many times on Windows OS but it never occurred this type of problem. This 500 internal server …

php apache .htaccess ubuntu mod-rewrite
How do I test a website using XAMPP?

This is a fairly general query as I'm very confused about how to do this. I want to use the …

apache xampp localhost
Internal Error 500 Apache, but nothing in the logs?

I'm getting 500 Internal Server errors when I try to make an HTTP POST to a specific address in my app. …

apache error-logging
Apache redirect to another port

I've struggled with this for some time and am definitely doing something wrong. I have apache server and a JBoss …

apache redirect
SSL received a record that exceeded the maximum permissible length. (Error code: ssl_error_rx_record_too_long)

I followed the official docs on https setup located here: https://help.ubuntu.com/6.06/ubuntu/serverguide/C/httpd.html#https-configuration …

apache ssl
Apache shows PHP code instead of executing it

I have recently been trying to install PHP and Apache on my computer. After many hours, they're installed. I have …

php apache
How do I resolve a HTTP 414 "Request URI too long" error?

I have developed a PHP web app. I am giving an option to the user to update multiple issues on …

php apache http-status-codes