using curl wprobot

Discussion in 'Installation/Configuration' started by a0011010011, Feb 22, 2012.

  1. a0011010011

    a0011010011 New Member

    I have installed wprobot, and installed curl, but I dont think the curl is registered in apache2 how can I make sure this install works and is registered ?
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Do you mean the PHP curl module? Create a PHP file with the following contents:

    PHP:
    <?php
    phpinfo
    ();
    ?>
    and call it in a browser. It will tell you if the PHP curl module is enabled or not.
     

Share This Page