First of all, I think you are talking about ASP, or Active Server Pages, not VBScript. VBScript is parsed on the client end by Windows Scripting Host. VBScript can be included in HTML pages regardless of the server operating system and architecture. ASP, or Active Server Pages, which is a server-side scripting language, much like PHP, requires parsing software. If you want to use ASP, there are several solutions for Linux, namely Sun's Chilisoft ASP (
http://www.chilisoft.com), which I think has been renamed when Sun Microsystems bought them out. This adds ASP functionality to the Apache server, however, it appears that you may be a newbie, if so, why not try to learn PHP instead of ASP? If you are wanting to use Front Page Extensions, again, another scripting language, you can use Mod_Frontpage. (
http://freshmeat.net/projects/improvedmod_frontpage/?topic_id=250).
Hope this helped,
Nathan