Re: startup.pl confusion

2004-06-28 Thread Grant
--- Perrin Harkins <[EMAIL PROTECTED]> wrote: > Grant wrote: > > My httpd.conf file is apache2.conf after being set > up > > by Gentoo and there doesn't seem to be any mention > of > > which user and group it runs as. > > If you start it as root, then I believe it defaults > to "nobody" when > Us

Re: startup.pl confusion

2004-06-28 Thread Perrin Harkins
Grant wrote: My httpd.conf file is apache2.conf after being set up by Gentoo and there doesn't seem to be any mention of which user and group it runs as. If you start it as root, then I believe it defaults to "nobody" when User is not specified. The Link.pm file is unreadable to me. Not a good si

MovableType Contest, mod_perl jobs

2004-06-28 Thread Paul Lindner
Hi, There's a Movable Type perl plug-in contest going on that I thought many people here might be interested in. http://www.movabletype.org/contest.shtml Of course Movable Type runs quite well under mod_perl, so I hope I'm not being TOO off-topic :) I'd enter, but I'm not eligible -- I'm n

Re: startup.pl confusion

2004-06-28 Thread Grant
--- Perrin Harkins <[EMAIL PROTECTED]> wrote: > On Mon, 2004-06-28 at 18:54, Grant wrote: > > Sorry to be such a newbie, but how can I find out > what > > user apache2 runs as and make sure that user has > the > > permissions it needs? > > Look in httpd.conf. It will say which user and > group it

Re: Apache::Request

2004-06-28 Thread Kemin Zhou
I would appreciate some pointer to get my Apache::Request installed. I am using the version 2 of apache and mod_perl. I seem to get a working environment. I downloaded the libapreq2-2.03_04-dev.tar.gz tar -zxf ... did perl Makefile.PL, no problem. make In the middle of the Make I got an error m

Re: startup.pl confusion

2004-06-28 Thread Perrin Harkins
On Mon, 2004-06-28 at 18:54, Grant wrote: > Sorry to be such a newbie, but how can I find out what > user apache2 runs as and make sure that user has the > permissions it needs? Look in httpd.conf. It will say which user and group it runs as. Then read the Interchange::Link code to find out what

Re: startup.pl confusion

2004-06-28 Thread Grant
--- Perrin Harkins <[EMAIL PROTECTED]> wrote: > On Mon, 2004-06-28 at 18:15, Grant wrote: > > ok= defined= > > sockname=/usr/local/interchange/etc/socket: > Permission > > denied > [...] > > The socket file looks like this: > > > > srw--- 1 interch users0 Jun 28 11:35 > socket > > You ne

Re: startup.pl confusion

2004-06-28 Thread Perrin Harkins
On Mon, 2004-06-28 at 18:15, Grant wrote: > ok= defined= > sockname=/usr/local/interchange/etc/socket: Permission > denied [...] > The socket file looks like this: > > srw--- 1 interch users0 Jun 28 11:35 socket You need to check what user your apache servers runs as (probably "nobody")

Re: startup.pl confusion

2004-06-28 Thread Grant
--- Perrin Harkins <[EMAIL PROTECTED]> wrote: > On Mon, 2004-06-28 at 16:58, Grant wrote: > > Since the former still doesn't work, I don't think > the > > module is loading properly. I think where I'm > stuck > > is the startup.pl file that is supposed to tell > the > > system where the Interchang

RE: startup.pl confusion

2004-06-28 Thread Goehring, Chuck
Grant, You may have a problem because the "SetHandler perl-script" directive goes in a container that is based on the url. If you remove all directories from the url, the handler for mod_perl won't get used. I have the following in my http.conf file: Alias /perl/ "e:/Apache2/cgi-perl/"

Re: startup.pl confusion

2004-06-28 Thread Perrin Harkins
On Mon, 2004-06-28 at 16:58, Grant wrote: > Since the former still doesn't work, I don't think the > module is loading properly. I think where I'm stuck > is the startup.pl file that is supposed to tell the > system where the Interchange::Link.pm file is. What makes you think this? Do you have e

startup.pl confusion

2004-06-28 Thread Grant
I have enabled mod_perl for apache2, and that appears to be working fine. Now I need to get a mod_perl module called Interchange::Link running. It is supposed to let me access my pages like this: mydomain.com/sample.html instead of this: mydomain.com/cgi-bin/catalog/sample.html Since the f

Re: Apache::VMonitor shows only parent process

2004-06-28 Thread Stuart Johnston
Perrin Harkins wrote: On Mon, 2004-06-28 at 12:56, Stuart Johnston wrote: ExtendedStatus On SetHandler server-status SetHandler perl-script PerlHandler Apache::VMonitor That's all? Try loading the module from a section, as described in the documentation. Make sure you are loadin

ANNOUNCE: Krang v1.020 Released

2004-06-28 Thread Sam Tregar
Krang v1.020 is now available. Notable changes in this release: - Added support for Fedora Core 2. - Upgraded to HTML::Template v2.7, fixing a bug in the handling of cached templates. - More bugs are now fixed. Detailed change-log here: http://krang.sf.net/docs/changelog.html Krang

Re: Apache::VMonitor shows only parent process

2004-06-28 Thread Perrin Harkins
On Mon, 2004-06-28 at 12:56, Stuart Johnston wrote: > ExtendedStatus On > > SetHandler server-status > > > SetHandler perl-script > PerlHandler Apache::VMonitor > That's all? Try loading the module from a section, as described in the documentation. Make sure you are loading A

Re: Apache::VMonitor shows only parent process

2004-06-28 Thread Stuart Johnston
Perrin Harkins wrote: On Mon, 2004-06-28 at 11:38, Stuart Johnston wrote: Stas Bekman wrote: Does mod_status show the child procs on the same setup? Yes. Did Apache::VMonitor's 'make test' pass alright? Admittedly the test suite needs to be improved to test for this kind of things. Yes. - "All te

[ANNOUNCE] Apache-Test-1.12

2004-06-28 Thread Geoffrey Young
The URL http://perl.apache.org/~geoff/Apache-Test-1.12.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GE/GEOFF/Apache-Test-1.12.tar.gz size: 120719 bytes md5: 1db40538fd85be3544de8614552c385d --Geoff Changes since 1.11: Force projects that use Apache::TestReportPerl to implem

Re: Apache::VMonitor shows only parent process

2004-06-28 Thread Stuart Johnston
Stas Bekman wrote: Stuart Johnston wrote: I have just installed Apache::VMonitor to measure the memory usage of my mod_perl app. When I run it, it only displays the parent process in the list. None of the children are listed. Any suggestions? System versions: Debian 3.0 apache-perl: 1.3.26-1-1