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

[users@httpd] apache dir index question/issue

2024-07-23 Thread bruce
Hi. Trying to understand something. I have a file /etc/apache/sites-available/foo.conf I have an alias /etc/apache/mods-available/alias.conf Alias foo /var/www/html/foo The dir /var/www/html/foo has the test webapp... it has no .htaccess The sys is ubuntu, running apache2 and the /etc