php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "CGI scripts"

What is the difference between running PHP as CGI or as a module in terms of HTTP authentication?

When running PHP as a CGI, HTTP authentication headers are not directly accessible to PHP scripts. However, when running PHP as a module, these header...

What potential issues could arise when running PHP as a cgi/fast cgi versus as a module?

One potential issue when running PHP as a cgi/fast cgi is performance degradation due to the overhead of spawning separate processes for each request....

What are some common pitfalls when installing PHP on a Solaris 8 server, especially when compiling it as a CGI version?

One common pitfall when installing PHP on a Solaris 8 server as a CGI version is not setting the correct path to the CGI binary in the web server conf...

What are the best practices for passing variables to CGI scripts in PHP for executing server commands?

When passing variables to CGI scripts in PHP for executing server commands, it is important to sanitize and validate user input to prevent security vu...

What are the advantages of using PHP as a module instead of through CGI?

When using PHP as a module instead of through CGI, the main advantage is that PHP scripts can run faster as they are already loaded into memory, elimi...

Showing 21 to 25 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1999 2000 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.