Like the title says, I'm wondering how to pass a tied session handle (via PerlInitHandler My::StateInit) to the ASP global.asa file. I'm using ...
Kirk
kirk@...
Jan 4, 2007 8:08 pm
2178
Hello ASP community, Here my problem: I run a little server with Apache/2.0.53 (Win32) mod_perl/2.0.3 Perl/v5.8.8 and i have recently installed Apache::ASP...
SPiRiT_oF_HeLLSoNG se...
hellsong@...
Jan 12, 2007 11:57 am
2179
Hi sorry if this has been done many times before but I'm new to this and Google has yet to help me so I hope you can! I had a site on IIS using asp I had a...
Adrian
adrian@...
Jan 12, 2007 2:55 pm
2180
... Why did you turn to Google before reading the documentation and the FAQ on the web page for this package? ...
Warren Young
warren@...
Jan 12, 2007 4:43 pm
2181
Hi Spirit, it is most likely because there exist no Server Variables 'PATH_INFO' and 'PATH_TRANSLATED' at least on my linux system. But may be on windows they...
Helmut Zeilinger
hz@...
Jan 18, 2007 8:09 am
2182
Hello, I don't have any 'PATH_INFO' nor 'PATH_TRANSLATED' in my httpd.conf file, I've added PerlOptions +SetupEnv but the error is the same, ... nope, i don't...
SPiRiT_oF_HeLLSoNG se...
hellsong@...
Jan 18, 2007 1:48 pm
2183
Hi Spirit, could you test this script below: ... <% my $variables = $Request->{'ServerVariables'}; print join '<br>', sort keys %$variables; %> ... What is the...
Helmut Zeilinger
hz@...
Jan 20, 2007 7:28 pm
2184
Hello, here the output (no error at least): COMSPEC DOCUMENT_ROOT GATEWAY_INTERFACE HTTP_ACCEPT HTTP_ACCEPT_CHARSET HTTP_ACCEPT_ENCODING HTTP_ACCEPT_LANGUAGE ...
SPiRiT_oF_HeLLSoNG se...
hellsong@...
Jan 21, 2007 1:26 pm
2185
I changed to XML::LibXSLT from XML::Sablotron today and had some interesting problems: From time to time, instead of transforming my XML to XHTML using the ...
Thanos Chatziathanass...
tchatzi@...
Mar 29, 2007 1:57 pm
2186
Help! I get this error when running Apache::ASP [Sat Apr 21 12:26:53 2007] [error] [client 192.168.1.101] Can't locate object method "get" via package...
Angel-SL
angelsl@...
Apr 21, 2007 7:23 am
2187
The character ', which is used as a quote in ASP, such as // in C, is not excluded. How do I fix this? ... To unsubscribe, e-mail:...
Angel-SL
angelsl@...
Apr 21, 2007 10:26 pm
2188
I'm not following your question. Please explain further. Waldo Tumanut Database Analyst Angel-SL <angelsl@k9-net .org>...
waldo_tumanut@...
Apr 23, 2007 1:24 pm
2189
... The character ' is not a comment character in perl. Maybe you're confusing the Active Server Pages Object Model with the syntactical elements of the...
Skylos
skylos@...
Apr 23, 2007 1:28 pm
2190
Hi all I have installed Apache 2.0.58, mod_perl-2.0.3 and Apache-ASP-2.59. When i run the testing asp program, the following error has been displayed in apache...
tidal
kinman234@...
May 14, 2007 9:36 am
2191
Hi Tidal, may be a patch from Maurice Yarrow helps... see http://www.gossamer-threads.com/lists/modperl/asp/89060?search_string=yarrow;#89060 (approx. bottom...
Helmut Zeilinger
hz@...
May 14, 2007 8:14 pm
2192
Hi list! I was interested to know what is the apache::asp maintenance status? Is it still maintained?Is it dead? I have some applications here written in...
Tsirkin Evgeny
tsirkin@...
Jun 18, 2007 9:17 am
2193
... Well, on the one hand, the last update to the library was over two years ago, and the last post by its primary author was nearly a year and a half ago. On...
Warren Young
warren@...
Jun 19, 2007 3:21 am
2194
... Good to know . Thanks....
Tsirkin Evgeny
tsirkin@...
Jun 19, 2007 7:55 am
2195
... Thanks Warren. I plan to push another release in the next couple of weeks as the software does need updating, in particular for it to work well with the...
Joshua Chamas
josh@...
Jun 25, 2007 12:23 am
2196
hi new to apache asp, please help. trying to write the response of a querystring value, MyEmail, to a text box. I have tried...
Spn
spencerbb@...
Jun 25, 2007 10:43 pm
2197
... Read the FAQ: http://apache-asp.org/faq.html#Examples%20donf48a0968 ... To unsubscribe, e-mail: asp-unsubscribe@... For additional commands,...
Warren Young
warren@...
Jun 25, 2007 10:54 pm
2198
Hello, I have recently installed Apache ASP but when i am opening my ASP pages i am getting this error Errors Output 1. Undefined subroutine...
mynamak
mynamak@...
Jul 7, 2007 9:51 am
2199
... You likely have this setting "PerlSetVar GlobalPackage Apache::ASP::Demo" which causes the scripts to execute in the Demo package. Then, my bet is that you...
Joshua Chamas
josh@...
Jul 7, 2007 10:04 am
2200
... You might need to post more of the script, and/or more of the compilation error (which shows the compiled script). I am wondering what "package" your...
Joshua Chamas
josh@...
Jul 9, 2007 3:19 am
2201
Those are great news! Thanks Josh. Evgeny ... To unsubscribe, e-mail: asp-unsubscribe@... For additional commands, e-mail: asp-help@......
Tsirkin Evgeny
tsirkin@...
Jul 9, 2007 8:06 am
2202
... Well, for inertia reasons, we're still maintaining a lot of CentOS 3 and Red Hat Linux 9 type systems, with mod_perls of 1.99_07 and _09 vintage, which was...
Warren Young
warren@...
Jul 9, 2007 7:30 pm
2203
[First a quick hello. We (http://edina.ac.uk/) have been using Apache::ASP for a few years, but you haven't heard much from us as it's worked pretty well!] ...
T R Stickland
T.R.Stickland@...
Jul 11, 2007 12:20 pm
2204
Hi Tim, (like i postet Tidal 2 months ago on this list) you might try a patch from Maurice Yarrow: see ...
Helmut Zeilinger
hz@...
Jul 11, 2007 12:43 pm
2205
Thanks Helmut. My patch is similar to Maurice's, except that his allows for $mod_perl::VERSION to be an empty string. In my case it has been assigned the...
T R Stickland
T.R.Stickland@...
Jul 11, 2007 1:00 pm
2206
Howdy, I am attempting to access the session object from another program, not running under Apache::ASP. I recall seeing the syntax to do this on ...