[CentOS] httpd on centos 7

2014-10-23 Thread Jerry Geis
I have read the info on apache 2.4... I added to the bottom of httpd.conf these lines (and restarted httpd) - Directory /var/www/html # old 2.2 config # Order Allow,Deny # Allow from all AllowOverride None Require all granted /Directory Directory

Re: [CentOS] httpd on centos 7

2014-10-23 Thread Johnny Hughes
On 10/23/2014 07:21 AM, Jerry Geis wrote: I have read the info on apache 2.4... I added to the bottom of httpd.conf these lines (and restarted httpd) - Directory /var/www/html # old 2.2 config # Order Allow,Deny # Allow from all AllowOverride None Require all

Re: [CentOS] httpd on centos 7

2014-10-23 Thread Jerry Geis
Lots of potential issues: 1. /home/ is not labeled correctly for httpd stuff if selinux is on. You would need to chcon the /public_html/ dir to label it for httpd 2. if that is a user's home, it likely got created looking like this: drwx--. 132 jhughes jhughes 12288 Oct 23 06:21 jhughes

Re: [CentOS] httpd on centos 7

2014-10-23 Thread Jerry Geis
I stumbled into it based on Johnny's reply... Got me thinking that there must be a new control for per user directories. And there is conf.d/userdir.conf had per user disabled. Thanks Johnny. Jerry ___ CentOS mailing list CentOS@centos.org