[users@httpd] Issues with files accessed over NFS

2022-06-30 Thread Chris Woelkers - NOAA Federal
Although I realize that this question is more about NFS than Apache it still concerns my web server so here goes. This is at work so a bit of history first, sorry for the novel length email in advance. The set up I have was already in existence when I started my current position. The web server, r

Re: [users@httpd] Issues with files accessed over NFS

2022-06-30 Thread Bender, Charles
check the mount options for the NFS mount on apache server as well as the underlying file system on the NFS server. unless needed, set to noatime and nodiratime From: Chris Woelkers - NOAA Federal Sent: Thursday, June 30, 2022 3:07:01 PM To: users@httpd.apache.or

Re: [users@httpd] Issues with files accessed over NFS

2022-06-30 Thread Chris Woelkers - NOAA Federal
The underlying filesystem is ZFS and the drives, all 28 of them, are in good health. I'll check those options out. Thanks, Chris Woelkers IT Specialist National Oceanic and Atmospheric Administration Great Lakes Environmental Research Laboratory 4840 S State Rd | Ann Arbor, MI 48108 Office: 734-7

[users@httpd] NameVirtualHost fails

2022-06-30 Thread jnil...@jala.com
I'm using SUSE Leap 15.3 and apache2. I'm trying to get SSL to work on two hosts with the same IP address. My vhosts.config is set for the two hosts but only one actually runs. When I run systemctl status apache2.service I get a message that NameVirtualHost has no effect and will be removed. S

Re: [users@httpd] NameVirtualHost fails

2022-06-30 Thread Eric Covener
On Thu, Jun 30, 2022 at 4:28 PM jnil...@jala.com wrote: > > I'm using SUSE Leap 15.3 and apache2. I'm trying to get SSL to work on two > hosts with the same IP address. My vhosts.config is set for the two hosts but > only one actually runs. When I run systemctl status apache2.service I get a

RE: [users@httpd] NameVirtualHost fails

2022-06-30 Thread freebsd
You are missing something called virtual hosts. You are allowed one host but you can have many virtual hosts. Secondly, you should be using Leap 15.4, it sounds like you are out of date, sorry to say. If you go to your httpd.conf file then you will notice that there is a enable virtual hosts #

Re: [users@httpd] Issues with files accessed over NFS

2022-06-30 Thread Rainer Jung
Am 30.06.2022 um 21:07 schrieb Chris Woelkers - NOAA Federal: Although I realize that this question is more about NFS than Apache it still concerns my web server so here goes. This is at work so a bit of history first, sorry for the novel length email in advance. The set up I have was already

Re: [users@httpd] NameVirtualHost fails

2022-06-30 Thread Frank Gingras
That is one assumption, sure. Best to have the user run apachectl -S to confirm. For all we know, they could have defined invalid vhosts. On Thu, 30 Jun 2022 at 16:54, wrote: > You are missing something called virtual hosts. You are allowed one host > but you can have many virtual hosts. Secondl