Re: [users@httpd] apachectl -S question/confusion?

2024-07-24 Thread Frank Gingras
On Wed, Jul 24, 2024 at 10:22 AM bruce wrote: > Oh... > > So more or less a "dummy"/fall through location in the event the > "vhost" isn't set properly? > > so having the vhost -- berat.conf set to "/var/www/html2/berat" is > the defined docRoot.. > > On Wed, Jul 24, 2024 at 10:07 AM Eric Coven

Re: [users@httpd] apachectl -S question/confusion?

2024-07-24 Thread bruce
Oh... So more or less a "dummy"/fall through location in the event the "vhost" isn't set properly? so having the vhost -- berat.conf set to "/var/www/html2/berat" is the defined docRoot.. On Wed, Jul 24, 2024 at 10:07 AM Eric Covener wrote: > > > Main DocumentRoot: "/var/www/html" <<< !!

Re: [users@httpd] apachectl -S question/confusion?

2024-07-24 Thread Eric Covener
> Main DocumentRoot: "/var/www/html" <<< why There is an implicit global server configuration used when requests don't match any IP-based virtual host. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For ad

Re: [users@httpd] apachectl -S question/confusion?

2024-07-24 Thread Frank Gingras
On Wed, Jul 24, 2024 at 10:02 AM bruce wrote: > Hi. > > Trying to track down an issue, and I'm going back to basics to figure > out exactly what the DocRoot should be for my test. > > I've copied my test site to "/var/www/html2/berat" > > I've got the vhost file in > /etc/apache2/sites-available

[users@httpd] apachectl -S question/confusion?

2024-07-24 Thread bruce
Hi. Trying to track down an issue, and I'm going back to basics to figure out exactly what the DocRoot should be for my test. I've copied my test site to "/var/www/html2/berat" I've got the vhost file in /etc/apache2/sites-available/berat.conf in the file I have documentroot /var/www/html

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