Top "Apache" questions

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

Difference between the Apache HTTP Server and Apache Tomcat?

What is the difference in terms of functionality between the Apache HTTP Server and Apache Tomcat? I know that Tomcat …

apache tomcat webserver
How to change XAMPP apache server port?

This is my Apache httpd.conf settings : Listen 8012 ServerName localhost:8012 Every time I start Apache via XAMPP I see this …

apache xampp
XAMPP - Port 80 in use by "Unable to open process" with PID 4! 12

I have been trying to figure out how to fix this problem for two days. I'm new to this kind …

windows apache xampp
How to Set AllowOverride all

I want to set the AllowOverride all But I don't know how to do it. I have found the following …

apache .htaccess
Generic htaccess redirect www to non-www

I would like to redirect www.example.com to example.com. The following htaccess code makes this happen: RewriteCond %{HTTP_…

apache mod-rewrite url-rewriting
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName

I tried to restart my Apache server on CentOS 5.0 and got this message: httpd: Could not reliably determine the server's …

linux apache centos
Forbidden You don't have permission to access / on this server

All I wanted to do today was to write a redirect rule to a subfolder, e.g.: You enter the …

apache .htaccess mod-rewrite httpd.conf
Version of Apache installed on a Debian machine

How can I check which version of Apache is installed on a Debian machine? Is there a command for doing …

apache debian version
WAMP won't turn green. And the VCRUNTIME140.dll error

WAMP won't turn green. It was working fine a couple of weeks ago. When looking at other answers on this …

apache wamp
What is the difference between HTTP_HOST and SERVER_NAME in PHP?

What is the difference between HTTP_HOST and SERVER_NAME in PHP? where: HTTP_HOST === $_SERVER['HTTP_HOST'] SERVER_NAME === $_…

php apache server-variables