--- 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
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
--- 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
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
--- 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
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")
--- 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
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/"
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