Re: [users@httpd] apache setup/config properly..

2024-07-26 Thread bruce
hi. With the exception of the Apache2,conf files (I removed most of the comments), the vhost files are pretty much comment free with only a few commented out lines. The error logs are provided to give you/the reader the ability to compare if needed. thanks On Thu, Jul 25, 2024 at 11:49 PM Frank

Re: [users@httpd] apache setup/config properly..

2024-07-25 Thread bruce
Hi Frank. I stripped out a bunch of the comments. For each test server, I have apache.conf berat.conf for the "/var/www/html/berat" the test app causing issues *** /var/log/apache/error.logtail -200 enough to compare each server/run and some overview/steps. I can easily provide ac

Re: [users@httpd] apache setup/config properly..

2024-07-24 Thread Frank Gingras
On Wed, Jul 24, 2024 at 6:53 AM bruce wrote: > Have rwo.3 test ubuntu servers - digital ocean. > > 1st server contains the initial list of webapps to test. > Apps reside in /var/www/html/... > Apps have > chown www-data:www-data > chmod 755 > > The tgt app > /var/www/html/berat > > The vhosts

Re: [users@httpd] apache setup/config properly..

2024-07-24 Thread bruce
Have rwo.3 test ubuntu servers - digital ocean. 1st server contains the initial list of webapps to test. Apps reside in /var/www/html/... Apps have chown www-data:www-data chmod 755 The tgt app /var/www/html/berat The vhosts reside /etc/apache2/sites-available berat.conf The 2nd test srvr

Re: [users@httpd] apache setup/config properly..

2024-07-23 Thread Frank Gingras
On Tue, Jul 23, 2024 at 6:39 PM bruce wrote: > My issue? > > I'm trying to understand why having what appears to be two copies of > the same setup has one showing the dir/index, with the other showing > the err that i expect.. > > http://198.211.116.12/berat > The server is temporarily unable to

Re: [users@httpd] apache setup/config properly..

2024-07-23 Thread bruce
My issue? I'm trying to understand why having what appears to be two copies of the same setup has one showing the dir/index, with the other showing the err that i expect.. http://198.211.116.12/berat The server is temporarily unable to service your request due to maintenance downtime or capacity

Re: [users@httpd] apache setup/config properly..

2024-07-23 Thread Frank Gingras
On Tue, Jul 23, 2024 at 5:16 PM bruce wrote: > Hi Frank.. > > The 2 test servers..have pretty much the same test sites/dirs in the > /var/www/html dir... > > They have the same config files. I basically did a clone of the srvr > from digital ocean.. > > As a curiosity, I did a shutdown/restart of

Re: [users@httpd] apache setup/config properly..

2024-07-23 Thread bruce
Hi Frank.. The 2 test servers..have pretty much the same test sites/dirs in the /var/www/html dir... They have the same config files. I basically did a clone of the srvr from digital ocean.. As a curiosity, I did a shutdown/restart of both test apache server, thinking the "tail -300 /var/logs/ap

Re: [users@httpd] apache setup/config properly..

2024-07-23 Thread Frank Gingras
On Tue, Jul 23, 2024 at 2:40 PM bruce wrote: > By vhosts, I'm assuming you mean the conf files in the > /etc/apache/sites-available > /etc/apache/sites-enabled > dirs. > > I have a lot of these files. I had removed/copied then to a separate > dir, and then did a global a2dissite * to test if t

Re: [users@httpd] apache setup/config properly..

2024-07-23 Thread bruce
By vhosts, I'm assuming you mean the conf files in the /etc/apache/sites-available /etc/apache/sites-enabled dirs. I have a lot of these files. I had removed/copied then to a separate dir, and then did a global a2dissite * to test if this made a diff in that when I test the http://1.2.3.4/foo i

Re: [users@httpd] apache setup/config properly..

2024-07-23 Thread Frank Gingras
On Tue, Jul 23, 2024 at 1:29 PM bruce wrote: > Hi Frank. > > Thanks for reply. > > apachectl -S > AH00558: apache2: Could not reliably determine the server's fully > qualified domain name, using 10.10.0.9. Set the 'ServerName' directive > globally to suppress this message > VirtualHost configurat

Re: [users@httpd] apache setup/config properly..

2024-07-23 Thread bruce
Hi Frank. Thanks for reply. apachectl -S AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 10.10.0.9. Set the 'ServerName' directive globally to suppress this message VirtualHost configuration: ServerRoot: "/etc/apache2" Main DocumentRoot: "/var/www/ht

Re: [users@httpd] apache setup/config properly..

2024-07-23 Thread Frank Gingras
On Tue, Jul 23, 2024 at 12:07 PM bruce wrote: > ok. > > I've screwed something up... > > on the "working" test system > I took a "working" test site, copied it to /var/www/html/mmm > > did a 1.2.3.4/mmm in the browser -- 1.2.3.4 points to the working test > srvr.. > and I get the > "The re

[users@httpd] apache setup/config properly..

2024-07-23 Thread bruce
ok. I've screwed something up... on the "working" test system I took a "working" test site, copied it to /var/www/html/mmm did a 1.2.3.4/mmm in the browser -- 1.2.3.4 points to the working test srvr.. and I get the "The requested URL was not found on this server." (expected).. do the