Re: Using Apache::ASP on windows

2003-01-15 Thread PhilNadavallil
Josh Chamas <[EMAIL PROTECTED]> wrote: >[EMAIL PROTECTED] wrote: >> Team, >> >> My story with Apache::ASP >> >> I had created an application (consisting of serveral dlls written in VB). I had >naturally been forced to use IIS which lets you call DLLs from ASP. >> >> All I had in the ASP file w

Re: Using Apache::ASP on windows

2003-01-15 Thread Josh Chamas
[EMAIL PROTECTED] wrote: Team, My story with Apache::ASP I had created an application (consisting of serveral dlls written in VB). I had naturally been forced to use IIS which lets you call DLLs from ASP. All I had in the ASP file was a Server.CreateObject("Class.clsClass") which returned HTML.

Re: using apache::asp with mod_perl 2.0, under apache 2.0 win32

2002-05-15 Thread Joshua Chamas
mrjaffa21 wrote: > > For some time i've been using apache v1.3 + mod_perl 1.3 and > apache::asp under win32. When Apache 2.0 was released I thought I > would upgrade, due to the enhanced support under win32 environments; > so I installed apache 2.0 which was pre-compiled and linked with > mod_pe

RE: using apache::asp with mod_perl 2.0, under apache 2.0 win32

2002-04-29 Thread Camilla Lumme
I also had the same problem. Someone said it was because mod_perl was not compiled into the binaries. Suggested using a package found at links from perl.apache.org with Apache 1.3 and Apache::ASP and mod_perl and... I didn't want to do that, I like the installer and most important I don't like pre

Re: using apache::asp with mod_perl 2.0, under apache 2.0 win32

2002-04-29 Thread Simon Oliver
mrjaffa21 wrote: > > When I start apache 2.0, it complains that "PerlModule not > allowed here", the directives im using are: Same problem here. Actually I only prototype stuff on my Win32 box so I'm not that worried but if you get a result please let me know. -- Simon Oliver ---

Re: using apache::asp with mod_perl 2.0, under apache 2.0 win32

2002-04-27 Thread Christopher Brown
For the record, I have had the same problem, even when compiling from source. I concluded that it was not a Apache::ASP problem, but a mod_perl problem. If you don't get an answer here, you might try posting the same question to the mod_perl lists. Good Luck, Chris. --- mrjaffa21 <[EMAIL PR

Re: Using Apache ASP

2002-04-02 Thread Joshua Chamas
Jonathan De Graeve wrote: > > How dus it come that Apache ASP is different from Microsofts ASP > implementation. > > The Apache ASP is more Perl with some word coding style like ASP. It isn't > like the Chillisoft ASP. > > But great job, keep on going. > Microsoft ASP, or Active Server Pages,

Re: Using Apache::ASP with offline scripts- HOW???

2001-12-09 Thread Joshua Chamas
Dariusz Pietrzak wrote: > > > I'm wondering if there is a neat and clever way to utilize the functionality of > > Apache::ASP in an offline capacity... > how about 'asp' script, > i think it's included in Apache::ASP distribution > > eyck@ghost:~$ asp > Exactly... the asp script is at ./cgi/as

Re: Using Apache::ASP with offline scripts- HOW???

2001-12-09 Thread Dariusz Pietrzak
> I'm wondering if there is a neat and clever way to utilize the functionality of > Apache::ASP in an offline capacity... how about 'asp' script, i think it's included in Apache::ASP distribution eyck@ghost:~$ asp Usage: asp [-hsdb] [-o directory] file1 @arguments file2 @arguments ... -h

RE: Using Apache::ASP with offline scripts- HOW???

2001-12-09 Thread John D. Leonard II
John: The beauty of Apache::ASP is that it is all written in "perl". I often implement the off-line functionality that you describe through a "cron" job and a perl script (or a makefile.) See the LWP library (to pull data from other web sites,) the DBI library (to pull data from local data base