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
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
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
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
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
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 #
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
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