<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Web Server Access: Identifying connections in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/web-server-access-identifying-connections/m-p/2849230#M579459</link>
    <description>lsof is a way to do it.&lt;BR /&gt;run &lt;BR /&gt;lsof -i tcp@your_host_name:5020&lt;BR /&gt;&lt;BR /&gt;don't have lsof -&lt;BR /&gt;&lt;A href="http://hpux.ee.ualberta.ca/hppd/hpux/Sysadmin/lsof-4.64/" target="_blank"&gt;http://hpux.ee.ualberta.ca/hppd/hpux/Sysadmin/lsof-4.64/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;0leg&lt;BR /&gt;</description>
    <pubDate>Thu, 21 Nov 2002 22:51:51 GMT</pubDate>
    <dc:creator>Oleg Zieaev_1</dc:creator>
    <dc:date>2002-11-21T22:51:51Z</dc:date>
    <item>
      <title>Web Server Access: Identifying connections</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/web-server-access-identifying-connections/m-p/2849224#M579453</link>
      <description>Hi Friends,&lt;BR /&gt;&lt;BR /&gt;I've Web server configured on HP-UX 11.0. I normally view the syslog file to identify the connection being made to the server. But when I access the server from the web through a specific port e.g, 5020, I can not see  any entry in the syslog file. &lt;BR /&gt;&lt;BR /&gt;Is there any way I can identify the connections being made to my web server?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sanjay</description>
      <pubDate>Thu, 21 Nov 2002 07:29:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/web-server-access-identifying-connections/m-p/2849224#M579453</guid>
      <dc:creator>Sanjay Verma</dc:creator>
      <dc:date>2002-11-21T07:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Web Server Access: Identifying connections</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/web-server-access-identifying-connections/m-p/2849225#M579454</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What webserver are you running ? Apache server has access logs .&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Thu, 21 Nov 2002 08:25:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/web-server-access-identifying-connections/m-p/2849225#M579454</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-11-21T08:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: Web Server Access: Identifying connections</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/web-server-access-identifying-connections/m-p/2849226#M579455</link>
      <description>try &lt;BR /&gt;netstat -an | grep 5020&lt;BR /&gt;and &lt;BR /&gt;netstat -a | grep 5020&lt;BR /&gt;&lt;BR /&gt;Your web server may have and access_log to id connections and requests also.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Thu, 21 Nov 2002 08:38:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/web-server-access-identifying-connections/m-p/2849226#M579455</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2002-11-21T08:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Web Server Access: Identifying connections</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/web-server-access-identifying-connections/m-p/2849227#M579456</link>
      <description>In apache server check  access_log and you can enable HostnameLookups On  on httpd.conf &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Nov 2002 09:58:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/web-server-access-identifying-connections/m-p/2849227#M579456</guid>
      <dc:creator>kish_1</dc:creator>
      <dc:date>2002-11-21T09:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Web Server Access: Identifying connections</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/web-server-access-identifying-connections/m-p/2849228#M579457</link>
      <description>Hello.&lt;BR /&gt;&lt;BR /&gt;You can see users connections in access_log, error_log for Apache.&lt;BR /&gt;If you want to see on the unix level, netstat or lsof -i tcp | grep -i established | grep 5020 will do the trick.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;0leg</description>
      <pubDate>Thu, 21 Nov 2002 19:33:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/web-server-access-identifying-connections/m-p/2849228#M579457</guid>
      <dc:creator>Oleg Zieaev_1</dc:creator>
      <dc:date>2002-11-21T19:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Web Server Access: Identifying connections</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/web-server-access-identifying-connections/m-p/2849229#M579458</link>
      <description>Hi Friends,&lt;BR /&gt;Web Logic 6.1 is configured on the HP-UX machine. Just like we trace the IP's connecting to the system from syslog.log file, I would like to capture the IP's connecting to my Web Logic server.</description>
      <pubDate>Thu, 21 Nov 2002 22:23:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/web-server-access-identifying-connections/m-p/2849229#M579458</guid>
      <dc:creator>Sanjay Verma</dc:creator>
      <dc:date>2002-11-21T22:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Web Server Access: Identifying connections</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/web-server-access-identifying-connections/m-p/2849230#M579459</link>
      <description>lsof is a way to do it.&lt;BR /&gt;run &lt;BR /&gt;lsof -i tcp@your_host_name:5020&lt;BR /&gt;&lt;BR /&gt;don't have lsof -&lt;BR /&gt;&lt;A href="http://hpux.ee.ualberta.ca/hppd/hpux/Sysadmin/lsof-4.64/" target="_blank"&gt;http://hpux.ee.ualberta.ca/hppd/hpux/Sysadmin/lsof-4.64/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;0leg&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Nov 2002 22:51:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/web-server-access-identifying-connections/m-p/2849230#M579459</guid>
      <dc:creator>Oleg Zieaev_1</dc:creator>
      <dc:date>2002-11-21T22:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Web Server Access: Identifying connections</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/web-server-access-identifying-connections/m-p/2849231#M579460</link>
      <description>Hi Oleg,&lt;BR /&gt;&lt;BR /&gt;I get the following output after giving the lsof command:&lt;BR /&gt;&lt;BR /&gt;#lsof -i tcp&lt;BR /&gt;&lt;BR /&gt;COMMAND   PID  USER   FD   TYPE     DEVICE SIZE/OFF NODE NAME&lt;BR /&gt;java    19920 myapp   49u  inet 0x516e7b80      0t0  TCP *:5020 (LISTEN)&lt;BR /&gt;&lt;BR /&gt;#lsof -i tcp@myhost:5020&lt;BR /&gt;=&amp;gt; NO OUTPUT&lt;BR /&gt;&lt;BR /&gt;Although the first command indicates that port 5020 is in LISTEN mode. I would like to identify as what connections (IP Address of the intruder) are being made to this port and from which IP address.</description>
      <pubDate>Thu, 21 Nov 2002 23:09:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/web-server-access-identifying-connections/m-p/2849231#M579460</guid>
      <dc:creator>Sanjay Verma</dc:creator>
      <dc:date>2002-11-21T23:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Web Server Access: Identifying connections</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/web-server-access-identifying-connections/m-p/2849232#M579461</link>
      <description>Hi Sanjay,&lt;BR /&gt;&lt;BR /&gt;WebLogic uses .properties files as it's configuration files.&lt;BR /&gt;I don't have a WebLogic manual handy, but I think that you should be able set something in that file to turn on connection logging.&lt;BR /&gt;Check your manual or access the support pages at bea.com&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 21 Nov 2002 23:13:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/web-server-access-identifying-connections/m-p/2849232#M579461</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-11-21T23:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Web Server Access: Identifying connections</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/web-server-access-identifying-connections/m-p/2849233#M579462</link>
      <description>yes Jeff, I'm digging my head in the docs and will appreciate to have your findings too.</description>
      <pubDate>Thu, 21 Nov 2002 23:54:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/web-server-access-identifying-connections/m-p/2849233#M579462</guid>
      <dc:creator>Sanjay Verma</dc:creator>
      <dc:date>2002-11-21T23:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Web Server Access: Identifying connections</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/web-server-access-identifying-connections/m-p/2849234#M579463</link>
      <description>Well, I'm not having much luck finding that exact piece of info.&lt;BR /&gt;&lt;BR /&gt;Here's the link to the 6.1 admin guide:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://edocs.bea.com/wls/docs61/adminguide/index.html" target="_blank"&gt;http://edocs.bea.com/wls/docs61/adminguide/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And here's the link to the logging section specifically:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://edocs.bea.com/wls/docs61/adminguide/logging.html#1029443" target="_blank"&gt;http://edocs.bea.com/wls/docs61/adminguide/logging.html#1029443&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;But I am not able to bring up an admin console on my WL6.1 server. The app admins have the PW - we sys admins don't.&lt;BR /&gt;&lt;BR /&gt;And here's the the section you really need - the web server section:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://edocs.bea.com/wls/docs61/adminguide/web_server.html#113868" target="_blank"&gt;http://edocs.bea.com/wls/docs61/adminguide/web_server.html#113868&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Sure looks to me like you can set this up via the Admin Console GUI.&lt;BR /&gt;&lt;BR /&gt;Sorry I couldn't be more helpful.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Nov 2002 00:53:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/web-server-access-identifying-connections/m-p/2849234#M579463</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-11-22T00:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Web Server Access: Identifying connections</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/web-server-access-identifying-connections/m-p/2849235#M579464</link>
      <description />
      <pubDate>Fri, 22 Nov 2002 03:51:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/web-server-access-identifying-connections/m-p/2849235#M579464</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-11-22T03:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Web Server Access: Identifying connections</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/web-server-access-identifying-connections/m-p/2849236#M579465</link>
      <description>Hi Siva,&lt;BR /&gt;&lt;BR /&gt;Thanks for providing the comprehensive information. I went through the complete list but could not the location where the log files are logged?&lt;BR /&gt;&lt;BR /&gt;Would you be able to indicate whether the files will be logged?&lt;BR /&gt;&lt;BR /&gt;Rgds, Sanjay&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Nov 2002 04:14:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/web-server-access-identifying-connections/m-p/2849236#M579465</guid>
      <dc:creator>Sanjay Verma</dc:creator>
      <dc:date>2002-11-22T04:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Web Server Access: Identifying connections</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/web-server-access-identifying-connections/m-p/2849237#M579466</link>
      <description>Hi Friends,&lt;BR /&gt;&lt;BR /&gt;Let me explain what the critical problem I am faxing.&lt;BR /&gt;&lt;BR /&gt;User connects to the Web Server to access the Oracle database through PeopleSoft (PIA) architecture. &lt;BR /&gt;&lt;BR /&gt;Now, users can connect to the Web Server if they are connecting through port 9000 or 9010 but not able to connect when trying to connect through port 5020 which in turns directs them to the production server. &lt;BR /&gt;&lt;BR /&gt;Any idea whey users can not see the page when connected through port 5020 but able to connect when coming through port 9000 or 9010. &lt;BR /&gt;&lt;BR /&gt;I've checked everything on the Unix box and no restrictions etc. have been defined. Also services, inetd.sec &amp;amp; inetd.conf files does not contain any specific information about these ports or services.&lt;BR /&gt;&lt;BR /&gt;Going crazyyyyyyyyyyyyyy</description>
      <pubDate>Fri, 22 Nov 2002 05:04:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/web-server-access-identifying-connections/m-p/2849237#M579466</guid>
      <dc:creator>Sanjay Verma</dc:creator>
      <dc:date>2002-11-22T05:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Web Server Access: Identifying connections</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/web-server-access-identifying-connections/m-p/2849238#M579467</link>
      <description>Hello Friends,&lt;BR /&gt;&lt;BR /&gt;Achieved the desired result. The steps mentioned in the following url is really useful:&lt;BR /&gt;&lt;A href="http://edocs.bea.com/wls/docs61/adminguide/web_server.html#113868" target="_blank"&gt;http://edocs.bea.com/wls/docs61/adminguide/web_server.html#113868&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, following the following steps to achieve the results:&lt;BR /&gt;&lt;BR /&gt;(a) Go to the respective domain directory under Weblogic folder:&lt;BR /&gt;/opt/weblogic/6.10/config/mydomain&lt;BR /&gt;&lt;BR /&gt;(b) Modify config.xml file&lt;BR /&gt;(c) Set LoggingEnabled=true&lt;BR /&gt;(d) Save and exit&lt;BR /&gt;(e) /opt/weblogic/6.10/config/mydomain/logs directory&lt;BR /&gt;(f) The new "access.log" file will be created which will contain all the access information.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Sanjay</description>
      <pubDate>Mon, 25 Nov 2002 06:22:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/web-server-access-identifying-connections/m-p/2849238#M579467</guid>
      <dc:creator>Sanjay Verma</dc:creator>
      <dc:date>2002-11-25T06:22:42Z</dc:date>
    </item>
  </channel>
</rss>

