what have i done wrong?
i have installed apache and php, but i cannot access any apache specific functions (eg. virtual) ...
this is what i get:
Fatal error: Call to undefined function: virtual() in test.php on line 1
test.php:
<? virtual("/cgi-bin/test.cgi"); ?>
what is missing?