pop3 timeouts

John Nielsen john@mail.altnews.com.au
Thu, 12 Apr 2001 17:38:06 +1000 (EST)


Hello again,
sorry i am getting a message in my access.log, it is:

203.23.131.18 - - [12/Apr/2001:17:23:43 +1000] "POST
/horde/imp/mailbox.php3 HTTP/1.1" 200 -

though i am not getting an error in my error.log

when setting up php + apache i did: (upgraded apache again to 1.3.19)

1. cd apache_1.3.19
2. ./configure --prefix=/www
3. cd ../php-4.0.4pl
4. ./configure --with-mysql=/usr/local/mysql --with-apache=../apache_1.3.19 
   --with-imap --enable-track-vars
5. make
6. make install
7. cd ../apache_1.3.19
8. ./configure --activate-module=src/modules/php4/libphp4.a --enable-module=imap=yes
9. make
10. make install
11. cd ../php-4.0.4pl
12. cp php.ini-dist /usr/local/lib/php.ini
13.edited php.ini:

set: magic_quotes_gpc        =       Off
set: auto_prepend_file       =       /usr/local/apache/php/prepend.php3
     (/usr/local/apache/php is where i copied the horde/phplib dir. to)
set: include_path    =       /usr/local/apache/php:.:/usr/local/lib/php

14. saved php.ini
15. checked over rest of settings, everything was fine.

but i am still getting the bellow error:

" The page cannot be displayed 
  The page you are looking for is currently unavailable. The Web site might
  be experiencing technical difficulties, or you may need to adjust your
  browser settings.  "

at the bottom of the page:


" Cannot find server or DNS Error
  Internet Explorer "

nothing wrong with my browser, checked with 3 other computers....

nothing came up in poplog to say it was checking/authenticating
 
*any* suggestions will be greatly apprieciated,

Thanking you once again in advanced.

John Nielsen

On Thu, 12 Apr 2001, John Nielsen wrote:

> Hi everyone, 
> 
> when i am at the "login" page i enter my details, hit login, and it then
> just seems to time out, and i get a "The page cannot be displayed"
> 
> with the error at the bottom:
> 
> " Cannot find server or DNS Error
> Internet Explorer "
> 
> (i am popping to another machine)
> 
> i have checked my apache logs, with nothing coming up, there is
> also nothing in my pop logs as well to say that i am  connecting.
> 
> I had imp running perfectly fine for a couple of months, and when i
> upgraded from apache to 1.3.17 this error has started to occur.
> 
> I went through the archives already and i cant find anything relevent,
> with the closest being someone had port 143 instead of 110 in
> servers.php3, but in my case i have the right settings as i have not
> changed a thing with horde since the upgrade of apache...
> 
> could this be a problem with apache?
> 
> thanks in advanced.
> 
> John
> 
> 
>