php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "CGI mode"

What is the difference between running PHP 5 in CGI mode versus as a module?

Running PHP 5 in CGI mode means that PHP is executed as a separate process for each request, providing better security and isolation. On the other han...

How can one determine if PHP is running in CGI mode on a server?

To determine if PHP is running in CGI mode on a server, you can create a PHP script that checks the value of the `SERVER_SOFTWARE` server variable. If...

What are the best practices for configuring PHP in CGI mode in Apache to ensure proper parsing of PHP files?

When configuring PHP in CGI mode in Apache, it is important to ensure that the PHP files are properly parsed by the server. One common issue is not se...

What are the best practices for setting up PHP 5 as a module versus in CGI mode for vhost configurations?

When setting up PHP 5 as a module versus in CGI mode for vhost configurations, it is generally recommended to use PHP as a module for better performan...

What are the advantages of running PHP as a separate process using suexec in CGI mode?

Running PHP as a separate process using suexec in CGI mode provides better security by allowing each user to run their PHP scripts with their own perm...

Showing 1 to 5 of 1031 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 206 207 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.