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 -...
levik
levikemp@...
Jul 19, 2006 4:54 pm
2146
... Sorry, I missed it. Here's the start of the relevant line: [Wed Jul 19 08:46:07 2006] [error] [client 127.0.0.1] can't open file ...
Warren Young
warren@...
Jul 19, 2006 7:22 pm
2147
I upgraded apache to 1.3.36 yesterday and now the following occurs: [ASP WARN] Deep recursion on subroutine "Apache::ASP::Load::Run" at ...
Thanos Chatziathanass...
tchatzi@...
Jul 28, 2006 11:40 am
2148
(Hate to reply to my own mail, but...) for reasons I cannot figure out yet, this part of Load.pm doesn't quite ... opendir(DIR, $file) || die("can't open $file...
Thanos Chatziathanass...
tchatzi@...
Jul 28, 2006 1:41 pm
2149
... (Still replying to own mail) ... Indeed that was the culprit and using glob instead of readdir provided a workable solution. However, apache 1.3.37 was...
Thanos Chatziathanass...
tchatzi@...
Jul 31, 2006 11:36 am
2150
Hi I've managed to configure mod_perl and get the printenv.pl test page working, but I'm now stuck trying to configure & test ASP... I'm new to Apache and am...
Simon Wray
Simon.Wray@...
Aug 15, 2006 9:22 am
2151
Hi! I use the module libapache-asp-perl in debian stable version. But I can't read asp files, have another configuration in httpd.conf or other file? Thank's ...
Marcelo Iepsen da Silva
iepsen@...
Aug 18, 2006 3:54 pm
2152
... Go to http://apache-asp.org/ and read the manual. ... To unsubscribe, e-mail: asp-unsubscribe@... For additional commands, e-mail:...
Warren Young
warren@...
Aug 18, 2006 6:36 pm
2153
Hi I've managed to configure mod_perl and get the printenv.pl test page working, but I'm now stuck trying to configure & test ASP... I'm new to Apache and am...
Simon Wray
Simon.Wray@...
Aug 21, 2006 8:17 am
2154
howdy, all. I was on this list for quite some time a while back, but then signed off the net for a bit. Didn't hardly even touch a computer. (Can you say...
D. L. Fox
webdev@...
Oct 17, 2006 7:57 pm
2155
... You're narrowing your scope unnecessarily here. Unlike with the _other_ ASP, it isn't the case that Apache::ASP is either supported or it isn't. It would...
Warren Young
warren@...
Oct 18, 2006 1:16 pm
2156
Warren, thanks for the response packed full of info. It makes for a good tutorial on how to get started, IMHO. ... Now this is a lesson to me. As many times as...
D. L. Fox
webdev@...
Oct 19, 2006 2:10 am
2157
Hi, I try to install asp on my apache server with CPAN : # rpm -qa | grep apache2 apache2-prefork-2.0.54-10 apache2-2.0.54-10 apache2-mod_perl-2.0.1-4 ...
teufboy
teufboy@...
Oct 23, 2006 5:30 pm
2158
Hi, I try to install asp on my apache server with CPAN : # rpm -qa | grep apache2 apache2-prefork-2.0.54-10 apache2-2.0.54-10 apache2-mod_perl-2.0.1-4 ...
teufboy
teufboy@...
Oct 23, 2006 5:45 pm
2159
... It looks like mod_perl is broken. Try: $ rpm --verify apache2-mod_perl If it prints anything, follow up on what it's reporting. It might be that there is...
Warren Young
warren@...
Oct 23, 2006 9:52 pm
2160
I am moving my site to a new host. Although I thought I had it originally setup in a portable fashion, I have had to make changes in my code to allow for a...