Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

apache-asp · Apache::ASP

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 404
  • Category: Perl
  • Founded: Dec 5, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 1827 - 1857 of 2322   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1827 Mike Cantone
mcantone@... Send Email
Oct 6, 2004
2:55 pm
I need a better understanding of when a session gets created as opposed to when an existing session is used. Let me put forth my understanding and if someone...
1828 Fagyal Csongor
concept@... Send Email
Oct 6, 2004
3:08 pm
Hi Mike, ... This all boils down to how cookies behave. If you understand how cookies work, you will understand sessions, too (probably, at least). ... So you...
1829 Mike Cantone
mcantone@... Send Email
Oct 6, 2004
3:41 pm
Thanks - you've confirmed everything I suspected. -Mike ... To unsubscribe, e-mail: asp-unsubscribe@... For additional commands, e-mail:...
1830 Josh Chamas
josh@... Send Email
Oct 7, 2004
3:56 pm
... Yes, check out CookiePath config... http://apache-asp.org/config.html#CookiePath which you can set per application via Apache configuration ( .htaccess,...
1831 Mike Cantone
mcantone@... Send Email
Oct 7, 2004
5:20 pm
Ahh... You are now my official hero... ... To unsubscribe, e-mail: asp-unsubscribe@... For additional commands, e-mail: asp-help@......
1832 Mike Cantone
mcantone@... Send Email
Oct 7, 2004
8:27 pm
I have one remaining, but somewhat glaring problem. After I use my ASP application for a little while (not really that long actually - maybe a dozen...
1833 Warren Young
warren@... Send Email
Oct 7, 2004
9:45 pm
... Stop guessing and measure! Does your platform have a top command? You can use that to see CPU time and memory usage. If not, you may have sar or some...
1834 Josh Chamas
josh@... Send Email
Oct 8, 2004
2:47 pm
... MLDBM is not a valid setting for StateDB. Try DB_File or GDBM_File if you are storing a lot of data there, but if you are, know that it will slow things...
1836 k_berov
k_berov@... Send Email
Oct 11, 2004
2:58 pm
Hi, boys! After server restart we get the folowing error: the server OS is Linux . We have there two sites using Apache::ASP; The one is using DB_File for...
1837 Mike Cantone
mcantone@... Send Email
Oct 11, 2004
8:16 pm
I'm optimistic I am on the crux of solving this problem with the help of some collective knowledge. My ASP application can handle between 20-40 transactions -...
1838 Patrick Conroy
patrick.j.conroy@... Send Email
Oct 12, 2004
3:25 pm
Hello All, I am trying to set up Apache::ASP on multiple Virtual Hosts on a single machine. The problem that I am having seems to be crossover of the...
1839 Christopher Hicks
chicks@... Send Email
Oct 12, 2004
5:40 pm
... Do you have a NameVirtualHost *:80 entry? -- </chris> Westheimer&#39;s Discovery: "A coupla months in the laboratory can save a coupla hours in the library." ...
1840 Patrick Conroy
patrick.j.conroy@... Send Email
Oct 12, 2004
6:33 pm
... I do have the "NameVrtualHost *:80" entry in the httpd.conf file. The Virtual Hosts were working fine before I installed Apache::ASP. And they still are...
1841 Dave Goodwin
dgoodwin@... Send Email
Oct 12, 2004
6:56 pm
Hi, I searched through the FAQs and list archive and I haven't been able to find an answer to a very basic question I have. First, I have been able to get...
1842 Fagyal Csongor
concept@... Send Email
Oct 12, 2004
7:11 pm
Dave, ... Well, this basic question is asked once or twice every month in this list :-) ... Yes. And actually this IS in the main FAQ: "*VBScript or JScript...
1843 Christopher Hicks
chicks@... Send Email
Oct 12, 2004
7:25 pm
... Good good. ... You're correct. ... You can write Perl-based ASP which is portable between Windows and UNIX/Linux. I'm not sure whether the Windows side...
1844 Dave Goodwin
dgoodwin@... Send Email
Oct 12, 2004
8:10 pm
Thanks Chris and Fagyal, To be clear, I'm inheriting the old IIS scripts to try and move onto the Unix Apache server so that the Windows web server can be ...
1845 Christopher Hicks
chicks@... Send Email
Oct 12, 2004
9:20 pm
... Gladly. ... Some inheritance! ... If you know PHP, learning Perl is a pretty short putt, but its a far better programming langauge IMNSHO. We started...
1846 Josh Chamas
josh@... Send Email
Oct 13, 2004
4:40 am
... I love the praise for the environment, but am wondering in what ways could you see it improved? Thanks, Josh ... To unsubscribe, e-mail:...
1847 Josh Chamas
josh@... Send Email
Oct 13, 2004
4:47 am
... Your configuration looked fine for many virtual hosts, the trick being the GlobalPackage config. If you set Debug to -1 or -2 or -3 and then reproduce the...
1848 Josh Chamas
josh@... Send Email
Oct 13, 2004
4:51 am
... I apologize for the confusion on this issue. Active Server Pages was originally defined as an object + events model for web applications, with scripting...
1849 Josh Chamas
josh@... Send Email
Oct 13, 2004
5:02 am
... I would recommend looking into BSD::Resource for per process limits setting. IF Apache::Resource has been ported to mod_perl 2.0, I would look at that too,...
1850 Josh Chamas
josh@... Send Email
Oct 13, 2004
5:05 am
... Make sure that each site sets a different StateDir setting, or you will end up mixing file formats of SDBM_File & DB_File which can cause problems. ...
1851 Nicholas Schuetz
nick@... Send Email
Oct 13, 2004
5:20 am
Try using UniquePackages - http://www.apache-asp.org/config.html#UniquePackagcf82a357 ... From: Patrick Conroy [mailto:patrick.j.conroy@...] Sent:...
1852 Shang, Cynthia
CShang@... Send Email
Oct 13, 2004
8:31 pm
There will always be tweeking when moving between platforms. Write your ASP code with perlscript as the serverside code and you'll have a lot less tweeking to...
1853 krassimir berov
k_berov@... Send Email
Oct 14, 2004
3:29 am
The problem is solved... THANKS What happened? It came out actually we were using SDBM_File instead of DB_File. The administrator had given this to...
1854 Stew Schneider
stew.schneider@... Send Email
Oct 21, 2004
1:26 am
I'm having a bit of trouble getting started. I'm running FC1. I installed from CPAN. Following the Quick Start instructions, I issued: cp -rpd...
1855 V.I.
vladimsh@... Send Email
Oct 22, 2004
7:21 pm
Hi, Using CGI I was able to display the upload status as the files were being uploaded by reading raw post data from STDIN, writing it to a temp file, and then...
1856 Warren Young
warren@... Send Email
Oct 22, 2004
8:16 pm
... We ended up writing a Windows uploader that worked outside the HTTP stream. This works in our situation because we have tight control of the clients, we...
1857 Fagyal Csongor
concept@... Send Email
Oct 26, 2004
9:36 am
Hi List, I have a rather huge ASP application (a portal engine). Recently, I have seen some of the pages slowing down _very_ much. ... To unsubscribe, e-mail:...
Messages 1827 - 1857 of 2322   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help