Re: asp on linux

2005-06-06 Thread Christopher Hicks
On Mon, 6 Jun 2005, tamer amr wrote: hi can i host asp pages on apache web server on linux If you're migrating pages written on Windows/IIS they're probably using VBScript instead of Perl for the scripting so Apache::ASP won't help you without migrating your code. Doing so would be a good id

RE: .asp on linux

2003-12-30 Thread Dan Muey
> Apache::ASP only supports Perl scripts. If your original Windows ASP > scripts were written in PerlScript then you should be able to migrate > with some modifications. See: > http://www.apache-asp.org/perlscript.html > > If they were > written in VBScript or JScript then see: > http://www