php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "Apache module"

What steps are involved in adding a module to Apache for PHP functionality?

To add PHP functionality to Apache, you need to enable the PHP module in the Apache configuration file. This involves loading the module and configuri...

How can Apache and the corresponding PHP module be used to interpret and evaluate scripts?

Apache can be configured to work with the PHP module by loading the module and setting up the appropriate handlers in the Apache configuration file. T...

What is the difference between PHP as CGI and as an "Apache Module"?

When PHP is used as a CGI (Common Gateway Interface), each request for a PHP script spawns a new PHP process. This can lead to higher resource usage a...

How can PHP be configured as a module in Apache on a Windows server?

To configure PHP as a module in Apache on a Windows server, you need to add the necessary configuration directives to the Apache configuration file (h...

How can PHP be used to check if an Apache module is installed?

To check if an Apache module is installed using PHP, you can utilize the `apache_get_modules()` function which returns an array of all loaded Apache m...

Showing 1 to 5 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.