... Good point, and much more configurable. That way you can do stuff like limiting certain request methods to authenticated users, etc. -- Regards, Ross...
Ross Thomas
ross@...
May 1, 2002 12:51 pm
356
HI, I don't manage installing mod_perl. I guess I really need some expanation abouthow does it work to succeed it. I saw severals command lines depending on...
Ismael Touama
ismael.touama@...
May 3, 2002 9:38 am
357
I had a nifty idea the other day: "what if I request the global.asa directly through http ?". Well, it kind of turned out exactly as I had hoped it wouldn't:...
Thanos Chatziathanass...
tchatzi@...
May 3, 2002 12:19 pm
358
you should perhaps set Apache::ASP to also execute .asa files like .asp files ... From: "Thanos Chatziathanassiou" <tchatzi@...> To: <asp@...> ...
Sven Kohler
skoehler@...
May 3, 2002 12:28 pm
359
... Good point. I don't do this with the examples though because I actually want people to see the global.asa there. This tip would be a good candidate for...
Joshua Chamas
joshua@...
May 3, 2002 4:06 pm
360
... FWIW we always put the global.asa outside of the html tree. The purpose of the global.asa file is not to be exposed to the httpd server, so it doesn't...
Ellers
ellers@...
May 4, 2002 1:11 am
361
... Here some links that may help you get mod_perl installed. apachetoolbox can do it for you, or you can follow the directions from the guide or the mod_perl...
Joshua Chamas
joshua@...
May 4, 2002 2:30 am
362
Dear friends, I´m having problems with perl when i try to install apache-asp. When i run make test appear the message bellow: Can't locate object method "new"...
José Augusto dos S...
neto@...
May 4, 2002 2:33 pm
363
For some time i've been using apache v1.3 + mod_perl 1.3 and apache::asp under win32. When Apache 2.0 was released I thought I would upgrade, due to the...
mrjaffa21
rrjameson@...
May 5, 2002 10:54 pm
364
Hi overthere! Yesterday i succeed, *not in a clear understand*, to compile mod_perl and apache_1.3.24. httpd -l gave me the rights modules. I erase my binary...
Ismael Touama
ismael.touama@...
May 7, 2002 9:49 am
365
... When you did httpd -l and got the right modules, which httpd were you using? Try: prompt> which httpd to find the path that you executed. Note that at the...
Joshua Chamas
joshua@...
May 7, 2002 6:38 pm
366
Hi & thx, I don't understand, I ran "make install" 'which' gave me 'no httpd' althought I ran 'httpd -l'. What was goin' worng, goin' on ? bbsc, ism ... De :...
Ismael Touama
ismael.touama@...
May 8, 2002 1:38 pm
367
I'm trying to use the mail administration stuff, but I get: [Wed May 8 10:41:03 2002] [error] [asp] [828] [error] Global symbol "$foo" requires explicit...
eamondaly
eamon@...
May 8, 2002 3:58 pm
368
Is it possible to run as .asp file (code done in VBscript) on an Apache server based on Linux. If so how. Any help would be greatly appreciated. Please help......
porone_roshal
porone_roshal@...
May 8, 2002 5:55 pm
369
... Sure, just not with Apache::ASP ( yet ), check out: http://www.apache-asp.org/faq.html#Can%20I%20script97de8006 --Josh ...
Joshua Chamas
joshua@...
May 8, 2002 6:37 pm
370
... This is odd. Would you please set Debug -1, restart apache, and send me the entire output in the error_log for the request that causes this error. --Josh ...
Joshua Chamas
joshua@...
May 8, 2002 6:48 pm
371
... You probably want ChiliSoft ASP: http://www.chilisoft.com/ ... To unsubscribe, e-mail: asp-unsubscribe@... For additional commands, e-mail:...
eamondaly
eamon@...
May 8, 2002 6:50 pm
372
... To unsubscribe, e-mail: asp-unsubscribe@... For additional commands, e-mail: asp-help@......
Arul, Rex
RRArul@...
May 9, 2002 1:51 am
373
Hello Friends, The only progress I made was that the HTTPD did respond to invocations after I changed the path information without double quotes. I am not sure...
Arul, Rex
RRArul@...
May 9, 2002 2:57 am
374
... You need to apply a work around, which you can find here: http://www.apache-asp.org/install.html#WinME%20%2F%2098%20%2Fdb672bf2 Basically, you don't need...
Joshua Chamas
joshua@...
May 10, 2002 8:35 am
375
Josh: I already had that statement as the last statement in my httpd.conf file; nonetheless the bombs still surface. Any other ideas? Here is what I had in the...
Arul, Rex
RRArul@...
May 10, 2002 10:23 am
376
Hi, We've been using Apache::ASP to develop one of our projects for the last couple of months so far with relative success. Thanks to the Apache::ASP ...
Ben Soares
Ben.Soares@...
May 10, 2002 2:31 pm
377
... Is your perl version 5.6 or greater? ( perl -v to find out ) Try that line higher in the httpd.conf, maybe before you load and perl module? Try is also...
Joshua Chamas
joshua@...
May 10, 2002 5:15 pm
378
... PHP is free as well, unless you buy commercial add ons which usually is not necessary. For more information try http://www.php.net --Josh ...
Joshua Chamas
joshua@...
May 10, 2002 5:17 pm
379
Thanks Joshua for the help. So An add-on software has to be purchased. Is this needed if i want to run .php files on an Apache server. ...
eapen thomas
porone_roshal@...
May 10, 2002 5:17 pm
380
Wow! That did the trick. I will keep it in my mind, and maybe you can update your Docs as well. By default, when Apache HTTPD is installed, it puts the...
Arul, Rex
RRArul@...
May 10, 2002 5:45 pm
381
... Did anyone ever answer this question for you? Sorry if not. In general, I do not do "make test" for mod_perl, as I have often had problems, so you should...
Joshua Chamas
joshua@...
May 14, 2002 3:18 am
382
... "which httpd" will only pick up httpd in your path. If you install apache in /usr/local/apache, then it will likely not be in your PATH though may work...
Joshua Chamas
joshua@...
May 14, 2002 3:27 am
383
... You can use the $Session->Abandon method when a user logs out, or can clear the session when processing the login as in %$Session = (); # then set user...
Joshua Chamas
joshua@...
May 14, 2002 4:14 am
384
Hi Josh and thanks... Ok, my mod_perl is yet installed, control done via telnet command line... Let's above what's wrong now. ... "which httpd" will only pick...