Re: [users@httpd] httpd 2.4.25-1.fc25 avoiding search permission errors across file systems Fedora 25 linux

2017-03-05 Thread David B Snyder
I have tried. I don't have iname,so I have tried setting up each directory. / works (gets the directory listing) /mnt works /mnt/Workspace doesn't work 403 Forbidden, yet I see no difference in the permissions, they are all r-x for group and world. That is where it crosses file systems.

Re: [users@httpd] httpd 2.4.25-1.fc25 avoiding search permission errors across file systems Fedora 25 linux

2017-03-05 Thread Robert Moskowitz
Are you running SELinux? Have you done the needed: chcon -R -t httpd_sys_content_rw_t /diretory commands? On 03/05/2017 05:48 PM, David B Snyder wrote: I am trying to set up httpd across several file systems on a Fedora 25 Linux system, and I'm doing something wrong. I haven't succeeded

Re: [users@httpd] httpd 2.4.25-1.fc25 avoiding search permission errors across file systems Fedora 25 linux

2017-03-05 Thread Eric Covener
On Sun, Mar 5, 2017 at 5:48 PM, David B Snyder wrote: > Thanks for any advice You need to check every component of the path, such as the output of namei -m /mnt/Workspace/snyder/www/index.html -- Eric Covener cove...@gmail.com

[users@httpd] httpd 2.4.25-1.fc25 avoiding search permission errors across file systems Fedora 25 linux

2017-03-05 Thread David B Snyder
I am trying to set up httpd across several file systems on a Fedora 25 Linux system, and I'm doing something wrong. I haven't succeeded in getting httpd to serve pages across the mounted file systems. example errors: [Sun Mar 05 13:31:50.628070 2017] [core:error] [pid 1001] (13)Permission

[users@httpd] Help with rewriterule

2017-03-05 Thread Robert Moskowitz
Hello, This is for Apache 2.4 on Centos7. I am migrating from Apache 2.2 on Centos6. I want to support redirecting all webmail queries to https. for either queries to: webmail.foo.com or foo.com/webmail My old rules were: ServerName webmail.htt-consult.com ServerAlias webmail