Okay, another question, is there any way I can make cgi executable in my htdocs directory? Right now, it just prints the text of the cgi script rather than executing it.
| SitePoint Sponsor |
Okay, another question, is there any way I can make cgi executable in my htdocs directory? Right now, it just prints the text of the cgi script rather than executing it.
in your <VirtualHost> entry in apache , add
Options +ExecCGI
Bookmarks