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 1890 - 1919 of 2276   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1890
... Sorry for taking so long to get back to you. Please check out http://www.apache-asp.org/cgi.html#Standalone%20Cbddd74cc which tells you about the asp-perl...
Josh Chamas
josh@...
Send Email
Dec 6, 2004
6:52 am
1891
... Well, I'm pretty old fashioned in this regards, but I rely on die() for my error throwing, and eval {} for my error catching, and just check for whether $@...
Josh Chamas
josh@...
Send Email
Dec 6, 2004
6:56 am
1892
I read a number of older emails that suggest (or at least talk about) a change (or addition) to the XMLSubs processing that would produce something more like...
Thomas Simpson
thomaslsimpson@...
Send Email
Dec 9, 2004
7:34 pm
1893
Hoping somebody can offer a suggestion on how best to do my headers and footers. I bumped into problems getting Apache::ASP, Apache 2.0 and filters working....
Andrew Koebrick
Andrew.Koebrick@...
Send Email
Dec 14, 2004
10:34 pm
1894
..You will see what I ment when you reload the page in utf-8 Hi Boys. I think it's perl's fault, but if someone of you had such problems and tell mi what is...
k_berov
k_berov@...
Send Email
Dec 15, 2004
6:56 am
1895
In your globa.asa: use vars qw/ $Request $Response $Session $Server $Application /; Script_OnFlush { my $ref = $Response->{BinaryRef}; $$ref =~...
John Drago
john.drago@...
Send Email
Dec 15, 2004
6:56 am
1896
Hi Andrew, I have written a mod_perl handler (using Apache::Filter) to inject a header/footer includes onto the content of any .asp file. So my .asp files...
Seib, Broc
bseib@...
Send Email
Dec 15, 2004
4:41 pm
1897
Thanks- I had caught the missing sub. All appears well with my Rube Golberg templating system. Many thanks for the assistance. Andrew Koebrick Web...
Andrew Koebrick
Andrew.Koebrick@...
Send Email
Dec 15, 2004
7:07 pm
1898
Woops -- that should have been: In your globa.asa: use vars qw/ $Request $Response $Session $Server $Application /; # Added "sub" infront of Script_OnFlush :) ...
John Drago
john.drago@...
Send Email
Dec 16, 2004
9:19 am
1899
... If you search the archives for a post I made less than a year back, you will find that I documented some interesting conversion chains in my application....
Warren Young
warren@...
Send Email
Dec 16, 2004
9:54 am
1900
hello all , i'm just installing apache-asp on a debian woody ( apache 1.3.26 ) . i'v do all config trick describe in the quick install section . the result is...
smoxounet
smoxounet@...
Send Email
Dec 24, 2004
1:33 pm
1901
Hello all, A very strange error just started up. I have had an app running on a Fedora Core 2 server for a while now with Apache/2.0.51 and ...
Patrick Conroy
patrick.j.conroy@...
Send Email
Dec 29, 2004
3:01 pm
1902
Hello all, I am trying to see if I can make use of subs in global.asa to consolidate redundant code across Apache::ASP pages, but I seem to be getting...
Patrick Conroy
patrick.j.conroy@...
Send Email
Dec 29, 2004
8:03 pm
1903
... You want my ($histtype, $dsc, $contactid, $usrid, $dbh) = @_; here. ... For efficiency reasons, you should prepare that statement just once, and reuse it....
Warren Young
warren@...
Send Email
Dec 29, 2004
11:51 pm
1904
... You are getting an %EG error. This is defined in the global.asa which you did not copy in from the original examples. Its important to copy in the entire...
Josh Chamas
josh@...
Send Email
Dec 30, 2004
4:43 am
1905
... Ok, I'll make this change. Could the way I had this cause the variables to be shared across different calls to this sub? ... I agree, but with the weird...
Patrick Conroy
patrick.j.conroy@...
Send Email
Dec 30, 2004
7:28 pm
1906
Hi, Nested includes don't work as you would expect (well, at least they don't work as *I* expected :). Given files /PATH/A /PATH/DIR/B /PATH/DIR/C Say file A...
ivan-asp@...
Send Email
Dec 30, 2004
11:47 pm
1907
... Seems possible, not sure what effect (my $this, my $that) = @_ would have and have never seen it done before. ... This should work fine as long as the...
Josh Chamas
josh@...
Send Email
Dec 31, 2004
9:36 pm
1908
... I believe your goal really is to really refactor includes elsewhere, in which case we already have a mechanism for this. Includes can be found in Global...
Josh Chamas
josh@...
Send Email
Dec 31, 2004
9:39 pm
1909
... I am not aware of what would cause this problem, nor what the fix should be. You might repost this to the mod_perl list and see what could be a fix/work...
Josh Chamas
josh@...
Send Email
Dec 31, 2004
9:52 pm
1910
... No, that's not my goal, that's a way of avoiding the problem. I'm happy with my directory structure. I'm aware of the available workarounds and my post...
ivan-asp@...
Send Email
Jan 4, 2005
3:18 am
1911
I am in the process of shifting from CGI.pm to the $Request->Form ($name) method for reading in form data in a few applications. CGI.pm was handy because it...
Andrew Koebrick
exlibrismn@...
Send Email
Jan 4, 2005
7:15 am
1912
... I believe this will work for you: my @Subjects = $Request->Form('Subjects') but you may want to do this instead: my @Subjects = @{$Form->{Subjects}}; ...
Josh Chamas
josh@...
Send Email
Jan 4, 2005
7:17 am
1913
Hi all, I have a problem with Apache crashing after successfully installing Bundle::Apache::ASP (via "perl -MCPAN -eshell", no errors whatsoever reported, a...
xyopotl
zoot@...
Send Email
Jan 7, 2005
6:15 am
1914
Hi all, i have a problem concerning Apache::ASP and the @INC Array: (Apache 2.0.52, MP 1.999.21) httpd.conf: .. PerlRequire /www/hmdb-lifa/conf/startup.pl .. ...
Dr. Helmut Zeilinger
hz@...
Send Email
Jan 24, 2005
9:45 am
1915
I have an Oracle server running on Apache and I am looking for a way to post the username from IIS to apache. I tried an active server page (ASP) running...
Randy
randys342004@...
Send Email
Jan 25, 2005
3:45 pm
1916
Hi Randy, ... If you are using Apache::ASP to receive the Post-Data (that's what i suppose) you can use my $username = $Request->Form ('INPUT_NAME'); where...
Helmut
mail@...
Send Email
Jan 26, 2005
4:25 pm
1917
Hello! I have a problem with Apache::ASP: Application_On* events never occur! Even if I restart a server and remove all cookies from it. I'm using Apache...
Maxim Sloyko
m.sloyko@...
Send Email
Feb 1, 2005
8:57 am
1918
... If you delete the files in StateDir, the Application_OnStart event should occur. If you want something that happens when the server starts, you should add...
Josh Chamas
josh@...
Send Email
Feb 2, 2005
4:51 am
1919
I can't get $Request->Params to give me the list of parameters in a form I can loop through. Can someone provide an example? I've tried variations on %params =...
mark_mcwiggins
mark@...
Send Email
Feb 6, 2005
9:07 pm
Messages 1890 - 1919 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