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...
Helmut Zeilinger
hz@...
Aug 24, 2007 5:04 pm
2215
Hi, Wondering if anyone has ever encountered this issue. Trying to internationalize my site, so at every input, I pass it through Encode::decode_utf8. However,...
Richard Yen
dba@...
Aug 28, 2007 11:19 pm
2216
It looks like that SDBM_File file handler or something else in it's internals does not know that you are storing (writing) utf8 records into it. I don't know...
Tsirkin Evgeny
tsirkin@...
Aug 29, 2007 7:29 am
2217
... Hmm, I thought that perhaps it was something with Apache::ASP, and that SDBM_File would be a dependency that was being passed bad data? ... I suppose I...
Richard Yen
dba@...
Aug 29, 2007 3:25 pm
2218
Hi all, Hoping to get some help here.. I have Apache 2.2.4, Mod_perl 2.0.3, and Perl 5.8.6 (running on Mac OS X 10.4.10) The relevant portion of my httpd.conf:...
Reuben Avery
reuben@...
Aug 29, 2007 11:25 pm
2219
... Look for this error in the mailing list archives. It's easy to find. ... To unsubscribe, e-mail: asp-unsubscribe@... For additional commands,...
Warren Young
warren@...
Aug 30, 2007 12:02 am
2220
Hi Richard! First of all i need to apologize: It is possible that i gave you a bad advice. I am not a Apache::ASP developer, just a user that is monitoring the...
Tsirkin Evgeny
tsirkin@...
Aug 30, 2007 7:49 am
2221
... compilation error: file unknown-000437603808 element output invalid value for method: HTML ... without further info. The error message is always like this,...
Thanos Chatziathanass...
tchatzi@...
Nov 26, 2007 7:48 pm
2222
... You're right, I am. After several adventures with XML::Sablotron, I switched to XML::LibXML for our XSLT needs, mainly due to better error ...
Thanos Chatziathanass...
tchatzi@...
Nov 27, 2007 4:40 pm
2223
... Its pretty odd. The only references to this I find are libxml and libxslt using by XML::LibXML ...
Joshua Chamas
josh@...
Nov 28, 2007 4:42 pm
2224
... i saw your quote and so i got the information regarding your query on the net. Just check out the below url.it consist of step by step process of ...
Dilipv
dilip.vishwakarma2007...
Feb 12, 2008 11:36 am
2225
Hi list, I have a virtual host that produces plain XML (no XSLT needed, defined or used). The resulting files are quite large, so I thought I'd save some ...
Thanos Chatziathanass...
tchatzi@...
May 8, 2008 1:50 pm
2226
... What happens if you use mod_deflate instead? ... To unsubscribe, e-mail: asp-unsubscribe@... For additional commands, e-mail:...
Warren Young
warren@...
May 9, 2008 1:17 am
2227
... Interesting question, but since it's a static build, I'd have to recompile apache to find that out. I'd rather not do that right now, unless we're all out...