php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "Apache module"

What are the differences between Apache module and (Fast)CGI in PHP?

The main difference between Apache module and (Fast)CGI in PHP is how they handle PHP scripts. Apache module runs PHP scripts as part of the web serve...

How does the Apache 2.0 API handle module activation and what impact does it have on the usage of "AddModule" directives?

When using the Apache 2.0 API, module activation is handled through the use of the "LoadModule" directive in the Apache configuration file. This direc...

Are there any specific best practices to follow when choosing between PHP as CGI or as an Apache Module?

When choosing between PHP as CGI or as an Apache Module, it is generally recommended to use PHP as an Apache Module for better performance and efficie...

What is the mod_autoindex module in Apache used for?

The mod_autoindex module in Apache is used to generate directory listings when an index file (such as index.html) is not present in a directory. It al...

How can the Apache module mod_rewrite be enabled to resolve routing issues in PHP on a Raspberry Pi?

To enable the Apache module mod_rewrite to resolve routing issues in PHP on a Raspberry Pi, you need to make sure the module is enabled in the Apache...

Showing 6 to 10 of 2016 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 403 404 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.