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...
D. L. Fox
webdev@...
Oct 24, 2006 12:57 pm
2161
... This is the only thing that stands out for me. I wouldn't expect things like globals to work if you don't set up Apache::ASP in the main httpd.conf file,...
Warren Young
warren@...
Oct 24, 2006 9:48 pm
2162
Hello! I've configured apache::asp.Now, i want to remove this facility from global settings and want to allocate it to only those hosts which request for...
hinanaseeb
hinanaseeb@...
Nov 29, 2006 7:55 am
2163
... The same way you'd make anything specific to just one virtual host: put it inside the <VirtualHost> block. If you want something stronger than that, for...
Warren Young
warren@...
Nov 29, 2006 12:38 pm
2164
I'm new to this mailing list (but not new to Apache::ASP), and I'm wondering whether anyone is running Apache::ASP in production with the Worker MPM on Apache...
Tom Haapanen
tomh@...
Dec 5, 2006 11:36 am
2165
... What I have been running lately is an Apache2.2 with the worker MPM as a proxy, and a good-old Apache1.3 with mod_perl+Apache::ASP as the "real" server....
Fagyal Csongor
concept@...
Dec 5, 2006 11:51 am
2166
Hi, I'm new on this list, my name is Jaime Iniesta and I live in Madrid, Spain. I wanted to know if Apache::ASP lets you parse ASP/VBscript files on Apache. I...
Jaime Iniesta :: RAIL...
jaime@...
Dec 5, 2006 12:15 pm
2167
... Do they not believe in reading FAQs in Spain? http://apache-asp.org/faq.html#VBScript%20or%2007fa600d ... To unsubscribe, e-mail:...
Warren Young
warren@...
Dec 5, 2006 12:19 pm
2168
... Not exactly -- Apache::ASP only does Perl syntax, not VBScript. So you would need to do <% $Response->write( "Hello, world!" ); %> Tom ... To unsubscribe,...
Tom Haapanen
tomh@...
Dec 5, 2006 1:01 pm
2169
... Thanks ... it sounds like your config works well for you. However, since 95% of our page views are dynamic, I'm not sure it would gain much. The only...
Tom Haapanen
tomh@...
Dec 5, 2006 1:07 pm
2170
... Usually a webpage (at least in our case) consists of the main .asp (.pet, etc.) file plus the additional stuff, like .js, .css and image files. The ration...
Fagyal Csongor
concept@...
Dec 5, 2006 1:19 pm
2171
... You are starting to convince me. : ) Now there is some static content that I want to control access to -- but I presume that I can do that in the Apache2...
Tom Haapanen
tomh@...
Dec 5, 2006 2:11 pm
2172
... I hardly know anyone who did *not* have this problem :) ... If you use .htaccess, Apache2 could server as an authenticator. If you server the content via...