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...
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,...