two sites, same server, same script, one virtual include works, the other not.
im using a small cgi script on site A. It calls the script like this:
<?php virtual ("/cgi-bin/script.cgi"); ?>
and you see the output on the page.
site B is on the same server in fact even the same IP. uploaded this exact same scrip and put the exact same code
<?php virtual ("/cgi-bin/script.cgi"); ?>
and it gives the error of Warning: virtual(): Unable to include '/cgi-bin/script.cgi' - request execution failed in...... the php page + line i put the <?php virtual ("/cgi-bin/script.cgi"); ?> code.
How in the fuck is this possible? Its completely the same!
|