View previous topic :: View next topic |
Author |
Message |
dodger10k Tux's lil' helper
Joined: 27 Jun 2003 Posts: 97
|
Posted: Sun Feb 01, 2004 11:47 pm Post subject: suexec2 target mismatch? |
|
|
Hi,
I just recompiled apache2 with changed suexec´s DocRoot to get it working for Virtual Users, and now suexec_log gives me the following error:
Quote: |
[2004-02-02 00:42:11]: uid: (1158/web19) gid: (102/102) cmd: search.pl
[2004-02-02 00:42:11]: target uid/gid (1158/102) mismatch with directory (1158/81) or program (1158/81)
|
I´d like to understand what´s the meaning behind this and - of course - what do I have to do to get this to work?
Any help appreciated |
|
Back to top |
|
|
dma Guru
Joined: 31 Jan 2003 Posts: 437 Location: Charlotte, NC, USA
|
Posted: Mon Feb 02, 2004 4:25 am Post subject: |
|
|
The answer is probably here.
It seems that your group id is somehow messed up, as the user ids are the same. |
|
Back to top |
|
|
dodger10k Tux's lil' helper
Joined: 27 Jun 2003 Posts: 97
|
Posted: Mon Feb 02, 2004 8:16 am Post subject: |
|
|
Hm not sure if I understood the reason completely but I changed the uid/gid-values for suexec and recompiled but still the same error occurs... What else could I check? |
|
Back to top |
|
|
dodger10k Tux's lil' helper
Joined: 27 Jun 2003 Posts: 97
|
Posted: Mon Feb 02, 2004 8:44 am Post subject: |
|
|
Just noticed that the SuexecUsergroup was set to the wrong user. But when I changed it still an InternalServerError occurs and suexec_log shows
Quote: |
[2004-02-02 09:43:34]: uid: (1158/web19) gid: (81/81) cmd: search.pl
|
Any hints? |
|
Back to top |
|
|
|