--- In [EMAIL PROTECTED], Josh Chamas <[EMAIL PROTECTED]> wrote: > ggincius wrote: > > I want to run Apache::ASP under SpeedyCGI (to run apache without > > mod_perl). Is this possible? How? > >
> The syntax for invoking a normal CGI mode Apache::ASP script is to > have the first line of the script be like: > > #!/usr/local/bin/perl /usr/local/bin/asp-perl Changed this to: #!/usr/bin/speedy /usr/bin/asp-perl And it works! Thanks for hint. Let's come to test memory usage & perfomance of 'plain' apache + speedy + Apache::ASP vs mod_perl + apache + Apache::ASP... ;) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]