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

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: 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