>Number: 1296 >Category: os-solaris >Synopsis: httpd is running but clients can't access the server >Confidential: no >Severity: critical >Priority: medium >Responsible: apache >State: open >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Wed Oct 22 05:30:00 PDT 1997 >Last-Modified: >Originator: [EMAIL PROTECTED] >Organization: apache >Release: 1.2.4 >Environment: uname -a SunOS pc2-5.teleriviera.fr 5.5.1 Generic_103640-08 sun4m sparc sun4m Compiler gcc 2.7.2.1 >Description: Sorry it's maybe quite long. Bur it's probably a misconfiguration so I have to give Apache 1.2.4 running on an Axil320/sparc /solaris 2.5.1 uname -a -> SunOS pc2-5.teleriviera.fr 5.5.1 Generic_103640-08 sun4m sparc sun4m -------------------------------------------------------------------------------
log files ------------------------------------------------------------------------------- from error_log : [Wed Oct 22 12:13:56 1997] Server configured -- resuming normal operations [Wed Oct 22 12:14:10 1997] accept: (client socket): Permission denied [Wed Oct 22 12:14:46 1997] accept: (client socket): Permission denied [Wed Oct 22 12:14:53 1997] accept: (client socket): Permission denied [Wed Oct 22 12:16:39 1997] Server configured -- resuming normal operations [Wed Oct 22 12:16:44 1997] accept: (client socket): Permission denied [Wed Oct 22 12:17:04 1997] accept: (client socket): Permission denied [Wed Oct 22 12:18:13 1997] accept: (client socket): Permission denied [Wed Oct 22 12:18:26 1997] accept: (client socket): Permission denied access_log is empty ------------------------------------------------------------------------------- messages from the clients (Netscape 4.03) similar messages with Internet Explorer clients running on Sun Sparc/Solaris , powerMAC 404/OS8 and pentium MMX/Win95 ------------------------------------------------------------------------------- from the client when trying with 127.0.0.1:8084 A network error occured: unable to connect to server (TCP Error: Connection reset by peer) The server may be down or unreachable. Try connecting again later. when trying with 127.0.0.1:8085 Netscape's network connection was refused by the server: 127.0.0.1:8085 (or 192.168.2.5:8085 or pc2-5.teleriviera.fr) The server may not be accepting connections or may be busy Try connecting again later. or when trying with hostname:8084 or hostname:8085 Netscape's network connection occured while Netscape was receiving data. (Network Error: Connection reset by peer) Try connecting again. when trying with 192.168.2.5:8085 A network error occured: unable to connect to server (TCP Error: Broken pipe) The server may be down or unreachable. Try connecting again later. when trying with 192.168.2.5:8084 A network error occured: unable to connect to server (TCP Error: Connection reset by peer) The server may be down or unreachable. Try connecting again later. ------------------------------------------------------------------------------ httpd.conf for options I've also tried I use the comment mark // and when option has been commented or uncommented I Use //# ServerType standalone Port 8084 // 80 HostnameLookups off User #1002 //also use www (www:www = 1002:101) and nobody Group #101 //also www and nobody BrowserMatch Mozilla/2 nokeepalive //# ServerAdmin root BindAddress * //# and 192.168.2.5 ErrorLog logs/error_log TransferLog logs/access_log PidFile logs/httpd.pid ScoreBoardFile logs/apache_status ServerName pc2-5.teleriviera.fr // I tried also with 192.168.2.5 #CacheNegotiatedDocs //# #KeepAlive Off //# MaxKeepAliveRequests 100 KeepAliveTimeout 15 MinSpareServers 5 MaxSpareServers 10 StartServers 5 MaxClients 150 #ProxyRequests On // error when uncommented Listen 8084 //# Listen 192.168.2.5:8085 //# Listen 127.0.0.1:8086 //# //Listen 192.168.2.5:80 ----------------------------------------------------------------------------- access.conf ----------------------------------------------------------------------------- #<Directory /usr/local/etc/httpd/htdocs> <Directory /opt/apache_1.2.4/htdocs> // there is a symbolic link from /opt/apache_1.2.4 to /usr/local/etc/httpd Options Indexes FollowSymLinks Multiviews AllowOverride None order allow,deny allow from all </Directory> <Directory /usr/local/etc/httpd/cgi-bin> AllowOverride None Options None </Directory> ----------------------------------------------------------------------------- srm.conf ----------------------------------------------------------------------------- DocumentRoot /opt/apache_1.2.4/htdocs UserDir public_html DirectoryIndex index.html FancyIndexing on ... >How-To-Repeat: http://194.183.199.36:8084 I'm behind a firewall my IP is 192.168.2.5 and my hostname is pc2-5.teleriviera.fr but for the rest of the world I'm adr36.teleriviera.fr / 194.183.199.36 there is Sun web server on port 80 there is in it a folder apache (link to /opt/apache_1.2.4) >Fix: I'm going to recompile apache_1.2.4 on a Tadpole / solaris 2.5 and a PC linux and install it to check if I hav >Audit-Trail: >Unformatted:
