How can I do this?
I know that I can do it with LoadModule directive in Apache but what parametars should I use?
Also when I use php as cgi I couldn't make Apache directive
Action application/x-httpd-php "c:/php/php.exe" but I had to create alias for c:/php/php.exe and then to put that alias in Action directive. Why is this so (I ask becuse php manual says "c:/php/php.exe" first way?