Top "Apache" questions

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

ab load testing

Can someone please walk me through the process of how I can load test my website using apache bench tool (…

apache benchmarking
How to start Apache and MySQL automatically when Windows 8 comes up

I am using XAMPP, version 3.2.1. I just installed it on Windows 8. Every time I need to go to the XAMPP …

apache xampp
Apache server keeps crashing, "caught SIGTERM, shutting down"

This just started happening three weeks or so ago. The content of my website hasn't changed, it's just a phpBB …

linux apache crash sigterm
Apache Prefork vs Worker MPM

Looking at the Apache config file, I see Prefork and Worker MPM defined. What is the difference and which one …

apache
Apache: client denied by server configuration

I am getting [Tue Apr 24 12:12:55 2012] [error] [client 127.0.0.1] client denied by server configuration: /labs/Projects/Nebula/bin/ My directory structure looks …

apache .htaccess
htaccess remove index.php from url

I have a problem whereby google has indexed some pages with the wrong url. The url they are indexing is: …

apache .htaccess mod-rewrite
.htaccess redirect http to https

I have an old url (www1.test.net) and I would like to redirect it to https://www1.test.net …

apache .htaccess
Why would $_FILES be empty when uploading files to PHP?

I have WampServer 2 installed on my Windows 7 computer. I'm using Apache 2.2.11 and PHP 5.2.11. When I attempt to upload any file …

php apache file-upload
How can I make PHP display the error instead of giving me 500 Internal Server Error

This has never happened before. Usually it displays the error, but now it just gives me a 500 internal server error. …

apache php
Apache VirtualHost 403 Forbidden

I recently tried to set a test server up with Apache. The site must run under domain www.mytest.com. …

linux apache ubuntu virtualhost http-status-code-403