Results 1 to 3 of 3
Hello there
I m learning apache for quite some time now. When the apache service is started using
Code:
service httpd start
In the
Code:
ps -el
O/p a apache ...
- 07-01-2009 #1
granting apache system user to login
Hello there
I m learning apache for quite some time now. When the apache service is started usingIn theCode:service httpd start
O/p a apache user appears on the extreme left side under the user header.Code:ps -el
I was doing some R&D and replaced the shell of apache user fom /bin/nologin to /bin/bash so that it can login like a normal system user ( also set the passwd). Now when I try to login using the username apache and the correct passwd I see that I have logged in for fraction of second and then something forcefully kills my session and again I m presented with the login screen.Only if I could understand the man pages
Registered Linux user #492640
OS: RHEL4,5 ,RH 9,Ubuntu
- 07-06-2009 #2Just Joined!
- Join Date
- Jul 2009
- Posts
- 7
env |grep TMOUT
Once you are login with apache user check 'env' variables and check if there is anything name TMOUT=*** set there. It might logout your session after some time. Also what do you see in /var/log/secure.. /var/log/messages
- 07-07-2009 #3
okies i made a very sill mistake but learned a lot from it.
In the bash seciton i manually gave it /sbin/bash but actually it is only /bin/bash
Now apache system user is able to log in.
Thans guysOnly if I could understand the man pages
Registered Linux user #492640
OS: RHEL4,5 ,RH 9,Ubuntu


Reply With Quote
