Re: Document contains no data and httpd signal Bus error
From: sam (samwun_at_hgcbroadband.com)
Date: 06/22/04
- Next message: Patrick TJ McPhee: "Re: Boot questions"
- Previous message: Bill Vermillion: "Re: Running sendmail at commandline or restarting it in rc.conf"
- In reply to: sam: "Document contains no data and httpd signal Bus error"
- Next in thread: Thierry Thomas: "Re: Horde IMP require Certificate for cyrus-imp connection"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 22 Jun 2004 12:19:10 +0800
sam wrote:
> Jean-Yves Avenard wrote:
>
>> sam wrote:
>>
>>> $servers['cyrus'] = array(
>>> 'name' => 'Cyrus IMAP Server',
>>> 'server' => 'slox.xyz.com',
>>> 'protocol' => 'imap/notls',
>>> // 'protocol' => 'imap/ssl/novalidate-cert',
>>> 'port' => 143,
>>
>>
>>
>> If you're using IMAP on port 143, isn't the protocol just 'imap' ?
>>
>> Jean-Yves
>>
>
> Ijust pass running the test.php script by inputing imap/notls in the
> protocol edit box.
> The result is
>
> PHP IMAP Support Test
> server="slox.xyz.com" user="samwun"
> mailbox="{slox.xyz.com:143/imap/notls}INBOX"
> INBOX has 42 messages (26 new 0 recent)
>
>
> But when I return to the index.php with the login page and type in user
> name and password, I got an error box popup with error:
> The document contains no data
>
> I looked at /var/log/http-error.log, found this Bus error coming from
> all httpd processes:
>
> [Tue Jun 22 11:53:31 2004] [notice] child pid 90606 exit signal Bus
> error (10)
> [Tue Jun 22 11:53:32 2004] [notice] child pid 90632 exit signal Bus
> error (10)
> [Tue Jun 22 11:53:32 2004] [notice] child pid 90631 exit signal Bus
> error (10)
> [Tue Jun 22 11:53:32 2004] [notice] child pid 90630 exit signal Bus
> error (10)
> [Tue Jun 22 11:53:32 2004] [notice] child pid 90629 exit signal Bus
> error (10)
> [Tue Jun 22 11:53:32 2004] [notice] child pid 90613 exit signal Bus
> error (10)
> [Tue Jun 22 11:53:32 2004] [notice] child pid 90612 exit signal Bus
> error (10)
> [Tue Jun 22 11:53:33 2004] [notice] child pid 90927 exit signal Bus
> error (10)
> [Tue Jun 22 11:53:34 2004] [notice] child pid 90936 exit signal Bus
> error (10)
> [Tue Jun 22 11:53:34 2004] [notice] child pid 90935 exit signal Bus
> error (10)
>
> I may be configured httpd.conf incorrectly?
> I m using apache2, its httpd.conf contains the following php statements:
> LoadModule php4_module libexec/apache2/libphp4.so
> AddType application/x-httpd-php .php
>
> Am I miss anything? Assuming the httpd.conf file has incorrect
> configuration, why the test.php page works?
>
> The horde/test.php test produced the following 2 errors:
> * HTML_Common/HTML_Select - No
> * Horde requires the HTML_Common and HTML_Select classes only for
> Kronolith 1.0 to display forms correctly.
>
> but I don't think that caused the httpd processes Bus error.
>
> Thanks
> sam
>
Here is a list of modules supported by apache2 by running apachctl -l:
root@fbsd [12:11pm] [...www/horde]# apachectl -l
Compiled in modules:
core.c
prefork.c
http_core.c
mod_so.c
root@fbsd [12:14pm] [...www/horde]#
Am I expect to expect to see php.c or something like that appear in the
list as well? But I m still puzzle about why the 2 test.php scripts
successfully completed the test if there is no php.c module built in.
Thanks
sam
- Next message: Patrick TJ McPhee: "Re: Boot questions"
- Previous message: Bill Vermillion: "Re: Running sendmail at commandline or restarting it in rc.conf"
- In reply to: sam: "Document contains no data and httpd signal Bus error"
- Next in thread: Thierry Thomas: "Re: Horde IMP require Certificate for cyrus-imp connection"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|