Hi All, Iam trying to run asp scripts in Linux platform.. Iam using Apache server with Apache-Asp engine to run asp scripts.. I changed the httpd.conf file &...
guttalbhag
guttalbhag@...
Jul 2, 2003 11:20 pm
1270
Hi bhargavi, just an idea - does <Files ~ ".*\.asp"> or <FilesMatch ".*\.asp"> work? Helmut --On Wednesday, July 02, 2003 06:50:53 +0000 guttalbhag ... To...
Dr. Helmut Zeilinger
h.zeilinger@...
Jul 3, 2003 11:29 am
1271
Thanks Helmut, Previously i had tried with <Files "^/~asp"> .. </Files> It didn't work.. So i tried to place these in some other location in httpd.conf file &...
Bhargavi guttal
guttalbhag@...
Jul 7, 2003 6:25 am
1272
Hi bhargavi, i think the order of those directives does not matter, of course inside the same <VirtualHost> container or in the same context respectively. But...
Dr. Helmut Zeilinger
h.zeilinger@...
Jul 7, 2003 7:59 pm
1273
... <Files>...</Files> directives tend to work in the context of <Directory> and <VirtualHost> directives. This is an apache configuration issue, and can be...
Josh Chamas
josh@...
Jul 7, 2003 8:22 pm
1274
... $DOCUMENT_ROOT refers to your DocumentRoot setting location in the httpd.conf which could be anything, often is /usr/local/apache/htdocs ... This won't...
Josh Chamas
josh@...
Jul 7, 2003 8:27 pm
1275
hi there,, i m mic, new to this group. well some one help me please i m a php develper, and leaning ASP is there any webserver to run on my pc as a...
php_king
majansmusic@...
Jul 9, 2003 8:28 am
1276
Hi mic dynamic, To run asp using apache server, just install a module called Apache-Asp & all the pre-requisite modules required for this. And then u open...
Bhargavi guttal
guttalbhag@...
Jul 11, 2003 6:55 pm
1277
Hi, Iam working on generating reports using some asp files.. I want to give downloading option for the user, so that if user clicks on it,he must be able to...
guttalbhag
guttalbhag@...
Jul 14, 2003 11:00 pm
1278
The most basic method would be to have a folder (in the web root) which is readable to all. Then when you have your report data, write it out to a file in this...
Richard Curtis
richard@...
Jul 15, 2003 7:36 am
1279
All, Can anyone recommend a good web hosting company for Apache-asp. Thanks, Kunal. ... To unsubscribe, e-mail: asp-unsubscribe@... For additional...
pkunal
pkunal@...
Jul 18, 2003 1:00 am
1280
All, The situation is this. On my web page "products.asp" I am displaying all the products from my database and allow the user to select the quantity he wants...
pkunal
pkunal@...
Jul 18, 2003 1:00 am
1281
I got this from Apache::ASP: HTTP/1.1 200 OK Date: Fri, 18 Jul 2003 23:13:35 GMT Server: Apache/1.3.27 (Unix) mod_deflate/1.0.19 mod_accel/1.0.30 ...
Philip Mak
pmak@...
Jul 18, 2003 11:15 pm
1282
I have been using http://www.mymarkdown.com/ Their service has been excellent. No, I am not affiliated with the company in any way. I no longer see...
D. L. Fox
dfox@...
Jul 19, 2003 12:11 am
1283
You can try (by personal order of preference): a) setting something completely random in the $Session object in the form's page and checking for its existence...
Thanos Chatziathanass...
tchatzi@...
Jul 19, 2003 2:20 am
1284
Thanos, Thank you for your reply. My response to the suggestions you provided is as ... If I make a session variable like this: $Session->{SomethingRandom} = ...
KUNAL PAREKH
pkunal@...
Jul 19, 2003 2:21 am
1285
This is what happens when Debug is set to higher than 1/-1. You might have settings of 2/-2 or 3/-3, which renders errors pretty HTML format like this. --Josh...
Joshua Chamas
josh@...
Jul 19, 2003 2:24 am
1286
Hi, So what is the problem? What are you worried about? What does the badguy have to gain by formulating his own query string? ... To unsubscribe, e-mail:...
Tim Pushor
timp@...
Jul 19, 2003 2:35 am
1287
... Wouldn't it make more sense for the server to return an HTTP code of 500 (and still display the error on the screen)? This way, applications that call the...
Philip Mak
pmak@...
Jul 19, 2003 11:33 am
1288
It might make more sense, however its been working this way for so many years, I hesistate to change the behavior at this point. From a development ...
Joshua Chamas
josh@...
Jul 20, 2003 3:20 am
1289
Well, the previous post pretty much posed an interesting question.. Since you're going to verify everything yet again, as the user is moving to purchase,...
Thanos Chatziathanass...
tchatzi@...
Jul 21, 2003 9:46 am
1290
Hello together, ich have written a library that called _lib_database.inc I have include this lib with : <!--#include file=_lib_database.inc--> It seems to be...
hammerblau
cool_ebel@...
Jul 31, 2003 8:33 am
1291
hello, i'm a moving my site to a new machine and decided to upgrade from version 1.95 to the current version. i enable cookieless sessions via SessionQuery but...
Remi Fasol
re_mi_fa@...
Aug 4, 2003 7:03 am
1292
where can i find a complete package with mysql apache and asp module all toghether? ... To unsubscribe, e-mail: asp-unsubscribe@... For additional...
Marco Sottana
msottana@...
Aug 4, 2003 8:00 am
1293
... If this is windows, I would recommend looking at: http://www.apache-asp.org/install.html#Win32%20%2F%20Wind0f0e8ac6 for the Perl & Apache & Apache::ASP...
Joshua Chamas
josh@...
Aug 4, 2003 2:41 pm
1294
can you send me your http.conf so i can read the difference? ... From: "Joshua Chamas" <josh@...> To: "Marco Sottana" <msottana@...> Cc:...
Marco Sottana
msottana@...
Aug 4, 2003 3:01 pm
1295
... How about using a mod_perl style PerlInitHandler to unset ( or set to Off ), the SessionQuery configs if the user agent matches your specified user agents....
Joshua Chamas
josh@...
Aug 4, 2003 3:14 pm
1296
... I've read this FAQ item a couple of times and would like more details and/or example(s) to go with it. Nothing fancy, just a simple one bot example of...
greg@...
Aug 4, 2003 4:08 pm
1297
... I am not sure what my http.conf would show you, but if you want a sample config, you may look to the distribution examples site/eg/.htaccess file which has...
Josh Chamas
josh@...
Aug 6, 2003 10:25 am
1298
... Typically, this code would go into a startup.pl type mod_perl file like so: # httpd.conf PerlRequire /path/to/startup.pl PerlInitHandler My::InitHandler #...