PDA

View Full Version : SE-Linux help...


exit
4th May 2008, 08:38 PM
I have at home server apache2.2 on ip 192.168.1.105 and when I try to connect on it from 192.168.1.100 I can not becouse of Se-Linux. If I disable SE-linux everythink is ok. Would you tell me some1 how I can set up that SE-Linux???? Thank you.

pete_1967
4th May 2008, 09:33 PM
Open terminal, login as root and type:

touch /.autorelabel

if your pages are in /var/www/html and reboot.

If not, do forum search for 'selinux' to find info on how to relabel your home httpd directory correctly.

Also read:http://fedoraproject.org/wiki/SELinux/apache and http://www.nsa.gov/selinux/

exit
6th May 2008, 09:26 AM

Thank you pete_1967 that touch /.autorelabel helped my. Now I will find what that command did.