Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Stefano Lissa

    (@satollo)

    A CGI need to be executed, so you absolutely need an iframe… of you should include a PHP which does something like:

    echo file_get_content("https://path to cgi")

    Bye, Stefano.

    Thread Starter aishdas

    (@aishdas)

    Thanks! So I made a tiny PHP wrapper to my CGI script, and includeme-ing that.

    Now to figure out why the php conflicts with mod_pagespeed… Weirdly, exec(“who”) was fine, but exec(“my script”) gets a whole complicated wrapper and a redirect in Javacript. (No rest for the weary.)

    Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CGI’ is closed to new replies.