Re: Apache::ASP problem with post data

2000-12-10 Thread Luc Willems
I think this will be intresting in the future when HTTP servers will be used for other things than just web pages serving. First thing i can think of is XML-RPC and SOAP technologie . Maybe this is something for a future release of the ASP framework ? greetings, luc Joshua

Re: Apache::ASP problem with post data

2000-12-08 Thread Joshua Chamas
Luc Willems wrote: it seems that the "Content-type" must be "application/x-www-form-urlencoded" before we can get anything out of the content() routine from mod_perl :-( #Get posted XML query $len = $Request-{TotalBytes}; $Request-{asp}-{r}-read($i,$len); I'll change the Apache::ASP

Re: Apache::ASP problem with post data

2000-12-07 Thread Luc Willems
the result of $Response- is also empty. i had a look into the Apache::ASP source code and found this : (line 843) $self-{content} = $r-content(); tie(*STDIN, 'Apache::ASP::Request', $self) if defined($self-{content}); this means that it's comming from

Apache::ASP problem with post data

2000-12-06 Thread Luc Willems
hello , i'm working on a project that involves some XML-RPC system. The idea is to POST a XML to a ASP script which will than process this and return a XML back to the client. To do that a send sommething like this (output from ethereal dump) : POST /cp-bin/rc2.asp HTTP/1.0 Host:

Re: Apache::ASP problem with post data

2000-12-06 Thread Joshua Chamas
Luc Willems wrote: hello , i'm working on a project that involves some XML-RPC system. The idea is to POST a XML to a ASP script which will than process this and return a XML back to the client. To do that a send sommething like this (output from ethereal dump) : POST

Apache::ASP problem (FreeBSD 3.4-STABLE, Apache/1.3.12, p5-Apache-1.24)

2000-09-15 Thread Valentina Curanova
Hello. I have a big problem with a package p5-Apache-ASP-0.18 (FreeBSD 3.4-STABLE, Apache/1.3.12, p5-Apache-1.24). Apache runs, PHP runs and mod_perl runs (I think) but module Apache::ASP doesn't. There is config file httpd.conf.test of my experimental server. At first time when I was trying to

Re: Apache::ASP problem (FreeBSD 3.4-STABLE, Apache/1.3.12, p5-Apache-1.24)

2000-09-15 Thread Joshua Chamas
There is something very wrong with your perl installation. I would suggest rebuilding it and modperl. SDBM_File comes with perl, which is why I believe this. --Joshua Valentina Curanova wrote: Hello. I have a big problem with a package p5-Apache-ASP-0.18 (FreeBSD 3.4-STABLE,

Apache::ASP problem

2000-09-14 Thread Sophokles Zafeiris
I have an Apache server version 1.3.12 installed on a solaris machine. I'm trying to make ASP's work. I installed the mod_perl and the Apache::ASP and I added in the httpd.conf file the followin directive Location /asp/ SetHandler perl-script PerlHandler Apache::ASP

Re: Apache::ASP problem

2000-09-14 Thread Rod Butcher
n the .asp suffix, i.e. the client wants the index page. Rod - Original Message - From: "Sophokles Zafeiris" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 14, 2000 6:37 PM Subject: Apache::ASP problem I have an Apache server version 1.3.12 installed on a solaris

Re: Apache::ASP - problem with installing Apache::SSI ::Filter

2000-07-05 Thread Ken Williams
[EMAIL PROTECTED] (Almetaal B.V.) wrote: I'm trying to install Apache::SSI Apache::Filter via CPAN, but it fails [see errors below]. I can remember this problem from another server, but I forgot the solution [...] t/real..Starting http server... Syntax error on line 15 of

Re: Apache::ASP - problem with installing Apache::SSI ::Filter

2000-07-05 Thread Almetaal B.V.
- Original Message - From: "Ken Williams" [EMAIL PROTECTED] To: "Almetaal B.V." [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, July 05, 2000 18:11 Subject: Re: Apache::ASP - problem with installing Apache::SSI ::Filter 'TypesConfig' is defined by mod_m

Re: Apache::ASP - problem with installing Apache::SSI ::Filter

2000-07-05 Thread Ken Williams
[EMAIL PROTECTED] (Almetaal B.V.) wrote: - Original Message - From: "Ken Williams" [EMAIL PROTECTED] To: "Almetaal B.V." [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, July 05, 2000 18:11 Subject: Re: Apache::ASP - problem with installing Apache::SSI ::Fi

Re: Apache::ASP problem, example index.html not working

2000-04-16 Thread Joshua Chamas
You need to also copy over the global.asa file from the examples. --Joshua Andy Yiu wrote: Hi, this is Andy again. It's about that, after I installed the ASP patch, all other *.asp are working but the index.html is not which claim that it couldn't find glocal.asa The .htaccess file I

RE: Apache::ASP problem, example index.html not working

2000-04-15 Thread Andy Yiu
Hi, this is Andy again. It's about that, after I installed the ASP patch, all other *.asp are working but the index.html is not which claim that it couldn't find glocal.asa The .htaccess file I used is from your example folder, which is : # Note this file

Apache::ASP problem running the example.

2000-04-14 Thread Andy Yiu
Hi, I installed the Apache ASP package and the mod_perl with the Apache server. I guess there is no error in the setup and everything should run fine. Then I run the example. When I try to run index.html, it returned a error message saying that it couldn't find the global.asa or something

Re: Apache::ASP problem running the example.

2000-04-14 Thread Ime Smits
| I installed the Apache ASP package and the mod_perl with the Apache server. | I guess there is no error in the setup and everything should run fine. | Then I run the example. When I try to run index.html, it returned a error | message saying that it couldn't find the global.asa or something

Re: Apache::ASP problem with global.asa

1999-12-09 Thread Joshua Chamas
[EMAIL PROTECTED] wrote: the global.asa that my global_test.html is using is what I had sent you ... the application variable $Application-{test} (the last variable printed in the error log above) is initialiazed in the Session_OnStart subroutine. The other application variables are from

Re: Apache::ASP problem with global.asa

1999-12-09 Thread ritu
Joshua, I am using version 0.15 of Apache::ASP. In any case, if global.asa is not changed after the server re-starts, this issue should not show up, right? I have another confusion that you may be able to help with: I have 3 different sub-directories under the DocumentRoot. I treat each of

Re: Apache::ASP problem with global.asa

1999-12-08 Thread Joshua Chamas
Please attach a bit of your apache error log with Apache::ASP debugging turned on. It will help to see how things are being initialized and run to diagnose your problem. There was also a global.asa reload error, perhaps related, a couple versions back that would not refresh a changed