Forum Moderators: phranque
[root@localhost ~]# rpm -qa | grep selinux
libselinux-1.33.4-5.5.el5
libselinux-devel-1.33.4-5.5.el5
libselinux-python-1.33.4-5.5.el5
selinux-policy-devel-2.4.6-255.el5_4.4
libselinux-utils-1.33.4-5.5.el5
selinux-policy-targeted-2.4.6-255.el5_4.4
selinux-policy-2.4.6-255.el5_4.4
[root@localhost ~]# /usr/sbin/getenforce
Disabled
[root@localhost ~]#
<?php
phpinfo();
?>
DocumentRoot "/var/www/html"
<VirtualHost *:80>
# ServerAdmin webmaster@dummy-host.example.com
# DocumentRoot /www/docs/dummy-host.example.com
DocumentRoot /home/doordie/www/html/
# ServerName dummy-host.example.com
# ErrorLog logs/dummy-host.example.com-error_log
# CustomLog logs/dummy-host.example.com-access_log common
[root@localhost ~]# /etc/init.d/httpd restart
Stopping httpd: [ OK ]
Starting httpd: [ OK ]
[root@localhost ~]#