Hi Folks, can you help me with the terms highlighed below with respect to IHS Error.log Messages:
PART 1:
1) ws_config_parser: handleLogEnd: Failed to open log file: 'c:\Program Files\IBM\WebSphere\Plugins\logs\http_plugin.log', OS Err: 3[Sat Mar 16 22:57:45 2013] [notice] Parent: Child process exited successfully.
2) [Tue Mar 19 09:34:50 2013] [error] (EAI 11001)APR does notunderstand this error code: Could not resolve host name snoop1,abc -- ignoring!
3) Parent: Sent the scoreboard to the child
4) [Mon Apr 29 11:08:32 2013] [info] mod_unique_id: using ip addr 192.168.124.1
PART 2:
From the Result Of " ps -ef |grep httpd " as below:
[root@localhost bin]# ./apachectl -k start
[root@localhost bin]# ps -ef|grep httpd
root 4504 1 1 23:39 ? 00:00:00 /home/IBMIHS110613/bin/httpd -d /home/IBMIHS110613 -k start
nobody 4505 4504 0 23:39 ? 00:00:00 /home/IBMIHS110613/bin/httpd -d /home/IBMIHS110613 -k start
nobody 4506 4504 0 23:39 ? 00:00:00 /home/IBMIHS110613/bin/httpd -d /home/IBMIHS110613 -k start
nobody 4507 4504 0 23:39 ? 00:00:00 /home/IBMIHS110613/bin/httpd -d /home/IBMIHS110613 -k start
root 4578 4439 0 23:39 pts/0 00:00:00 grep httpd
How to find The number of threads Running?
PART 3:
and also What are custom logs in IHS webserver?
What's the use of .htaccess and .htpasswd in Ihs and where do i find them.
Thank you.