CGI bin or Apache Modul

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mandi

    #1

    CGI bin or Apache Modul

    How do I know programmaticall y if PHP is installed as CGI bin or as an
    Apache Module at my HSP machine?

    Thanks

    Mandi


  • william

    #2
    Re: CGI bin or Apache Modul

    On Tue, 02 Jan 2007 10:18:28 +0200, Mandi wrote:
    How do I know programmaticall y if PHP is installed as CGI bin or as an
    Apache Module at my HSP machine?

    with phpinfo()

    apache

    Loaded Modules

    Comment

    • =?iso-8859-1?Q?Kim_Andr=E9_Aker=F8?=

      #3
      Re: CGI bin or Apache Modul

      Mandi wrote:
      How do I know programmaticall y if PHP is installed as CGI bin or as an
      Apache Module at my HSP machine?
      php_sapi_name() :
      Returns the type of interface between web server and PHP


      Works with PHP 4.0.1 and above.

      --
      Kim André Akerø
      - kimandre@NOSPAM betadome.com
      (remove NOSPAM to contact me directly)

      Comment

      Working...