On 2019-01-27 13:52, Barry Kimelman wrote:
Hello,

I am running Apache 2.4 on a 64 bit windows 10 system.

For a while I have been running Perl CGI scripts with no problems. Now I
want to run PHP CGI scripts.

The last few linbes of my conf/httpd.conf file looks like the following

    <IfModule proxy_html_module>
    Include conf/extra/proxy-html.conf
    </IfModule>

    # Secure (SSL/TLS) connections
    ##
    # Note: The following must must be present to support
# starting without SSL on platforms with no /dev/random equivalent
    #       but a statically compiled-in mod_ssl.
    #
    <IfModule ssl_module>
    SSLRandomSeed startup builtin
    SSLRandomSeed connect builtin
    Include conf/extra/httpd-ssl.conf
    </IfModule>

    # PHP FastCGI
    #
    # Edit conf/extra/httpd-fcgid.conf to match your php configuration
    # and uncomment the Include line below.
    #
    #Include conf/extra/httpd-fcgid.conf

However the file named in the comment on the last line does not exist and I have not been able to find a "sample" of the named file. What do I need to do for the named file in order to be able to run CGI scripts written in PHP
?

Thanks.

==================

Barry Kimelman
Atlanta, GA, USA

Hi did you check https://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html ?? Is the php example there good for you??

--
Salu2, Ulinx
"En un problema con n ecuaciones
siempre habrá al menos n+1 incógnitas"
Linux user 366775

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to