Re: Login/Authentication Advice

2002-02-06 Thread David Lloyd
LOL > will be protected. If you use Embperl session management you have to test if > the user is logged in in every page before you can do the real work. On the > other side useing Embperl session data gives you some more flexibility, > because you have some more control what happens to un autho

Re: file not found error message

2002-02-06 Thread Ed Grimm
It depends on your OS (and I forget which one you said you were using), but generally, there is. Normally, this is given by ulimit -Sn, but I've seen systems that have another value that won't show up with ulimit. And it's possible that your shell environment has a different limit than the apach

Re: file not found error message

2002-02-06 Thread Brian Burke
I'm thinking that maybe I'm running into a user limit (httpd) rather than a process limit. I show only 60 or so open handles per httpd process, with a system limit of 1024. Is there such a thing as a user limit? I know there are limits on the number of user processes, but I'm not sure abou

Re: Embedding perl on Apache W32

2002-02-06 Thread Randy Kobes
On Mon, 4 Feb 2002, Alberto Canzi wrote: > Hi I would like to install apache with embedded perl. > I've installed Apache on a w98 pc. > I've installed ActiveState Perl > >From Dos shell I've executed: > ppm install http://theoryx5.uwinnipeg.ca/ppmpackages/mod_perl.ppd > (installing mod_perl.so in

Embedding perl on Apache W32

2002-02-06 Thread Alberto Canzi
Hi I would like to install apache with embedded perl. I've installed Apache on a w98 pc. I've installed ActiveState Perl >From Dos shell I've executed: ppm install http://theoryx5.uwinnipeg.ca/ppmpackages/mod_perl.ppd (installing mod_perl.so into C:\programmi\apache group\apache\modules directory

Re: file not found error message

2002-02-06 Thread Axel Beckert
Hi! On Wed, Feb 06, 2002 at 04:48:06PM -0500, Brian Burke wrote: > When I run ulimit -Hn and ulimit -Sn, the system shows I can have > 1024 open handles. Does that mean if I run lsof | fgrep httpd | wc > -l and it is close to 1024, I have a problem? Only, if you run Apache with the -X flag (one

Re: file not found error message

2002-02-06 Thread Brian Burke
Thanks Axel. This very well could be my problem. When I run ulimit -Hn and ulimit -Sn, the system shows I can have 1024 open handles. Does that mean if I run lsof | fgrep httpd | wc -l and it is close to 1024, I have a problem? Brian Axel Beckert wrote: > Hi! > > On Wed, Feb 06, 2002 at 10:

Re: Embperl and xemacs

2002-02-06 Thread Frank Sweetser
On Wed, Feb 06, 2002 at 01:22:02PM -0600, erik wrote: > I /am/ using GNU Emacs 21 (not officially supported ;-). I'm also > pretty much a novice at customizing Emacs. Plus, I use a dark > background with light fonts - so the default grey background imposed > by mmm-mode was completely unreadable

Re: Embperl and xemacs

2002-02-06 Thread erik
On Wed, Feb 06, 2002 at 06:36:56PM +0100, Axel Beckert wrote: > > I'm rather happy with it, but what I had to do to get it running is > > a wee bit different from what you had to do... > > Maybe, mmm-mode is written for XEmacs and you're using GNU Emacs or > vice versa? The both Emacses have diff

Re: file not found error message

2002-02-06 Thread Axel Beckert
Hi! On Wed, Feb 06, 2002 at 10:50:26AM -0500, Brian Burke wrote: > I have a server that is up and running, taking about 50k-100k hits a > day. For the most part, it is working fine. About every 2-3 weeks, I > start getting a lot of messages like this in my error_log: > > [19498]ERR: 30: Line 1:

Re: Embperl and xemacs

2002-02-06 Thread Axel Beckert
Hi! On Wed, Feb 06, 2002 at 09:52:32AM -0600, erik wrote: > Are there perhaps 2 different mmm-modes? I've never been able to > download the one mentioned in the Embperl docs (bad link). I'm using > the mmm-mode from mmm-mode.sourceforge.net, which comes with some > code for an embperl mode. No,

Re: file not found error message

2002-02-06 Thread Brian Burke
It sounds like our problems are similar. The errors look like 404 errors on the web browser (not founds). When the problem starts occurring, I can hit refresh and it works about 50% of the time. However, it stays problematic until I restart apache. Brian erik wrote: > On Wed, Feb 06, 2002 at

Re: file not found error message

2002-02-06 Thread erik
On Wed, Feb 06, 2002 at 10:50:26AM -0500, Brian Burke wrote: > I have a server that is up and running, taking about 50k-100k hits a day. > For the most part, it is working fine. About every 2-3 weeks, I start getting a > lot of messages like this in my error_log: > [19498]ERR: 30: Line 1: Not fo

Re: Embperl and xemacs

2002-02-06 Thread erik
On Wed, Feb 06, 2002 at 08:58:45AM +0100, gerhard.egger wrote: > Dear Gus, > > this really helped me! > > i added to my .xemacs-custom file: Are there perhaps 2 different mmm-modes? I've never been able to download the one mentioned in the Embperl docs (bad link). I'm using the mmm-mode from

file not found error message

2002-02-06 Thread Brian Burke
I have a problem that I think may be related to Embperl. I did some Google searches, and found a few others who had reported similar problems under Embperl, so I thought I'd pose this to this list for suggestions. I have a server that is up and running, taking about 50k-100k hits a day. For the