Hi.
--On Dienstag, 6. März 2001 17:17 +0200 Alexander Bokovoy
<[EMAIL PROTECTED]> >> I've relocated it into apaches conf-directory with the
>> --with-config-file-path directive. Though the file doesn't exist yet.
> Try to put it there (even with default values).
Didn't make any difference.
>> > Change it to IP addres _different_ from localhost's address. MySQL
>> > has hardcoded behaviour for localhost: it opens only sockets with it
>> > (if they are available on running system).
>> I thought it only uses the file socket if you give the string
>> "localhost". I'll try the real IP of the host. Maybe it helps. > In fact, it does
>call gethostbyname(3).
Ok. It now uses the real name of the host.
>> What puzzles me is the fact that I don't get any error message. Apache
>> just quits. Not even some kind of "caught SIGTERM" log message, which
>> apachectl stop normally produces.
> I've experienced a lot things like this one with Apache. Try to run
> 'gdb httpd' as chroot process. Or even 'strace httpd'.
strace looks quite normal:
> ---
> [...]
> open("/apache/var/logs/access_log", O_WRONLY|O_APPEND|O_CREAT, 0644) = 3
> fcntl(3, F_DUPFD, 15) = 16
> close(3) = 0
> chdir("/") = 0
> fork() = 4351
> munmap(0x40193000, 4096) = 0
> _exit(0) = ?
> ---
Live long and prosper!
Torben Nehmer
--
ICQ-ID : 14148813 --- E-Mail : [EMAIL PROTECTED]
WWW : http://www.nathan-syntronics.de --- http://www.nehmer.net
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]