php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "Apache."

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 parameters be effectively passed through forms on different server configurations, such as Apache 1.3.27 and Apache 2.0.46?

When passing PHP parameters through forms on different server configurations like Apache 1.3.27 and Apache 2.0.46, it is important to use the `$_GET`...

How can Apache-Direktive "Options Indexes" be used to display directory contents on a website?

To display directory contents on a website using the Apache Directive "Options Indexes," you need to enable the Indexes option in the Apache configura...

How can different file extensions (.php, .php3, .php4) affect the parsing of PHP scripts in Apache?

Different file extensions can affect the parsing of PHP scripts in Apache because Apache may not recognize certain extensions as PHP files by default....

What are common issues faced when trying to configure PHP5 with Apache Server manually?

One common issue faced when trying to configure PHP5 with Apache Server manually is the PHP module not being loaded correctly in the Apache configurat...

Showing 26 to 30 of 1603 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 320 321 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.