View previous topic :: View next topic |
Author |
Message |
ozak n00b
Joined: 02 Jan 2004 Posts: 36 Location: USA
|
Posted: Mon Apr 19, 2004 12:06 am Post subject: Per user web directorys stoped working |
|
|
ok, this is really wierd. My per-user web directorys were working in apache2, but now, they suddenly have stopped.
I can go to the main site, but all over the ~users's don't work.
the tail end of my error log is
[Sun Apr 18 20:05:48 2004] [warn] child process 7965 still did not exit, sendin$[Sun Apr 18 20:05:48 2004] [warn] child process 7966 still did not exit, sendin$[Sun Apr 18 20:05:48 2004] [warn] child process 7959 still did not exit, sendin$[Sun Apr 18 20:05:48 2004] [warn] child process 7960 still did not exit, sendin$[Sun Apr 18 20:05:48 2004] [warn] child process 7961 still did not exit, sendin$[Sun Apr 18 20:05:48 2004] [warn] child process 7962 still did not exit, sendin$[Sun Apr 18 20:05:48 2004] [warn] child process 7963 still did not exit, sendin$[Sun Apr 18 20:05:48 2004] [warn] child process 7965 still did not exit, sendin$[Sun Apr 18 20:05:48 2004] [warn] child process 7966 still did not exit, sendin$[Sun Apr 18 20:05:49 2004] [notice] caught SIGTERM, shutting down
[Sun Apr 18 20:06:00 2004] [notice] Digest: generating secret for digest authen$[Sun Apr 18 20:06:00 2004] [notice] Digest: done
[Sun Apr 18 20:06:01 2004] [notice] mod_python: Creating 32 session mutexes bas$PHP Warning: Unknown(): Unable to load dynamic library '/usr/lib/php/extension$[Sun Apr 18 20:06:01 2004] [notice] Apache/2.0.49 (Gentoo/Linux) mod_python/3.1$ |
|
Back to top |
|
|
ozak n00b
Joined: 02 Jan 2004 Posts: 36 Location: USA
|
Posted: Mon Apr 19, 2004 7:28 am Post subject: |
|
|
anyone? |
|
Back to top |
|
|
Janne Pikkarainen Veteran
Joined: 29 Jul 2003 Posts: 1143 Location: Helsinki, Finland
|
Posted: Mon Apr 19, 2004 7:04 pm Post subject: |
|
|
Yet Another Wild Guess (tm): Your Apache does not load mod_userdir during startup. _________________ Yes, I'm the man. Now it's your turn to decide if I meant "Yes, I'm the male." or "Yes, I am the Unix Manual Page.". |
|
Back to top |
|
|
adaptr Watchman
Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Mon Apr 19, 2004 10:16 pm Post subject: |
|
|
That means a change in his apache config - which he doesn't mention.
My guess would be that he changed the permissions on the /home dir.
Apache needs to be able to execute /home, or apache can't go into users' public_html dirs. _________________ >>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen |
|
Back to top |
|
|
ozak n00b
Joined: 02 Jan 2004 Posts: 36 Location: USA
|
Posted: Tue Apr 20, 2004 12:24 am Post subject: |
|
|
I tryed chmod a+xing the /home dir. But it still says "redirecting to localhost" in the brower when i try to goto a any userdirectory. |
|
Back to top |
|
|
Chris W l33t
Joined: 25 Jun 2002 Posts: 972 Location: Brisbane, Australia
|
Posted: Tue Apr 20, 2004 12:34 am Post subject: |
|
|
You might like to fix the problem with mod_php too. _________________ Cheers,
Chris W
"Common sense: The collection of prejudices acquired by age 18." -- Einstein |
|
Back to top |
|
|
adaptr Watchman
Joined: 06 Oct 2002 Posts: 6730 Location: Rotterdam, Netherlands
|
Posted: Tue Apr 20, 2004 11:24 am Post subject: |
|
|
Erm... yes.
Please check or post the output of
Code: | apachectl configtest |
and the part of the apache.conf that loads the modules and initialises PHP.
Formatted if you can, since your first post is - alas - all but unreadable. _________________ >>> emerge (3 of 7) mcse/70-293 to /
Essential tools: gentoolkit eix profuse screen |
|
Back to top |
|
|
ozak n00b
Joined: 02 Jan 2004 Posts: 36 Location: USA
|
Posted: Tue Apr 20, 2004 11:23 pm Post subject: |
|
|
mindrot@deadhatemachine mindrot $ /usr/sbin/apache2ctl configtest
Syntax OK |
|
Back to top |
|
|
|