Re: Apache::ASP Configuration

2003-04-04 Thread Josh Chamas
Quan Mac wrote: Hi, I just installed mod_perl and Apache::ASP on my computer and I was wondering if you could tell me how to configure my Apache httpd.conf file to make ASP pages work. I tried adding in the lines from the website for configuration and then I restarted Apache. All I get is the h

Re: apache::ASP

2002-11-05 Thread Josh Chamas
[EMAIL PROTECTED] wrote: Does this include an AddRotator? On Win32 platforms, whatever COM objects exist there can be accessed via the $Server->CreateObject API, but on Unix platforms $Server->CreateObject does not work. Please post future questions on Apache::ASP to [EMAIL PROTECTED] Regards

Re: apache::ASP

2002-11-02 Thread Randy Kobes
On Mon, 28 Oct 2002 [EMAIL PROTECTED] wrote: > Does this include an AddRotator? > > john welte Check out http://www.apache-asp.org/ - that might be answered there. There's also links there to a mailing list (and archives) for Apache::ASP that might help. -- best regards, randy kobes

Re: apache::ASP

2002-07-28 Thread Ron Savage
At 06:20 AM 28/07/2002 -0700, you wrote: >Hello, > I have got some problems when I tried to install >Apache server together with mod_perl and Apache::ASP. >After I had located four subfolder to c:/ , which >mean, I have got c:/perl, c:/apache, c:/openssl, >c:/readmes. >When I tried to start apac

Re: Apache ASP help not helpful. I'm not alone

2001-11-28 Thread Joshua Chamas
alan matthews wrote: > > I've just seen a pile of posts on a Yahoo board full > of people with ASP problems. > If these are Apache::ASP users, they need to get on the mail list for it at [EMAIL PROTECTED] ... If they are using IIS / VBScript or PerlScript ASP, then they may be in the right p

Re: Apache ASP help not helpfull :(

2001-11-28 Thread Joshua Chamas
alan matthews wrote: > > I wanted to run a local server but Microsoft PWS > doesn't run on Win ME. Searching around I came across > this http://www.ricocheting.com/sever/index.html I > found it very helpful, albeit a bit out of date. > > So, I've installed apache_1.3.22-win32-x86.msi onto > this

Re: Apache ASP help not helpful. I'm not alone

2001-11-28 Thread Randy Kobes
On Wed, 28 Nov 2001, alan matthews wrote: > I've just seen a pile of posts on a Yahoo board full > of people with ASP problems. For Win32 ActivePerl users, if the CPAN.pm method of installing Apache::ASP becomes confused, you may want to try ppm: C:\> ppm ppm> set repository some_name http:

Re: Apache::ASP - using Apache::Session

2001-09-20 Thread Joshua Chamas
Jindo Soul wrote: > > Hi! > > I recently made a decision to adopt Apache::ASP as the template tool for my site. >The only thing I'd like to find out is whether or not Apache::ASP works with >Apache::Session. I read from an online article >http://perl.apache.org/features/tmpl-cmp.html that A

Re: Apache::ASP error re: subroutines

2001-05-22 Thread Joshua Chamas
Andrew Koebrick wrote: > > Howdy, > > I am attempting to move a few subroutines from my Apache::ASP pages into a central >module, but get the error: > > Undefined subroutine &Apache::ASP::Demo::date_swap called at (eval 6) line 67. , >/usr/lib/perl5/site_perl/5.6.0/Apache/ASP.pm line 1506 Pe

Re: Apache::ASP extra newline in script output start - killing IEpdf recognition

2001-04-27 Thread Joshua Chamas
Philip Mak wrote: > > On Fri, 27 Apr 2001, Joel W. Reed wrote: > > > <%@ LANGUAGE="PerlScript" %> > > <% > > do neat perl things > > %> > > Have you tried this: > > <@ LANGUAGE="PerlScript" %><% > do neat perl things > %> > This is probably your work around for now. What I'll pro

Re: Apache::ASP extra newline in script output start - killing IE pdf recognition

2001-04-27 Thread Joel W. Reed
On Apr 27, [EMAIL PROTECTED] contorted a few electrons to say... Philip> On Fri, 27 Apr 2001, Joel W. Reed wrote: Philip> Philip> > <%@ LANGUAGE="PerlScript" %> Philip> > <% Philip> > do neat perl things Philip> > %> Philip> Philip> Have you tried this: Philip> Philip> <@ LANGUAGE="PerlSc

Re: Apache::ASP extra newline in script output start - killing IEpdf recognition

2001-04-27 Thread Philip Mak
On Fri, 27 Apr 2001, Joel W. Reed wrote: > <%@ LANGUAGE="PerlScript" %> > <% > do neat perl things > %> Have you tried this: <@ LANGUAGE="PerlScript" %><% do neat perl things %> -Philip Mak ([EMAIL PROTECTED])

Re: Apache::ASP and no global.asa

2001-04-18 Thread Joshua Chamas
Rick Glunt wrote: > > I am trying to setup Apache::ASP to handle asp pages for one of my virtual > domains in Apache but I am getting an 'Internal Server Error' on the browser > and an error in the Apache log files that goes something like > > [error] Undefined subroutine > &Apache::ASP::Compile

Re: Apache::ASP error

2001-04-18 Thread Joshua Chamas
Rick Glunt wrote: > > I have Apache::ASP setup and running. The sample site works and very simple > asp pages I created work, however, I have a page that is generating the > following error in the Apache error log and will not display on my browser: > > [error] Undefined subroutine > &Apache::A

Re: Apache::ASP

2001-04-11 Thread alexus
t;Joshua Chamas" <[EMAIL PROTECTED]> > > To: "alexus" <[EMAIL PROTECTED]> > > Cc: <[EMAIL PROTECTED]> > > Sent: Tuesday, April 10, 2001 11:49 AM > > Subject: Re: Apache::ASP > > > > > alexus wrote: > > > > > > >

Re: Apache::ASP

2001-04-10 Thread alexus
IL PROTECTED]> Sent: Tuesday, April 10, 2001 11:49 AM Subject: Re: Apache::ASP > alexus wrote: > > > > I don't know what there wrong to setup > > > > i have in httpd.conf > > following lines: > > > > LoadModule perl_modulelibexec/libpe

Re: Apache::ASP

2001-04-10 Thread Joshua Chamas
alexus wrote: > > I don't know what there wrong to setup > > i have in httpd.conf > following lines: > > LoadModule perl_modulelibexec/libperl.so > and > AddModule mod_perl.c > > and whenever I start apache I get this in error_log > > [Tue Apr 10 00:40:23 2001] [notice] Apache/1.3.19

Re: Apache::ASP

2001-04-09 Thread alexus
t; Cc: <[EMAIL PROTECTED]> Sent: Tuesday, April 10, 2001 1:47 AM Subject: Re: Apache::ASP > alexus wrote: > > > > > > SetHandler perl-script > > PerlHandler Apache::ASP > > PerlSetVar Global /tmp > > > > > > I start geting this: > &

Re: Apache::ASP

2001-04-09 Thread Joshua Chamas
alexus wrote: > > > SetHandler perl-script > PerlHandler Apache::ASP > PerlSetVar Global /tmp > > > I start geting this: > > su-2.04# /usr/local/apache/bin/apachectl configtest > Syntax error on line 1242 of /usr/local/apache/conf/httpd.conf: > Invalid command 'PerlHandler', perhaps mis-sp

Re: Apache::ASP -- Corruption of statedir files/truncation of methodnames

2001-04-05 Thread Carl Lipo
The statedir is local so it doesnt seem to be an NFS issue. There definitely seems to be a corruption of the StateDir files: here is a error that crops up in our error log. [Thu Apr 5 08:09:07 2001] [notice] child pid 11555 exit signal Segmentation fault (11) Use of uninitialized value at /usr/

Re: Apache::ASP -- Corruption of statedir files/truncation of methodnames

2001-04-04 Thread Joshua Chamas
Carl Lipo wrote: > > I've just started having problems with asp state files for Apache::ASP > 2.09 becoming corrupted during use. My application will work just fine but > at somepoint the session asp state files get corrupted and only deleting > them allows the application to continue working. Od

Re: Apache::ASP -- Corruption of statedir files/truncation of methodnames

2001-04-04 Thread Carl Lipo
In addition: here are the httpd.conf configurations for this application: PerlSetVar Global /usr/local/etc/infosource/apps/netcfg/ # PerlSetVar Global . PerlSetVar GlobalPackage INAP::NEIS PerlSetVar StateDir /usr/local/etc/infosource/app

Re: Apache::ASP - Server->CreateObject

2001-03-23 Thread Joshua Chamas
Jakob Adeltoft wrote: > > I have a problem - I'm trying to convert my ASP code to Perl code for use > with Apache::ASP on Win98. Currently I make Server.CreateObject calls fra > within my asp page that generates an html page for me. > > The code is as below: > <% > Dim ASPLightningclogin > Set A

Re: Apache::ASP FileUploadMax

2001-03-19 Thread Joshua Chamas
Victor Michael Blancas wrote: > > I've set FileUploadMax to 50 but I'm still am able to upload files > bigger. Do I have to put this directive within a Apache > Directive. > To see the settings that Apache::ASP picks up, set Debug to -1,-2, or -3 for system level debugging, and look at t

Re: Apache::ASP problems

2001-03-14 Thread Joshua Chamas
Leighton Donal Jones wrote: > > Hello, > Would anybody be able to help with this problem? I am using > Apache, mod_perl and Apache::ASP.When I call an asp file from the browser > it seems to read the file content as html, eg on a form, in the input area > it shows the name of the variabl

Re: Apache::ASP Sessions + mod_ssl + ParanoidSessions

2001-03-04 Thread Joshua Chamas
Eric Bellotti wrote: > > Is it possible that when "paranoid sessions" are enabled in Apache::ASP > under mod_ssl, sessions get occasionally dropped? Not a big deal though. =) > Not likely, but if a paranoid sessions security check fails, you'll get a "[security] hacker guessed ..." warning in

Re: Apache::ASP, Response->Flush problems ...

2001-02-28 Thread Joshua Chamas
"Demetrios C. Christopher" wrote: > > Hello all, > due to some issues with long-running scripts and impatient users > we decided to display some sort of message (either in the window > or in a popup - better!) that would say "Chill out, don't refresh > or double-click" etc, etc. I was trying to

Re: Apache::ASP, Response->Flush problems ...

2001-02-28 Thread Joshua Chamas
"Demetrios C. Christopher" wrote: > > Hello all, > due to some issues with long-running scripts and impatient users > we decided to display some sort of message (either in the window > or in a popup - better!) that would say "Chill out, don't refresh > or double-click" etc, etc. I was trying to

Re: apache::ASP errors

2001-02-26 Thread Joshua Chamas
"Brooks M. Roy" wrote: > > Hi, > > I installed apache::ASP and have a problem when i try a simple asp file. > > [Mon Feb 26 01:17:02 2001] [error] Can't locate object method "dir_config" > via package "Apache" at /usr/local/lib/site_perl/Apache/ASP.pm line 136. > The line in the source that c

Re: apache::asp

2001-02-25 Thread Joshua Chamas
"[EMAIL PROTECTED]" wrote: > > Hello > > I was wondering if the support for asp in apache also includes ODBC access from a >asp script to a MS Access database or other ODBC source. > Like it is posible in a MS Web server? > Perl database access is handled through the DBI layer, check out: htt

Re: Apache::ASP and Apache::Sandwich

2001-02-24 Thread Joshua Chamas
Joseph Mallett wrote: > > If you look at http://www.jmallett.org/asp/env.asp, you will see the ASP > code that SHOULD appear sandwiched between my rtop and bottom headers, but > it isn't getting processed. I want to filter the top and bottom sandwiches > through Apache::ASP, then put them togethe

Re: [Apache::ASP] Problems with SSI and XSLT

2001-02-23 Thread Joshua Chamas
"S.tygian B.lacksmith S.tudios" wrote: > > Hello, > > I've been having some troubles with the SSI and XSLT examples in the /eg/ > directory in my Apache::ASP installation: the SSI example works to a point, > but there's an extra opening comment tag ("

Re: Apache::ASP Troubles

2001-02-22 Thread Joshua Chamas
"Boeringa, Michael" wrote: > > I recently installed and confiugured Linux-Mandrake 7.2 on my machine. I was > trying to get Apache up and running and found that Mandrake 7.2 runs two > versions of Apache 1.3.14 - the regular httpd Daemon (p80) and a httpd-perl > Daemon (p8007) that is set up in h

Re: Apache::ASP Undefined symbol "Perl_Tstack_sp_ptr"

2001-02-22 Thread Joshua Chamas
CioccarelliA wrote: > > Hi, > > I am trying to get Apache ASP to work but haven't had a lot of luck. I > have Apache 1.3.17 compiled with mod_ssl, php3 and mod_perl (which is > as a module). Everyting is working fineexcept ASP pages. I am trying the > demo ones included but each time I try I get

Re: Apache::ASP, SSL problems ... must be LWP ...

2001-02-16 Thread Joshua Chamas
"Demetrios C. Christopher" wrote: > > Hey guys, thanks for nothing ... this is the second reply > to my own email :( > > Anyway, I contacted the site with which we were having problems > and they went through their logs only to discover that the only > difference between LWP https calls that wer

Re: Apache::ASP, Sessions and SSL ...

2001-02-16 Thread Joshua Chamas
"Demetrios C. Christopher" wrote: > > Having been trained in the Microsoft Arts, I decided > upgrading instead of troubleshooting the problem might > be well worth it ... I upgraded to 2.09 and things are > working fine now ... if things stop working again I'll > be paying Joshua a visit! (just k

Re: Apache::ASP, SSL problems ... must be LWP ...

2001-02-16 Thread G.W. Haywood
Hi Demetrios C., On Fri, 16 Feb 2001, Demetrios C. Christopher wrote: > Is Joshua out sick or something ;) No, but I happen to know that he's very, very busy... 73, Ged.

Re: Apache::ASP, SSL problems ... must be LWP ...

2001-02-16 Thread Demetrios C. Christopher
Hey guys, thanks for nothing ... this is the second reply to my own email :( Anyway, I contacted the site with which we were having problems and they went through their logs only to discover that the only difference between LWP https calls that were successful and those that failed was the return

Re: Apache::ASP, Sessions and SSL ...

2001-02-15 Thread Demetrios C. Christopher
Having been trained in the Microsoft Arts, I decided upgrading instead of troubleshooting the problem might be well worth it ... I upgraded to 2.09 and things are working fine now ... if things stop working again I'll be paying Joshua a visit! (just kidding, we love you JC). Still, if anyone can

Re: Apache::ASP - AS PerlScript compatibility request

2001-02-15 Thread Joshua Chamas
"Joel W. Reed" wrote: > > On Feb 15, [EMAIL PROTECTED] contorted a few electrons to say... > modperl> to be more fully compliant with ActiveState's PerlScript > modperl> we need the following methods on Apache::ASP::Collection > modperl> object. > modperl> > modperl> sub Count <-- # of keys in $R

Re: Apache::ASP - AS PerlScript compatibility request

2001-02-15 Thread Joel W. Reed
On Feb 15, [EMAIL PROTECTED] contorted a few electrons to say... modperl> to be more fully compliant with ActiveState's PerlScript modperl> we need the following methods on Apache::ASP::Collection modperl> object. modperl> modperl> sub Count <-- # of keys in $Request->QueryString or $Request->For

Re: Apache::ASP and "Undefined subroutine &#::handler called."

2001-02-11 Thread Joshua Chamas
Eric Bellotti wrote: > > Hello, > > I set BufferingOn = 1, Debug was already = 2. > > access-log reports a 500, > > 216.221.202.194 - - [10/Feb/2001:14:47:22 -0500] "GET /categories.asp > HTTP/1.1" 500 578 > > error-log reports > > [Sat Feb 10 14:52:05 2001] [error] Null filename used at (ev

RE: Apache::ASP and "Undefined subroutine &#::handler called."

2001-02-10 Thread Eric Bellotti
ary 10, 2001 12:26 PM To: Eric Bellotti Cc: [EMAIL PROTECTED] Subject: Re: Apache::ASP and "Undefined subroutine &#::handler called." Eric Bellotti wrote: > > Hello, > > I am having some strange problems with my apache + mod_perl + mod_ssl + > Apache::ASP. > I co

Re: Apache::ASP and "Undefined subroutine &#::handler called."

2001-02-10 Thread Joshua Chamas
Eric Bellotti wrote: > > Hello, > > I am having some strange problems with my apache + mod_perl + mod_ssl + > Apache::ASP. > I compiled all 3 from the latest sources as explained in the mod_perl > directory. After some light brain surgery, I had an httpd with mod_perl > (EVERYTHING=1) and mod_s

Re: apache::ASP

2001-02-09 Thread G.W. Haywood
Hi there, On Fri, 9 Feb 2001, Compagnon, Jean-Charles wrote: > Hi, I have a cobalt raQ3 and I'd like to implement the apache::asp module. > the raQ3 runs linux on a MIPS processor and I was wondering if any of you > can confirm that it will work under MIPS. Apache::ASP is pure Perl, so if you h

Re: Apache: ASP

2001-02-06 Thread Joshua Chamas
Paul Scott wrote: > > I am getting errors when I try and run ASP on my Linux box... > > Here is what pops up on the web page, I am not sure how to fix it or > what exactly is wrong with it. Any help you can offer will be > appreciated.. > That's the raw ASP page, when not run. You need to ge

RE: Apache::ASP Best Language to use?

2001-02-06 Thread S Muthu Ganesh
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Matthew Schroeder Sent: 05 February 2001 21:13 To: '[EMAIL PROTECTED]' Subject:Apache::ASP Best Language to use? Currently the company I work for is using ASP code running on Windows ser

Re: Apache::ASP Best Language to use?

2001-02-05 Thread Vivek Khera
> "MS" == Matthew Schroeder <[EMAIL PROTECTED]> writes: MS> Currently the company I work for is using ASP code running on Windows MS> servers. ASP is not a programming language; it is a framework. On Windows, typically you're programming VisualBasic inside of ASP. Apache::ASP assumes you p

Re: Apache::ASP Best Language to use?

2001-02-05 Thread Silvia Bogarim
Please reply to the mailing list as well, because I'm also interested in the answers this post is likely to get. Matthew Schroeder wrote: > > Currently the company I work for is using ASP code running on Windows > servers. > > We'd like to run a web server that isn't microsoft based for obviou

Re: Apache::ASP installation problem

2001-02-02 Thread Joshua Chamas
"Wang, Pin-Chieh" wrote: > > Hi, > I am using Apache 1.3.14 with mod_perl-1.24_01 on Solaris system > The Apache/Mod_perl part of build is working fine. > But when I installed Apache-ASP-2.07, during the make test part I got > Undefied Routine Devel/Symdump error > therefore the make test failed.

Re: Apache::ASP

2001-02-01 Thread Joshua Chamas
"Wang, Pin-Chieh" wrote: > > > SetHandler perl-script > PerlHandler Apache:ASP > PerlSetVar Global /tmp > > > When I call http://host/eg/index.html to test asp I got > #!/usr/local/bin/perl5 asp > [0]%>>([0]%>>source) > Make sure you got

RE: Apache::ASP

2001-02-01 Thread Wang, Pin-Chieh
>Make sure you got the .htaccess file from the site/eg >example directory .. the problem here is that your ASP >config has not been activated. You could also try setting >the Location to /eg/ >--Josh I just noticed the "make test" part of installation has error * error code 29 with Comm

Re: Apache-ASP, XML::XSLT, XML::DOM

2001-02-01 Thread Joshua Chamas
> Christian Heiss wrote: > > I have to install Apache-ASP, and there is a optional modul XSLT. > I tried to install this module but there is another prerequisite > Modul XML::DOM needed. If I want install this, the "make test" > command failed, with the error message: > > >"Can't locate object m

RE: Apache::ASP

2001-02-01 Thread Wang, Pin-Chieh
>If Ged did not answer your question well enough, check out >this answered as an FAQ item at: > http://www.apache-asp.org/faq.html#Apache%20errors%20on%20the%20PerlHandler% 20directive%20%3F >--Josh Hi, Josh, I now re-installed a fresh copy Apache_1.3.14 with mod_perl-1.24_01 with USE_DSO=1

Re: Apache::ASP

2001-01-31 Thread Joshua Chamas
age- > From: G.W. Haywood [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 31, 2001 2:07 PM > To: Wang, Pin-Chieh > Cc: '[EMAIL PROTECTED]' > Subject: Re: Apache::ASP > > Hi there, > > On Wed, 31 Jan 2001, Wang, Pin-Chieh wrote: > > > Invalid

RE: Apache::ASP

2001-01-31 Thread G.W. Haywood
Hi there, On Wed, 31 Jan 2001, Wang, Pin-Chieh wrote: > How do I load mod_perl? > in httpd.conf Please read the installation section of the Guide. http://perl.apache.org/guide 73, Ged.

RE: Apache::ASP

2001-01-31 Thread Wang, Pin-Chieh
How do I load mod_perl? in httpd.conf Thanks PC -Original Message- From: G.W. Haywood [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 31, 2001 2:07 PM To: Wang, Pin-Chieh Cc: '[EMAIL PROTECTED]' Subject: Re: Apache::ASP Hi there, On Wed, 31 Jan 2001, Wang, Pin-C

Re: Apache::ASP

2001-01-31 Thread G.W. Haywood
Hi there, On Wed, 31 Jan 2001, Wang, Pin-Chieh wrote: > Invalid Command 'PerlHandler' perhaps mis spelled or defined by module not > included in the server configuration. You don't appear to have mod_perl in your server. Have you loaded it in httpd.conf? 73, Ged.

RE: Apache::ASP::Lite -> CGI::ASP::Lite ( Please )

2001-01-31 Thread Ferguson, Ross
I'm more than happy to have it renamed to CGI::ASP::Lite I will upload a CGI-ASP-Lite-1.01.tar.gz And delete the existing one. thanks and sorry for any mis-interpretation. -Ross -Original Message- From: Joshua Chamas [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 31, 2001

Re: Apache::ASP

2001-01-25 Thread Ilya
I think I was editing wrong file all the time ;) unless($r && $r->can('filename')) { gives: No valid request object (Apache=SCALAR(0x83ec2c4)) passed to ASP handler; if you are getting this error message, you likely have a broken DSO version of mod_perl which often occurs when using RedHat RPMs.

Re: Apache::ASP

2001-01-25 Thread Ilya
e.c mod_so.c - Original Message - From: "John Hurst" <[EMAIL PROTECTED]> To: "Joshua Chamas" <[EMAIL PROTECTED]>; "Ilya Krel" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, January 25, 2001 8:28 PM Subje

Re: Apache::ASP

2001-01-25 Thread John Hurst
You may also want to try unless(UNIVERSAL::can($r, 'filename')){ ... } which also nicely avoids having to test $r first. -jh At 05:05 PM 1/25/01, Joshua Chamas wrote: >Anyone see why a $r = Apache=SCALAR(0x8461790) might not >respond true to $r->can('filename') on Ilya's below Fr

Re: Apache::ASP

2001-01-25 Thread Joshua Chamas
Anyone see why a $r = Apache=SCALAR(0x8461790) might not respond true to $r->can('filename') on Ilya's below FreeBSD setup? The relevant ASP code is below. Ilya, worst case, you can tweak that code to make it work for you, for example does a line like unless($r && ($r =~ /^Apache/)) { wo

Re: Apache::ASP

2001-01-25 Thread G.W. Haywood
Hi there, On Thu, 25 Jan 2001, Ilya Krel wrote: > I am running Freebsd 4.2, Summary of my perl5 (5.0 patchlevel 5 subversion > 3), Apache/1.3.14, mod_perl/1.24 (from ports collection). > any suggestions how to fix it? Did you compile Perl, Apache and mod_perl yourself? If not, try it (like n

RE: Apache::ASP (Using Apache::ASP Session information in a CGI script)

2001-01-25 Thread Earle F. Ake
, January 24, 2001 8:12 PM To: Earle F. Ake Cc: '[EMAIL PROTECTED]' Subject: Re: Apache::ASP "Earle F. Ake" wrote: > > I have an application which I am using the perl based ASP for. All > of my pages except for one as written using this. I need one using

Re: Apache::ASP help!

2001-01-24 Thread Joshua Chamas
Philippe Ratté wrote: > > Hello :) > > My Apache::ASP is working; i've copied the ./site/eg/ dir to my htdocs, and > all that works.. > > In my root dir, ( / ) i've made a simple ASP document. When I run it, it > gives me the following errors: > > Errors Output > Undefined subroutine &Apache::

Re: Apache::ASP

2001-01-24 Thread Joshua Chamas
"Earle F. Ake" wrote: > > I have an application which I am using the perl based ASP for. All > of my pages except for one as written using this. I need one using plain > perl based cgi so the process runs as the user and not the web server for > file security reasons. The problem is I

Re: Apache::ASP

2001-01-24 Thread G.W. Haywood
Hi there, On Wed, 24 Jan 2001, Earle F. Ake wrote: > open(OUT, "/tmp/debug.log"); Do you mean open(OUT, ">/tmp/debug.log"); ? 73, Ged.

Re: Apache::ASP

2001-01-23 Thread Joshua Chamas
Francis Mendoza wrote: > > Hello Help, > > I'd like to check my website and see why my test.asp is not working or > showing up on the browser. > http://www.technokia.com/test.asp > This is a VBScript page, Apache::ASP only support perl scripting with ASP. > I have installed everything and fol

Re: Apache::ASP

2001-01-22 Thread Joshua Chamas
> Buchanan Ronald E wrote: > > Is there or will there be an Activestate compatible version developed? > Why wouldn't Apache::ASP work with Activestate perl now? The trick seems to me to get an Activestate modperl build, but I believe Randy took much of the work out of this with ... check out

Re: Apache::ASP & [error] need AuthName

2001-01-21 Thread Joshua Chamas
> "Pavel P. Zabortsev" wrote: > > Hello, > I'm using apache-1.3.12 at RedHat 7.0 box. > Sometime I've installed Apache::ASP 2.07 and as result got strange error: > [Sun Jan 21 22:28:01 2001] [error] [client 127.0.0.1] need AuthName: /index.shtml > I'll have this bug fixed in Apache::ASP 2.09.

Re: Apache::ASP & [error] need AuthName

2001-01-21 Thread Andrew Ho
Pavel, PZ>Sometime I've installed Apache::ASP 2.07 and as result got strange error: PZ>[Sun Jan 21 22:28:01 2001] [error] [client 127.0.0.1] need AuthName: /index.shtml This is a bug; you can make it go away by just adding an "AuthName null" or similar that configuration option next to PerlHandl

Re: Apache::ASP

2001-01-16 Thread G.W. Haywood
Hi there, On Tue, 16 Jan 2001, Francis Mendoza wrote: > Does this mean that I have Apache::ASP installed in my Linux already? Looks that way. > If I do have Apache::ASP already installed in my Linux.. What is my > next step? You need to do some reading. The documentation is in there with Apa

Re: Apache::ASP compiling extensions

2001-01-12 Thread Joshua Chamas
Aaron Johnson wrote: > > I think to help people coming from CGI or EmbPerl that are used to having all params >in the same > place that having $Form be automatic is a must have. You can have it be an option in >the globals if > there is any potential performance hit for doing it I suppose ( cou

Re: Apache::ASP compiling extensions

2001-01-11 Thread Aaron Johnson
Joshua Chamas wrote: > Aaron Johnson wrote: > > > > If what you are saying is that current EmbPerl code would be able to run > > almost unchanged under ASP that would be very interesting, but presently > > my biggest issues with Apache::ASP are: > > > > - Doesn't "help" with any HTML. > > > > I t

Re: Apache::ASP compiling extensions

2001-01-10 Thread Joshua Chamas
Aaron Johnson wrote: > > If what you are saying is that current EmbPerl code would be able to run > almost unchanged under ASP that would be very interesting, but presently > my biggest issues with Apache::ASP are: > > - Doesn't "help" with any HTML. > I think I know what you mean, and I'm not

Re: Apache::ASP compiling extensions

2001-01-10 Thread Aaron Johnson
If what you are saying is that current EmbPerl code would be able to run almost unchanged under ASP that would be very interesting, but presently my biggest issues with Apache::ASP are: - Doesn't "help" with any HTML. - QueryString and Form from the Response are separate, this makes a programmin

Re: Apache::ASP permissions problem?

2000-12-21 Thread Joshua Chamas
Michael Hurwitch wrote: > > I have been trying to install Apache:ASP 2.07 on Solaris 2.6 with Perl > 5.6.0. When I try to load an ASP page, I get the following errors: > > Errors Output > 1.. Can't open /tmp/.state/3d/3d8ae603196.lock: , > /raid1/perl5.6.0/lib/site_perl/5.6.0/Apache/ASP.pm lin

Re: Apache::ASP

2000-12-21 Thread Joshua Chamas
Loay Oweis wrote: > > Hello > > I am trying to find a feasible solution for configuring an apache web > server to serve asp, ssi and jsp. > > I am leaning towards RedHat due to my experience with it. I have tried > the lated RH7.0 which comes with mod_perl but not perl-apache-asp. I > have trie

Re: Apache::ASP NFS Clustering

2000-12-19 Thread Joshua Chamas
Tuc wrote: > > This will only work if the NFS attributes on the client > mount are set to no caching. > > It seems to work great in 2 known web clusters. > - > > Wondering if you can expand on this a little. We are > trying to do DBM on NFS and think it might be causing a p

Re: Apache::ASP

2000-12-19 Thread Joshua Chamas
Shane Reid wrote: > > Went ahead and did that, same error. I have not added a to get it to "start ticking" but according to the quickstart and the config > the examples should run before adding that. So im still stuck at that part. > Well, we need to find the error for > > > [Tue Dec 19 17

Re: Apache::ASP

2000-12-19 Thread Shane Reid
Went ahead and did that, same error. I have not added a Cc: "Shane Reid" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, December 19, 2000 9:40 PM Subject: Re: Apache::ASP > Stas Bekman wrote: > > > > On Tue, 19 Dec 2000, Shane Reid wrote

Re: Apache::ASP

2000-12-19 Thread Joshua Chamas
Stas Bekman wrote: > > On Tue, 19 Dec 2000, Shane Reid wrote: > > > to the examples directory -- Internal Server Error. The logs show the > > particular error, thinking it was a problem with MD5 I tried to install it, > > it was up to date so did a clean then installed it over and it still gave

Re: Apache::ASP

2000-12-19 Thread Stas Bekman
On Tue, 19 Dec 2000, Shane Reid wrote: > I've run into a problem with the examples (eg). I downloaded, ran the > Makefile.pl and the make and make install all of those work then copied the > eg directory under the www directory for the webserver edited the httpd.conf > file to change AllowOverri

Re: Apache::asp

2000-12-11 Thread Joshua Chamas
Eran Keshet wrote: > > hi, > im trying 2 call the "handler" function in Apache::asp from a perl module > (in apache with mode_perl), > i need 2 pass parameters 2 that function like the filename, and i tried 2 > modify the handler function accordingly, > but i keep getting errors like " [client 10

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 Chamas

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

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 $

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) : > > PO

Re: Apache::ASP (QueryString eats +)

2000-11-28 Thread Joshua Chamas
sergen wrote: > > When sending text with "+" by "?" on url $Request->QueryString eats > "+" (the text is absolutely the same but only this sign). >Is it a bug or may be some else ? > >using: Mandrake 7.2 > Apache 1.3.14-2mdk >apache-mod_perl 1.3.14_1.

Re: Apache::ASP (QueryString eats +)

2000-11-21 Thread Stephen Beitzel
On 21 Nov, sergen wrote: > > When sending text with "+" by "?" on url $Request->QueryString > eats > "+" (the text is absolutely the same but only this sign). >Is it a bug or may be some else ? > >using: Mandrake 7.2 > Apache 1.3.14-2mdk >apache-

Re: Apache::ASP

2000-11-20 Thread Joshua Chamas
[EMAIL PROTECTED] wrote: > > Hi, > > I've got a problem with Apache::ASP. I've installed according to the install doc >with all the needded modules ( using CPAN). > > When I try to use the /eg/ directory it gives me the following. > > #!/usr/local/bin/perl5 asp > {PRIVATE}{HYPERLINK "<%=$_-"}

Re: Apache::ASP and Frontpage extensions

2000-11-12 Thread G.W. Haywood
Hi there, On Tue, 7 Nov 2000, Garth Parfitt wrote: > I still cannot run a particular script that runs perfectly well > under Microsoft IIS 4.0. In what language is this script written? 73, Ged.

Re: Apache::ASP

2000-11-08 Thread Joshua Chamas
What's your error log say? Often your solution lies there. -- Joshua _ Joshua Chamas Chamas Enterprises Inc. NodeWorks >> free web link monitoring Huntington Beach, CA USA http://www.nodeworks.com

Re: [Apache::ASP] vim Syntax-File

2000-11-08 Thread Francesco Pasqualini
Try this, (I modified the html syntax) in filetype.vim set the asp type to html au BufNewFile,BufRead *.asp,*.asa set ft=html Francesco - Original Message - From: "Brad Dick" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 08, 2000 5:15 AM Subject:

Re: Apache::ASP/Solaris 2.7 - session locking issues

2000-11-07 Thread Joshua Chamas
Daniel Little wrote: > > Has anyone had any problems with failure to write locks on Apache:ASP > under Solaris or any other platform? Getting quite a number of the > following in the log files... > > [Tue Nov 7 10:23:11 2000] [error] [asp] [6708] [error] can't write > lock /usr/apache/asp.globa

Re: Apache::ASP/Solaris 2.7 - session locking issues

2000-11-07 Thread G.W. Haywood
Hi Daniel, On Tue, 7 Nov 2000, Daniel Little wrote: > we're on a Sparc - I presume yours is Intel? Yes. Er, well, AMD K6-2/450 in that case. > All I can say is 'use strict;' Like it says in the Guide :) > Anyway, thanks for the response. I think we're going to have to > build a load test pl

Re: Apache::ASP/Solaris 2.7 - session locking issues

2000-11-07 Thread Daniel Little
From: "G.W. Haywood" <[EMAIL PROTECTED]> > On Tue, 7 Nov 2000, Daniel Little wrote: > > > Has anyone had any problems with failure to write locks on > Apache:ASP > > under Solaris or any other platform? > > I just grepped one of my logfiles (a small one, about 70 megabytes:) > and there was n

Re: Apache::ASP/Solaris 2.7 - session locking issues

2000-11-07 Thread G.W. Haywood
Hi there, On Tue, 7 Nov 2000, Daniel Little wrote: > Has anyone had any problems with failure to write locks on Apache:ASP > under Solaris or any other platform? I just grepped one of my logfiles (a small one, about 70 megabytes:) and there was no occurrence of this message. Linux 2.2.16, Per

Re: Apache::ASP question: undefined subroutines

2000-10-31 Thread Joshua Chamas
Carl Lipo wrote: > > Does anyone know what causes these kinds of errors? The 'subroutine' that > the output is referring to is the name of the page (in this case > search.htm) that is being loaded and that sits in the content directory -- > there are no real missing subroutines...Maddeningly, if

  1   2   3   4   >