Search the web
Sign In
New User? Sign Up
apache-asp · Apache::ASP
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 257 - 287 of 2276   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
257
... Hey John, How about a -f switch that specifies an full alternate path for the asp.config file, so it does not even have to be called asp.config! I like -f...
Joshua Chamas
joshua@...
Send Email
Apr 2, 2002
8:24 am
258
... I believe you found a critical error in $Response->Redirect not working right under an XMLSubs. This seems to be due to Flush() being disabled under an...
Joshua Chamas
joshua@...
Send Email
Apr 2, 2002
8:29 am
259
[[ Anyone working with XML & XMLSubs might want to read this ]] ... This is the offending Apache::ASP code: unless($self->{asp}{xslt}) { $data =~...
Joshua Chamas
joshua@...
Send Email
Apr 2, 2002
8:42 am
260
... I am sorry for your troubles, I was hoping someone else had some advice relevant to this problem, as I did not. Compilation on Windows of any of the unix...
Joshua Chamas
joshua@...
Send Email
Apr 2, 2002
9:15 am
261
... So removing the tag is only required when working with XMLSubs in plain HTML documents.I think the term XMLSubs may cause some misunderstanding of the...
Marcus Zoller
Marcus.Zoller@...
Send Email
Apr 2, 2002
7:48 pm
262
... Removing the XML tag would only be relevant when outputting text/html from an XML source document. It is my intention that XMLSubs functionality be able...
Joshua Chamas
joshua@...
Send Email
Apr 2, 2002
8:39 pm
263
... Microsoft ASP, or Active Server Pages, specifies a scripting syntax & object model that is language independent. Its just that most people think of...
Joshua Chamas
joshua@...
Send Email
Apr 2, 2002
9:50 pm
264
Hi all, i am a newbie with all this ASP and perl stuff, as I am only a sophomore at Penn State working as an Intern. anyway, i am trying to create a simple Asp...
dan61psu
dga111@...
Send Email
Apr 2, 2002
9:50 pm
265
... Try something more like this: <% if(%{$Request->Form}) { my $filename = 'notes.txt'; open(FILE, ">>$filename") || die("can't open file for writing: $!"); ...
Joshua Chamas
joshua@...
Send Email
Apr 2, 2002
10:05 pm
266
I'm attempting to use LWP::UserAgent and via a post, HTTP::Request->new(POST => $url);, send a very large URI. This URI request exceeds the LimitRequestLine...
Matt Orlofsky
morlofsky@...
Send Email
Apr 2, 2002
10:19 pm
267
Josh, thanks alot for that pointer. i added the exception part into the open command, and got an error output. It says that permission was denied for writing...
dan61psu
dga111@...
Send Email
Apr 2, 2002
10:22 pm
268
... This error occurs in apache before Apache::ASP gets to see the request. You should consider sending the GET parameter $Request->QueryString as POST data to...
Joshua Chamas
joshua@...
Send Email
Apr 2, 2002
10:25 pm
269
Matt: Try this... Client code ============================= #!/usr/bin/perl -w use LWP; use strict; my $request = HTTP::Request->new(POST =>...
Stephen Bardsley
sbardsley@...
Send Email
Apr 3, 2002
12:49 am
270
... I wasn't looking at the unless {} in detail... sorry! The problem seems to be that {xslt} is undef in my setup... Now, here is what I did and what happened...
Marcus Zoller
Marcus.Zoller@...
Send Email
Apr 3, 2002
4:34 pm
271
Hey mod_perl & ASP Crew, I have the below job posting for this company LRN I have been contracting for this past couple years. They are looking for a senior...
Joshua Chamas
joshua@...
Send Email
Apr 3, 2002
10:41 pm
272
Hi, I didn't use nmake to install, I simply downloaded the files via cpan and copied to the required directories. Then I modified the htaccess files a little,...
WRFan
PhoenixWR@...
Send Email
Apr 4, 2002
1:02 am
273
Hi, I didn't use nmake to install, I simply downloaded the files via cpan and copied to the required directories. Then I modified the htaccess files a little,...
WRFan
PhoenixWR@...
Send Email
Apr 4, 2002
1:02 am
274
... I clearly need to work on configuring the examples in a more platform independent way. ... Whether XML::LibXSLT is used or XML::XSLT depends on having the ...
Joshua Chamas
joshua@...
Send Email
Apr 5, 2002
3:06 am
275
I'm trying to move a working ASP website off a Windows 2000 server. I've installed the Apache::ASP, Apache::ASP:Extra, mod_perl, etc.... When I try to access...
Eric Cantin
eric.cantin@...
Send Email
Apr 5, 2002
6:35 pm
276
... Apache::ASP only supports perl scripting currently, and you are likely using VBScript in your ASP pages. If you were using PerlScript under IIS/ASP then...
Joshua Chamas
joshua@...
Send Email
Apr 5, 2002
7:06 pm
277
Hi, I managed to get sablotron instead of the usual xslt module working on winxp with the apache example. for everybody who is interested how, here's the ...
PhoenixWR
Phoenixwr@...
Send Email
Apr 6, 2002
2:18 am
278
and as an addition, if using XML::LibXSLT instead of sablotron or xslt on windows, repository for XML::LibXSLT and XML::LibXML is ...
PhoenixWR
Phoenixwr@...
Send Email
Apr 6, 2002
2:36 am
279
hey all, glad to find good help here with what i need, so here's a simple one...anyone know of a really good place to learn basic/intermidiate Unix/Linux...
dan61psu
dga111@...
Send Email
Apr 6, 2002
8:33 pm
280
For basic navigation, file manipulation: http://jgo.local.net/LinuxGuide/linux-commands.html For a more complete, alphabetical list of commands: ...
D. L. Fox
dfox@...
Send Email
Apr 6, 2002
9:21 pm
281
Hi, new to the list, new to linux and apache too, so: HELLo COMMUNITY ! I have to migrate an entire web site... so I have to translate my VBScript into perl. I...
Ismael Touama
ismael.touama@...
Send Email
Apr 8, 2002
8:45 am
282
Hi & hello all (new) Ok I intend to install mod_perl so in where untarring Apache_mod_perl_guide-1.31 I did perl Makefile.PL All was OK except this warning : ...
Ismael Touama
ismael.touama@...
Send Email
Apr 9, 2002
4:11 pm
284
... I think what you want is simple HTML form submissions which is just how HTML forms work as in: <form action="script.asp" method="POST"> <input type=submit>...
Joshua Chamas
joshua@...
Send Email
Apr 10, 2002
12:53 am
285
Hmmm, what operating system (presumably Linunx?) are you using? What distribution/version (e.g. Debian, Redhat)? It could be that you could load a pre-built...
Ellers
ellers@...
Send Email
Apr 10, 2002
1:47 am
286
D'oh ! OK I stay calm !!! I'm on rh7.2 DELL PowerEdge 2500 RAID1.(really new to me) I unzipped and untared "Apache-mod_perl_guide-1.31.tar.gz". I have to...
Ismael Touama
ismael.touama@...
Send Email
Apr 10, 2002
7:52 am
287
Yeah ! I just saw that POD was for "Plain Old Documentation", so I can make my install !... ? ... De : Ismael Touama [mailto:ismael.touama@...] Envoye :...
Ismael Touama
ismael.touama@...
Send Email
Apr 10, 2002
8:15 am
Messages 257 - 287 of 2276   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help