Module caching

2003-08-01 Thread Scott
(i.e code changes don't take effect, version numbers don't change). Is there a way to flush the INC hash of all the children programmatically, without a restart? I have looked at Apache::Reload and Apache::StatINC and tried to replicate the code, but it doesn't seem to be working. Thanks, Scott

Re: [mp2] Apache::compat breaking 2.0 API solutions?

2003-06-12 Thread Scott Penrose
be more reliable. Scooter - -- Scott Penrose Open source developer http://linux.dd.com.au/ [EMAIL PROTECTED] Dismaimer: Open sauce usually ends up never coming out (of the bottle). -BEGIN PGP SIGNATURE- Version: GnuPG v1.0.6 (Darwin) Comment: For info see http://www.gnupg.org iD8DBQE

Re: Missing html code using dynagzip

2003-06-03 Thread Scott Alexander
LightCompression On the problem comes back. I had tested having this line commented out but it made no difference. Anyway good that it is working. Thanks. Regards Scott 4. Let us know details of what you finally have. Thanks, Slava - Original Message - From: Scott Alexander [EMAIL

Missing html code using dynagzip

2003-06-02 Thread Scott Alexander
into one print statement. Makes no difference. Scott

Re: gzipchain

2003-05-28 Thread Scott Alexander
users can select the output then I must use a fixup handler. Also why does my own Content-type: text/html turn up in output? I guess dynagzip is setting it's own content-type header. Scott Hi Scott, In my understanding your script responds correctly from the configuration Directory /usr

Re: gzipchain

2003-05-27 Thread Scott Alexander
On Mon, 26 May 2003, Perrin Harkins wrote: Scott Alexander wrote: Yes if I join all my output using $print = $print . html source and then one print at the end AND change my script name from script.pl to script.html it works. The script I experimented on went from 15000 bytes

$r-headers_in-get('Referer') doesn't work with IE

2003-03-04 Thread Scott Alexander
to login page ready for next user. But with IE 6.0 the $r-uri and $r-headers_in-get('Referer') is different than for NN. It is the next page being called in this case just /logout so I no longer know what was my db value. Any ideas how to solve this? Scott

Override Authentication for one sub directory

2003-03-02 Thread Scott Alexander
user /Directory Thanks Scott

Apache::TicketAccess

2003-02-20 Thread Scott Alexander
#ErrorDocument 403 /bin/admin/error/403.html ErrorDocument 404 /bin/admin/error/404.html ErrorDocument 500 /bin/admin/error/500.html /Directory Any help is appreciated Scott

Re: Apache::TicketAccess

2003-02-20 Thread Scott Alexander
On Thu, 20 Feb 2003, Scott Alexander wrote: If I set my browser to david:8080/login.pl then everything works okay, Cookie gets set, and my session is current until I logout. So the setup is something to do with mod_proxy on the proxy server. Is it the cookie doesn't get sent back thru

Urgent: DBI::Auth configuration problem

2003-02-19 Thread Scott Chapman
AuthName DBI require user scott Here's the relevant entries in my httpd.conf file: Directory / Options FollowSymLinks AllowOverride None /Directory Directory /www/htdocs Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny Deny from all /Directory

DBI::Auth configuration problem

2003-02-18 Thread Scott Chapman
worked great. Web server works. I can access Posgresql just fine using Perl DBI. The .htaccess file in /www/htdocs/tester: AuthType Basic AuthName DBI require user scott Here's the relevant entries in my httpd.conf file: Directory / Options FollowSymLinks AllowOverride None /Directory

RE: Installation help

2003-01-29 Thread Blankenship, Scott R
thanks for the help... I got it running now. Attention to detail... -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 6:27 PM To: Blankenship, Scott R Cc: '[EMAIL PROTECTED]' Subject: Re: Installation help Blankenship, Scott R wrote: I'm

Installation help

2003-01-28 Thread Blankenship, Scott R
to my perl libraries, but I can't apache installed. I go to the src directory, do a make, but the make install at the end says I have to go to the parent directory to install. But, there's no Makefile in the parent directory... What am I doing wrong? Scott Blankenship Senior Developer The Relizon

RE: Installation help

2003-01-28 Thread Blankenship, Scott R
thanks. I downloaded 1.3.27... Still can't get it to install mod_perl into apache... -Original Message- From: Ged Haywood [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 3:39 PM To: Blankenship, Scott R Cc: '[EMAIL PROTECTED]' Subject: Re: Installation help Hi there, On Tue

RE: Installation help

2003-01-28 Thread Blankenship, Scott R
. -Original Message- From: Blankenship, Scott R Sent: Tuesday, January 28, 2003 5:20 PM To: 'Ged Haywood' Cc: '[EMAIL PROTECTED]' Subject: RE: Installation help thanks. I downloaded 1.3.27... Still can't get it to install mod_perl into apache... -Original Message- From: Ged Haywood

Re: [OT] mod_proxy, mod_perl, php

2002-12-19 Thread Scott Alexander
On Wed, 18 Dec 2002, Perrin Harkins wrote: Scott Alexander wrote: At the moment I have a front_end server with no php support. Backend is mod_perl. I'm planning to extend our document management system to serve www pages. The html documents are on the mod_perl machine. What happens

[OT] mod_proxy, mod_perl, php

2002-12-18 Thread Scott Alexander
on the front_end will it work normally? Regards and thanks in advance for any help. And sorry if this is way off topic. I don't know what mailing list to ask this on. I'm doing distance work and living 150 km above the Arctic Circle Scott

mod_perl doesn't know where perl's installed

2002-11-14 Thread Scott Scecina
? Is there anyway to tell mod_perl where perl is without using the PATH variable? Any help is GREATLY appreciated! Thanks! - Scott Scott Scecina In Mind, Inc.

RE: mod_perl doesn't know where perl's installed

2002-11-14 Thread Scott Scecina
/to/Perl/bin/perl56.dll before loading mod_perl.so? -- best regards, randy kobes The problem occurs only when run as a service. And, yes, the LoadFile directive seems to have solved it. I would have *never* come up with that. Many Thanks! - Scott Scott Scecina In Mind, Inc.

reverse_proxy ?

2002-10-30 Thread Scott Alexander
documentroot which means anyone can have access to them just by guessing the url. Any ideas how I can have the documents on the front_end and still maintain some level of security. /Scott

Reverse Proxy Setup

2002-09-26 Thread Scott Alexander
. Any other ideas? Scott

PerlRun and text/xml data: zero bytes

2002-09-19 Thread Scott Nelson
I am having problems reading standard input while running under PerlRun. I am trying to use text/xml data POSTed to an url, as opposed to form-data. I get the data when running in CGI mode, but I get zero bytes when running in PerlRun mode. How do I read the data POSTed to the URL? I have

Re: PerlRun and text/xml data: zero bytes

2002-09-19 Thread Scott Nelson
Jon wrote: I guess you've checked that $plainText isn't of length 0? /Jon Well, I read standard input into $input, copy it into $plainText and check the length and it is 0. That is my problem: when I run using PerlRun it is 0 but I works without a problem when running in CGI mode...

Re: LibXML and PerlRun

2002-09-18 Thread Scott Nelson
Hi William, I am using XML::LibXML which uses libxml2 -- not expat -- for the xml parser, so I don't think it will help me. Thanks anyway, Scott William McKee wrote: I had lots of problems using XML under Apache until I recompiled Apache with the --disable-rule=EXPAT rule as partially

LibXML and PerlRun

2002-09-17 Thread Scott Nelson
I am having troubles using XML::LibXML with PerlRun. The script I am running runs just fine under CGI, but when using PerlRun, I get the following message: PerlRun: `Can't locate object method SendFault via package Entity: line 19: error: AttValue: ' expected SupplierRQ ID=7

Re: [OT] Better Linux server platform: Redhat or SuSe?

2002-07-08 Thread Owen Scott Medd
On Mon, 8 Jul 2002, Ganesan M wrote: Schoolmaster.net, 167,000 lines of Perl code, another 30,000 lines of C. Rich. How do you run 'C' code from Apache/mod_perl? Using the perl XS interface usually... that's how we access our text analysis routines which are in C. Owen -- USMail:

Re: [OT] Better Linux server platform: Redhat or SuSe?

2002-07-05 Thread Owen Scott Medd
I think the point is that you have complete non-trivial applications being written in Perl. Success is measured in application adoption, not in elegance. I've worked many places that produced very elegant code, however all of those places no longer exist. You need more than cool code to

Re: [OT] Better Linux server platform: Redhat or SuSe?

2002-07-03 Thread Owen Scott Medd
lol... We're running a little over 175000 lines of (mod)perl code, currently running on a mix of RedHat 7.1, 7.2, 7.3 and Advanced Server. Next? On Wed, 2002-07-03 at 09:41, Peter Haworth wrote: On Wed, 3 Jul 2002 11:40:44 +0100, Jean-Michel Hiver wrote: perl: Any iussues with perl/modperl?

Re: [OT] Better Linux server platform: Redhat or SuSe?

2002-07-03 Thread Owen Scott Medd
that helps to separate the HTML codes from the modules. Having HTML in perl programs makes a big difference. Peter Bi - Original Message - From: Owen Scott Medd [EMAIL PROTECTED] To: Peter Haworth [EMAIL PROTECTED] Cc: Jean-Michel Hiver [EMAIL PROTECTED]; Gerd Knops [EMAIL PROTECTED

RE: Speed of downloading problem.

2002-02-05 Thread Purcell, Scott
-Original Message- From: Perrin Harkins [mailto:[EMAIL PROTECTED]] Sent: Monday, February 04, 2002 10:10 AM To: Purcell, Scott; [EMAIL PROTECTED] Subject: Re: Speed of downloading problem. I have Apache/mod_perl installed on a NT box, and I am allowing customers to do downloads of High

Speed of downloading problem.

2002-02-04 Thread Purcell, Scott
binary. Any info would certainly be appreciated. Scott Purcell

Re: modperl questions

2001-12-18 Thread Scott Alexander
} ; my $db = $split_line[2] ; return $db ; } and the $db I use to get a db handle That's how I do it but my application leans towards cgi than mod_perl. I have 4 different types of systems using the same codebase. Alltogether 13 systems. Works well. regards Scott - i have found

Multiple Sites

2001-12-03 Thread Purcell, Scott
know my customers, and they will not put in the directory forward slash. How do I get around this issue? Thanks Scott Purcell

[Maybe OT] Modular design - calling pages like a subroutine with a twist.

2001-11-15 Thread Scott Chapman
(preferrably perl) out there that support this cleanly. I've worked with Embperl and glanced through the docs of Mason, AxKit and TT and didn't see anything looking like this. Cordially, Scott

Re: [Maybe OT] Modular design - calling pages like a subroutine with a twist.

2001-11-15 Thread Scott Chapman
and back buttons in mind just like you have to today. It would be worth it to have the abstraction layer in my opinion. I'd love to be able to deal with these problems! Scott - Perrin

Re: Apache configuration

2001-11-09 Thread Scott Lanning
On Fri, 9 Nov 2001, Christopher Hicks wrote: I've heard lots of people talking about doing Apache configuration via Perl sections and mod_perl, but I can't find any examples! I've looked on Sourceforge, the Guide, and dug through google. The Eagle book has the best stuff I've found so far, but

Re: Odd problem with Perl sections

2001-10-24 Thread Scott Lanning
On Wed, 24 Oct 2001, Tom Mornini wrote: 1 Perl 2$ErrorLog = |/home/tmornini/Source/ewingz/bin/spread_from_stdin.pl ERROR; 3 /Perl 4 ErrorLog |/home/tmornini/Source/ewingz/bin/spread_from_stdin.pl ERROR [snip] When I use the Perl section (which I need to allow the path to

Re: Mod_perl component based architecture

2001-10-16 Thread Scott Lanning
On Tue, 16 Oct 2001, Gargi Bodke wrote: i have been asked to suggest an architecture to seperate the business logic from the html. how is this done in modperl? i guess by using functions for the business logic. is there any other way? Maybe HTML::Mason, http://www.masonhq.com/ also does

RE: [OT] What hourly rate to charge for programming?

2001-10-10 Thread Purcell, Scott
What kind of thread is this? I ask a question about modperl on NT and I get riddled from the list for using NT. Then we have a thread that goes for two days about hourly charges? What's up with this ..This should be for questions about modperl. Give it a rest, I'm tired of throwing that thread

Re: Setting Perl-stuff inside Perl section

2001-10-05 Thread Scott Lanning
On Fri, 5 Oct 2001, raptor wrote: How can I set in perl section, say : PerlModule Blah.pm PerlSetVar XXX On PerlSetVar YYY Off perl @PerlModule = qw(Blah); # add others to the list push @PerlSetVar, [ XXX = 'On' ]; push @PerlSetVar, [ YYY = 'Off' ]; /perl There's good examples in the eagle

Re: [OT] Re: DB_File needs compatible versions

2001-10-03 Thread Scott Alexander
to -db2' And in /usr/lib/ I created a sym link libdb.a pointing to libdb2.a (the version I wanted to use and then it worked. thanks everyone for your help now back to modperling after a hard disk broke. Scott

Virtual Host?

2001-09-10 Thread Purcell, Scott
that instead of copying to the htdocs directory, I would like to be able to href link to them and have them displayed. So my question is, where in the config (or how do I) configure the httpd.conf to allow me to use /DISK7 as part of the doc root? Thanks, Scott Purcell

Compile problem w/ mod_perl-1.26 apache_1.3.20

2001-08-30 Thread Scott Chapman
directory `/home/software/apache_1.3.20' make[1]: *** [build] Error 2 make[1]: Leaving directory `/home/software/apache_1.3.20' make: *** [apaci_httpd] Error 2 Scott

Re: Compile problem w/ mod_perl-1.26 apache_1.3.20

2001-08-30 Thread Scott Chapman
for mod_perl It looks like there's a problem in the distribution above. I just noticed the errors: modules/perl/mod_perl.config.sh: ./modules/perl/perl_config: No such file or directory ?? Scott On 30 Aug 2001, at 23:38, Stas Bekman wrote: On Thu, 30 Aug 2001, Scott Chapman wrote: I'm getting

nph- in url on NT gives error

2001-08-20 Thread Purcell, Scott
-start_html('hello world'), # start the HTML $q-h1('hello world'), # level 1 header $q-end_html; # end the HTML Scott Purcell

Socket Nightmare On NT.

2001-08-15 Thread Purcell, Scott
can do to get the sockets to work under mod_perl? Or should I go back to cgi-bin applications? I am at the end of my rope and could use some sound information. Anyone out there lend a hand? Thanks, Scott Purcell ### simple socket code ### #! perl use CGI; use CGI::Carp qw/fatalsToBrowser

Re: segfault with mod_perl, Oraperl, XML::Parser

2001-08-03 Thread Scott Kister
. When I get a chance I'll see if this works on mod_perl 2.0. If anyone does get this to work on Solaris 2.8 x86, please let me know. Thanks, Scott #!./perl use DBD::Oracle; use XML::Parser::Expat; my $parser = new XML::Parser::Expat; $parser-parse('foo id=me here emwe/em go /foo'); # perl-5.6.1

RE: Apache::Reload???

2001-08-01 Thread Purcell, Scott
Does that work under Unix only? I am on NT and it does not appear to work. Can someone clarify. Thanks Scott -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 9:38 PM To: Bryan Coon Cc: Matt Sergeant; '[EMAIL PROTECTED]' Subject: Re: Apache

Re: segfault with mod_perl, Oraperl, XML::Parser

2001-07-30 Thread Scott Kister
, Scott On Sun, July 22 13:30 -0700, Scott Kister wrote: This program core dumps when run under mod_perl on Solaris 2.8 x86. #!./perl use Oraperl; # use DBD::Oracle; fails as well use XML::Parser; my $parser = new XML::Parser; $parser-parsestring(''); # fails with valid xml here

segfault with mod_perl, Oraperl, XML::Parser

2001-07-22 Thread Scott Kister
apologies if this comes through twice, my first try didn't seem to make it This program core dumps when run under mod_perl on Solaris 2.8 x86. #!./perl use Oraperl; use XML::Parser; my $parser = new XML::Parser; $parser-parsestring(''); # fails with valid xml here as well It runs fine on Linux

strange runtime error

2001-07-18 Thread Scott Every
i have a fairly simple mod-perl script which returns data from a mysql db on occasion for no apparent reason an internal error screen pops up. if reloaded the page works just fine. the logs contain this message: exit is not exported by the GLOB(0x88414cc) module at (eval 397) line 1 [Wed Jul

RE: Newbie question

2001-07-12 Thread Purcell, Scott
operational in about an hour. Yell if you have any questions, as I have done this twice on NT. Scott -Original Message- From: Randy Kobes [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 10:20 AM To: Jason Cc: [EMAIL PROTECTED] Subject: Re: Newbie question On Thu, 12 Jul 2001, Jason

RE: re rand bug?

2001-07-09 Thread Purcell, Scott
. Each time a user hits it, they of course receive the same 4 numbers. Not very random I am sure I am screwing this up somehow, was anyone able to get this to work, or able to get 4 random numbers each time they run the snippet of code? Thanks Scott -Original Message- From: Gunther

Tutorials Need To Learn More

2001-07-06 Thread Purcell, Scott
of the examples DO NOT work on my NT mod_perl. Anyway, I figure there has to be more resources than just that book. Does anyone know of any? I am looking for examples and techniques to get me rolling. Thanks, Scott Purcell

rand bug?

2001-07-06 Thread Purcell, Scott
excess work? Does anyone know why this is? If anyone wants just drop the following line under cgi-bin and mod_perl and you'll see the results. Please let me know, Scott #! perl use CGI qw/:standard/; my $q = CGI-new; print $q-header(); print $q-start_html(hello); foreach (my $i=1; $i5; $i

Apache V2 and Mod_Perl Question

2001-07-05 Thread Purcell, Scott
Hello, NT question. I believe that Apache 2 is out for NT, and was wondering if apache 2 works with mod_perl? I am running Apache 1.3.20 and mod_perl 1.25_01-dev. Can or should we start converting to Apache 2? Just curous about some time frames for this. Thanks Scott Purcell

RE: mod_perl child processes using way too much RAM

2001-07-02 Thread Scott Stephenson
Title: RE: mod_perl child processes using way too much RAM Checkout Apache::SizeLimit. You can put something like this in your startup.pl: use Apache::SizeLimit; $Apache::SizeLimit::MAX_PROCESS_UNSHARED_SIZE = 2; $Apache::SizeLimit::CHECK_EVERY_N_REQUESTS = 2; -Scott -Original

Startup.pl File Q

2001-06-27 Thread Purcell, Scott
, and commented out the $use CGI (since I thought it would be loaded in the startup.pl file). It does not work. Are the items in the startup.pl file only used with handlers? Thanks Scott ### code below just for reference # #! /usr/local/bin/perl #use CGI qw(:standard); use strict; my $name

StatINC Reload on NT

2001-06-27 Thread Purcell, Scott
not want to use work-arounds on this large project. I really need to have the ability to reload these modules on each hit to the server while developing the core code set. I even have the apache book, but I can't find any mention of this there either. Please advise. Scott Purcell

Reload Modules on NT Apache

2001-06-26 Thread Purcell, Scott
of a simple way to accomplish this task, please advise. Thanks Scott Purcell

mod_perl install

2001-06-26 Thread Purcell, Scott
downloaded the cpan package, gziped and extracted tar. The install directions for NT look a little gray. Maybe there is a step by step guide somewhere? If anyone knows I would appreciate. Thanks Scott Purcell

Curious About Require

2001-06-20 Thread Purcell, Scott
. If then I go to one.pl error (it says query.pl not found). So my question is why this bazaar behavior. If I change the query.pl to a module and use it in each of the pages it is fine. I just find this behavior rather funny. If anyone has any insight please update me. Thanks, Scott Purcell

ModPerl package Q

2001-06-20 Thread Purcell, Scott
, and I hate to leave open-ended issues. Thanks for your time, Scott package q2; use IO::Socket; my $sock; sub tryQuery { unless ($sock) { print No sock making itbr\n; $sock = IO::Socket::INET-new(Proto = 'tcp', PeerAddr = '208.238.162.204', PeerPort = '8000') or die

Socket On NT Resolved

2001-06-20 Thread Purcell, Scott
had. Scott Purcell

Web Site Question

2001-06-19 Thread Purcell, Scott
which works, but I cannot seem to ask two socket calls back to back? I don't know why. Maybe it is a learning curve I have to perfect. Anyway, I figured I would ask people who would know for their input. So if anyone has any opinions, could you fill me in? Thanks for your time, Scott Purcell

SocketConnect

2001-06-19 Thread Purcell, Scott
of when doing this kind of persistant socket handle? Thanks, Scott Purcell

Cached Code Disappeared?

2001-06-19 Thread Purcell, Scott
or perl module alive in cache for a set time? Thanks Scott Purcell

single process

2001-06-18 Thread Purcell, Scott
(spawning of children) to 1 Thanks Scott Purcell

Forking Child 2

2001-06-18 Thread Purcell, Scott
: type: /path/to/apache/dir/httpd -X I have been through my install trying to execute a httpd at the command line, but I am making no connection. Could someone please explain a litle more in detail what I should do on a NT system and what the httpd is (exe?); Thanks Scott Purcell

Mod-Perl Installed next Q

2001-06-15 Thread Purcell, Scott
this occur. Any links, or examples would be helpful. Thanks again, Scott

Help Apache::Registry Setup

2001-06-15 Thread Purcell, Scott
the counter.pl text and I am running it out of my cgi-bin. And it works, but it IS NOT persistant, or cached. I have been going through the guide, but do not see how to make the counter.pl PERSISTANT and to tie the script to the Apache::Registry? Did I miss something here? Thanks Scott

IOSocket Problem

2001-06-15 Thread Purcell, Scott
. $message; my $msgsize = length($message); print $message and $msgsize is message and msgsizebr\n; print $handle \%BEGIN\t$msgsize\n$message; } 1; Scott Purcell

Questions Simple

2001-06-14 Thread Purcell, Scott
and let me know, Scott Purcell

How To Turn On .pl files on Apache?

2001-06-14 Thread Purcell, Scott
with getting this started. PS I run activeState perl and it is on my C drive of the local machine where the Apache server lives. Thanks, Scott Purcell

Single Process Mode IIS

2001-06-11 Thread Purcell, Scott
, Scott Purcell

Questions Concerning Large Web-Site

2001-06-11 Thread Purcell, Scott
this is not asking too much, Any input would be most helpful. Sincerely Scott Purcell

Check Persistance

2001-06-11 Thread Purcell, Scott
this file is read. I believe I have it, but since this is my first chunk I wrote for persistance, I was hoping someone could give it a look. thanks Scott Purcell use vars qw ($q $handle); use CGI; use strict; use IO::Socket; use VBMain::Config qw(%c); $q = CGI-new; print $q-header(); unless

undef an array

2001-06-01 Thread Scott Alexander
. What happens to the array at the end? Should I have a undef @upper_id ; at the end ? If I don't have this does it mean the array just stays in memory until the child is stopped? A the moment the max child life is set at 300. Any help or pointers would be greatly appreciated. regards Scott

Environment variables in startup.pl

2001-04-27 Thread Scott Alexander
Should this work in a startup.pl file my $hostname = $ENV{HOSTNAME} ; from the prompt I can write echo $HOSTNAME and get the correct hostname of the server. But from within startup.pl I don't get it. Scott

RE: undefined symbol: perl_get_cv

2001-02-21 Thread Liddick, Scott
I think you need to compile the perl part of mod_perl with PERL_STACKED_HANDLERS=1 or EVERYTHING=1 -Original Message- From: Reid Sutherland [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 11:29 AM To: [EMAIL PROTECTED] Subject: undefined symbol: perl_get_cv Hi, I

Difference between NN and IE

2001-02-16 Thread Scott Alexander
.html page. With Explorer the user actually has to close all Explorer Windows and start it again to get another attempt at logging in. regards and thanks in advance Scott

Setting remote_user and passwd

2001-02-16 Thread Scott Alexander
them to login again but can I get pass this stage? Would using cookies by pass this problem? regards Scott _ scott alexander tietoverkkosuunnittelija humak amk - finland +358(0)407505640

RE: PerlRequire

2001-02-12 Thread Liddick, Scott
Make sure that your PerlRequire comes BEFORE you actually want to 'use' the module in your httpd.conf Alternately, you could unshift(@INC, '/path/to/module') in your startup.pl -Original Message- From: Aaron Schlesinger [mailto:[EMAIL PROTECTED]] Sent: Monday, February 12, 2001 10:07 AM

Apache: ASP

2001-02-06 Thread Paul Scott
I am getting errors when I try and run ASP on my Linux box... Here is what pops up on the web page, I am not sure how to fix it or what exactly is wrong with it. Any help you can offer will be appreciated.. #!/usr/local/bin/perl5 asp [0]% ([0]%source) Thanks, Paul Scott [EMAIL PROTECTED]

Problem with Apache::LogFile

2001-01-23 Thread Liddick, Scott
for getting this module properly installed? Is there a special way that I need to build Apache/mod_perl? Help. Thanks, Scott

Re: Too many connections with DBI

2001-01-12 Thread Scott Alexander
On 11 Jan 2001, at 8:28, Scott Alexander wrote: My original message was below. I always understood each Apache child runs for a set number of times then stops. But I checked my httpd.conf file and the MaxRequestsPerChild is set to 0 Why would it ever ask for a new connect

Too many connections with DBI

2001-01-10 Thread Scott Alexander
I with 256 MB, mysql 3.22.27, Apache 1.3.14, mod_perl 1.24_01 Alll with just standard installations. I haven't tweaked anything. Any help would be appreciated. regards Scott _____ scott alexander tietoverkkosuunnittelija humak amk - finland +358(0)407505640

Re: Too many connections with DBI

2001-01-10 Thread Scott Alexander
ached it's maximum life ? How many connections can you have open from DBI to mysql ? I have 9 db's with 10 children ~ 90 connections . All use the same user. Should I increase the memory from 256 MB to ? I have read http://perl.apache.org/guide/databases.html Scott ___

Re: Help with Limit in Perl

2001-01-01 Thread Scott Alexander
? ie $user = $ENV{REMOTE_USER} ; my $location = "/users/". $user ; my $require = "user " . $user ; Scott Perl #!perl $Location {"/users/supervisor"} = { DAV = 'On', AllowOverride = 'None', Options = 'None', AuthName = 'Test', AuthType = 'Basic', Auth

Re: Help with Limit in Perl

2001-01-01 Thread Scott Alexander
. At the moment users can upload, download to their own directory via a html interface but to add WebDav functionality would be great! regards Scott Short answer: no. Long answer: Since the httpd.conf file is read only at startup (or other well defined times, such as a HUP signal), which

Help with Perl in httpd.conf

2000-12-31 Thread Scott Alexander
;) regards Scott Perl #!perl $Location {"/users/supervisor"} = { Limit = {"GET POST PUT DELETE "} = { Require = 'supervisor', }, } ; __END__ /Perl _____ scott alexander tietoverkkosuunnittelija humak amk - finland +358(0)407505640

Help with Perl in httpd.conf

2000-12-31 Thread Scott Alexander
have any ideas about this? Scott Perl #!perl $Location {"/users/supervisor"} = { DAV = 'On', AllowOverride = 'None', Options = 'None', AuthName = '"Test"', AuthType = 'Basic', Auth_MySQL_Password_Table = 'users', Auth_MySQL_Username_Field = 'user', Auth_

Help with Limit in Perl

2000-12-31 Thread Scott Alexander
"GET", 'Require' = "valid-user", #'METHODS' = "POST", 'Require' = "valid-user", }, } ; __END__ /Perl If I uncomment the last methods line then it doesn't work at all. But with only one methods line like it is now it works. How do I use Apache-httpd_conf ? regards Scott _ scott alexander tietoverkkosuunnittelija humak amk - finland +358(0)407505640

Re: learning for someone like me

2000-11-19 Thread Scott Alexander
a response to this thread. I should have bought this book along time ago! Who chose the title for this book? Scott __ scott alexander humak amk - humak poly technic tietoverkkosuunnittelija software developer +358 (0)40 7505640

trying to isolate VirtualHosts running identical .pm's

2000-11-17 Thread Scott Dayberry
, Scott

hashes and mod_perl

2000-10-31 Thread Scott Alexander
Hi, Is it possible using the magic of mod_perl to set a hash array available for all scripts without each script having to open the dbm file. eg Each of my scripts tie a dbm file to a hash array (%output). (about 600 elements) In some of my scripts I'm using functions recursively. Passing

Re: hashes and mod_perl

2000-10-31 Thread Scott Alexander
Hi there, On Tue, 31 Oct 2000, Scott Alexander wrote: Is it possible using the magic of mod_perl to set a hash array available for all scripts without each script having to open the dbm file. It's not really a mod_perl specific problem. You need to take care of the possibility

Graphs

2000-09-12 Thread Simpson, John scott
Anyone got any ideas on how to produce graphs based on a CGI query and dynamically incorporating the graphs into a web page?

Los Angeles, CA - Software Developer

2000-08-15 Thread Erica Scott
of your resume, desired annual salary, and a daytime contact number. Regards, Erica Scott Technical Recruiter Comforce Technical Services [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Tel: (800) 660-9544 x124 Pager: (949) 657-0403 www.comforce.com http://www.comforce.com

  1   2   >