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
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" <<< !!
> 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
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
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
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
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