php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "Apache Lucene"

How can the Apache server be configured to recognize PHP scripts when using different PHP versions?

To configure the Apache server to recognize PHP scripts with different PHP versions, you can use the AddHandler directive in the Apache configuration...

What role does Apache play in determining PHP configuration settings?

Apache does not directly determine PHP configuration settings, but it can be configured to pass certain settings to PHP through environment variables....

How can the executing user for PHP scripts be changed in Apache settings?

To change the executing user for PHP scripts in Apache settings, you can modify the Apache configuration file (httpd.conf) to use the suEXEC feature....

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`...

Showing 26 to 30 of 1606 results

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

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.