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 ...
Andrew Koebrick
Andrew.Koebrick@...
Jul 12, 2007 8:10 pm
2207
All, Can we have the following code added to Apache::ASP $Request object? This will allow you to add Cookie based user name logging to Apache's access log. #...
Niels van Dijke
Niels.van.Dijke@...
Jul 25, 2007 11:13 am
2208
The subroutine should read: sub user { my $user = shift; # $this->{r} is Apache request object $this->{r}->$Response->{r}->user($user) if (defined $user); ...
Niels van Dijke
Niels.van.Dijke@...
Jul 25, 2007 11:23 am
2209
... Did you mean to type "months"? >:) ... To unsubscribe, e-mail: asp-unsubscribe@... For additional commands, e-mail: asp-help@......
Warren Young
warren@...
Aug 17, 2007 11:45 am
2210
Hi There, I'm new to plesk and web administration and have a simple asp question to ask. Is there a way I can test that Apache ASP is working properly on our...
hc_andy
andy.saykao@...
Aug 23, 2007 3:47 am
2211
*Hi,* ** I am trying to build the Apache Web Server (Apache-ASP-2.59 with apache_1.3.37) with mod_perl ( mod_perl-1.30 ) and mod_ssl ( mod_ssl- 2.8.28-1.3.37 )...
Shirley Mayadewi
smayadewi@...
Aug 23, 2007 4:02 pm
2212
... Where did you put it? What are the permissions on the file? What happens if you copy it to test.html and replace the Write() call with plain old static...
Warren Young
warren@...
Aug 23, 2007 8:25 pm
2213
I have placed test.asp in the httpdocs folder with file permissions set to 755. HTML and PHP files are loading without any problems from inside this folder. ...
hc_andy
andy.saykao@...
Aug 24, 2007 12:30 am
2214
Hi Shirley, most important are the following directives in the vhost-/ or httpd- config file: ... PerlModule Apache::ASP <FilesMatch ".*\.asp"> SetHandler...