Hi, I would like to know how to call any Apache::ASP object call from a perl script. I need to know which package should I "use" to do this ...! The intent of...
savimonty
savimonty@...
Apr 7, 2006 4:41 am
2117
You set up mod_perl per documentation with the Apache::ASP module and in your perlscript scripts handled by the appropriate handler, the $Response object is...
Skylos
skylos@...
Apr 7, 2006 3:59 pm
2118
Thanks. Well, I did not understand what you tried to say.... sorry..!! Just a Novice to perl But this is what I want to do. ... I have a file trial.pl ########...
savimonty
savimonty@...
Apr 10, 2006 9:20 am
2119
Hi, ... Usually you run Apace::ASP from Apache (nomen est omen ;)) In that case, all objects are already created for you - and you do not have a .pl script but...
Fagyal Csongor
concept@...
Apr 10, 2006 9:24 am
2120
Well, thanks again, I am not trying to run an ASP script...!! I know how to do that...!! I know that the ASP objects are created for me once the deelimiters...
savimonty
savimonty@...
Apr 10, 2006 12:17 pm
2121
Hi Savio, Okay, sorry that I misunderstood you. I think you can do what you want - as the matter of fact, I used Apache::ASP once as a "templating engine"....
Fagyal Csongor
concept@...
Apr 10, 2006 12:45 pm
2122
Hey thanks, We are getting there .... THANKS A LOT ... But i am facing an error .... Guess you can guide me ...!! Well here is the input file .... !! #########...
savimonty
savimonty@...
Apr 10, 2006 1:49 pm
2123
I recommend you take a look at the program named "asp-perl" that is part of the Apache::ASP distribution, as well as looking at the "Standalone CGI Mode,...
John Drago
john.drago@...
Apr 11, 2006 7:10 am
2124
hi guys , How can I redirect the errors that perl sent ? I use : use CGI::Carp qw(fatalsToBrowser); use carp::notify ; use carp ; etc etc .... but nothing...
German Karcher
gerkarcher@...
Apr 13, 2006 8:40 am
2125
Add PerlSetVar Debug 2 to config http://apache-asp.org/config.html#Debug Best regards Nikolay Melekhin ... To unsubscribe, e-mail:...
Nikolay Melekhin
nikolay_melehin@...
Apr 13, 2006 8:47 am
2126
Greetings, Is there an easy way to view all open sessions for a given instance of Apache::ASP? I realize that it is possible for me to keep track of this...
Steve B
moxie_freak@...
Apr 13, 2006 6:19 pm
2127
Greetings, Is there an easy way to view all open sessions for a given instance of Apache::ASP? I realize that it is possible for me to keep track of this...
moxie_freak
moxie_freak@...
Apr 13, 2006 10:21 pm
2128
... Yes, it is possible. ... If you are using Sync::MLDBM as your persistence mechanism then you can descend through the state directory, looking for sessions...
John Drago
john.drago@...
Apr 13, 2006 10:23 pm
2129
Woops, that would be: sub Session_OnEnd { my @ids = @{ $Application->{session_ids} }; @ids = grep { $_ ne $Session->{SessionID} } @ids; ...
John Drago
john.drago@...
Apr 14, 2006 5:31 am
2130
Joshua Chamas wrote ... ... Where am I to place this snippet...? Well, I need to clarify this further ... I agree that I have to fake ... but I do not want to...
savimonty
savimonty@...
Apr 14, 2006 11:07 am
2131
Greetings, First off, I want to thank John Drago for his assistance with managing Apache::ASP sessions external to the environment. My question this time is...
Steve B
moxie_freak@...
May 3, 2006 3:33 pm
2132
John, Thanks you - I now have a much clearer understanding how to better split business logic and display. I do have one implementation question. In one of...
Steve B
moxie_freak@...
May 3, 2006 6:59 pm
2133
... You're right, there is a lot of religion on this topic. The way I see it, you can't be "pure" either way. You will always end up with some UI code in your...
Warren Young
warren@...
May 3, 2006 9:36 pm
2134
Hello ASP people Environment: FC1 apache httpd 2.0.58 perl5.8.8 BLDBM, BLDBM::Sync, Apache::ASP (2.59) - I just installed these. mod_perl.so (2.0.2)...
Maurice Yarrow
yarrow@...
Jun 6, 2006 4:32 pm
2135
Hi Maurice, can you check of few things: Is there an APR::Table module? (Usually in a subtree of "/usr/lib/perl5") This should have been created/installed...
Helmut Zeilinger
hz@...
Jun 12, 2006 6:26 am
2136
Randy, et. al.: I sent this reply out yesterday (see below) in response to Helmut's similar reply and request for for further info. As you see, there was a...
Maurice Yarrow
yarrow@...
Jun 12, 2006 6:37 pm
2137
... [ ... ] Usually these errors are a result of not use()ing the module in question; from perl -MModPerl::MethodLookup -e print_method get the relevant module...
Randy Kobes
randy@...
Jun 13, 2006 3:19 am
2138
Hi I'm wondering how i can't get work asp for Apache. Perl works very well. I have installed this packed Perl-5.8-win32-bin.exe distribution. When i'm trying...
This Happends
yacida@...
Jun 13, 2006 6:30 pm
2139
Hi Maurice, I had the same problem. It seems that Apache2::compat is required by Apache ASP to run with mod_perl 2. The the solution was to load ...
dpasqua2
douglas.pasqua@...
Jun 15, 2006 2:29 am
2140
... Is there a message in the error log that might give a clue about what's happening? Also, can you give a short example script, and the relevant Apache...
Randy Kobes
randy@...
Jun 15, 2006 3:03 pm
2141
My experience from 2003. I worked with Apache:ASP back in 2003. I setup the Apache Server, MySQL and ASP had the website kindof ready but when it came down to...
Kunal Parekh
kdp01@...
Jun 15, 2006 3:21 pm
2142
Hi, I'm using Apache::ASP V2.59 with a wireless phone that sends 'application/x-www-form-urlencoded; charset=utf-8' for the content-type header during a form...
Richard Walsh
momex2000@...
Jun 23, 2006 5:26 am
2143
Ok, I'm going to try and give you all the info right up front that you might need, if I leave something out let me know. Also, I apologize if I give to much...
levik
levikemp@...
Jul 19, 2006 2:40 pm
2144
... Look in Apache's error_log, then. Post the entire error text if you don't understand it. It could be many lines. ... To unsubscribe, e-mail:...
Warren Young
warren@...
Jul 19, 2006 4:45 pm
2145
I did post my error log, didn't I? -- View this message in context: http://www.nabble.com/Installation-Errors-tf1966676.html#a5400064 Sent from the Apache -...