> Date: Sunday, November 12, 2023 21:48:57 -0500
> From: bruce
>
>
> the target url that's giving me an issue..
>
> http://161.35.5.174/wave/ current live site for now
> Symfony \ Component \ HttpKernel \ Exception \ Meth
> odNotAllowedHttpException PHP 8.2.10-2ubuntu1
> 9.52.16
> The G
Frank, I create the alias in the mod.confcat
/etc/apache2/mods-available/alias.conf
# Aliases: Add here as many aliases as you need (with no limit). The format is
# Alias fakename realname
#
# Note that if you include a trailing / on fakename then the server will
# require it to be present in the U
On Sun, Nov 12, 2023 at 6:47 PM bruce wrote:
> Hi.
>
> Setting up a test laravel app to run as a subdir:
> ie /var/www/html/wave/wave/public (index.php)
>
> the idea is to have the url
> http://1.2.3.4/wave (is this possible? or dies it need to be
> http://1.2.3.4/wave/index.php in
Hi Paul!
Thanks for the reply!!
I'm answering below (I've also resubmitted a post with a bit more data)
A couple of questions. If you have access to and root privileges on
your server, what system are you running? (# cat /etc/os-release) - I
think you said Ubuntu. Maybe # apache2 -v would
Hi.
Setting up a test laravel app to run as a subdir:
ie /var/www/html/wave/wave/public (index.php)
the idea is to have the url
http://1.2.3.4/wave (is this possible? or dies it need to be
http://1.2.3.4/wave/index.php in the url ??
I'd also like the base url to be
http://1.2.3
> Date: Sunday, November 12, 2023 00:09:54 -0500
> From: bruce
>
> ok...
> http://157.245.251.134
> --generates the default apache page..
>
>
> http://157.245.251.134/wave/
> --generates a 403 forbidden...
> from nginx!!! ok.. looks like nginx is/might be interfering
> with this... mak
A: It reverses the normal flow of conversation.
Q: What's wrong with top-posting?
A: Top-posting.
Q: What's the biggest scourge on plain text email discussions?
On 2023-11-12 00:35, bruce wrote:
ok.. weird...
appears might have been a timing thing.. i get errs..
but they're all apache errs..
ok.. weird...
appears might have been a timing thing.. i get errs..
but they're all apache errs..
except -- now shows nginx... this is weird!
On Sun, Nov 12, 2023 at 12:09 AM bruce wrote:
>
> hi...
>
> ok...
> http://157.245.251.134
> --generates the default apache page..
>
>
> http://157.245.
hi...
ok...
http://157.245.251.134
--generates the default apache page..
http://157.245.251.134/wave/
--generates a 403 forbidden...
from nginx!!! ok.. looks like nginx is/might be interfering
with this... makes sense... another person had been modifying some
things and was going to use
hi..
/etc/apache2# cat /etc/apache2/sites-available/wave.conf
ServerAdmin f...@yahoo.com
ServerName 161.35.5.174
ServerAlias temp
DocumentRoot /var/www/html/wave/wave/public
DirectoryIndex index.php /public/index.php
#Options Indexes FollowSymLinks MultiV
On Sat, Nov 11, 2023 at 10:37 PM bruce wrote:
> Weird
>
> Seems the "DocumentRoot" as displayed in
> apachectl -S
> AH00558: apache2: Could not reliably determine the server's fully
> qualified domain name, using 127.0.1.1. Set the 'ServerName' directive
> globally to suppress this message
>
Weird
Seems the "DocumentRoot" as displayed in
apachectl -S
AH00558: apache2: Could not reliably determine the server's fully
qualified domain name, using 127.0.1.1. Set the 'ServerName' directive
globally to suppress this message
VirtualHost configuration:
*:80 161.35.5.174
On Sat, Nov 11, 2023 at 9:25 PM bruce wrote:
> I wasnt sure if servername is optional, or used. Since I have no
> domain/server, I'm assuming I can the use the test ipAddress..
>
> still testing!
>
> thanks
>
> On Sat, Nov 11, 2023 at 8:46 PM Frank Gingras wrote:
> >
> >
> >
> > On Sat, Nov 11,
I wasnt sure if servername is optional, or used. Since I have no
domain/server, I'm assuming I can the use the test ipAddress..
still testing!
thanks
On Sat, Nov 11, 2023 at 8:46 PM Frank Gingras wrote:
>
>
>
> On Sat, Nov 11, 2023 at 8:41 PM bruce wrote:
>>
>> arrggg..
>>
>> Ok. something's g
On Sat, Nov 11, 2023 at 8:41 PM bruce wrote:
> arrggg..
>
> Ok. something's going on that I'm missing..
>
> I changed the wave.conf in the /etc/apache/sites-available
> /etc/apache2/sites-enabled
>
> I actually renamed the file to wave.conf1
> I did the a2dissites *.conf as well as stopped/restar
arrggg..
Ok. something's going on that I'm missing..
I changed the wave.conf in the /etc/apache/sites-available
/etc/apache2/sites-enabled
I actually renamed the file to wave.conf1
I did the a2dissites *.conf as well as stopped/restarted apache2
I then did
apachectl -S
AH00558: apache2: Could
On Sat, Nov 11, 2023 at 6:20 PM bruce wrote:
> Thanks..
>
> Tried again. Same results. As far as 2.2 directives vs 2.4.. could you
> clarify?
>
> Pretty sure this is simple.. but can't see what's missing...
>
> thanks
>
> On Sat, Nov 11, 2023 at 6:05 PM Frank Gingras wrote:
> >
> >
> >
> > On Sa
Thanks..
Tried again. Same results. As far as 2.2 directives vs 2.4.. could you clarify?
Pretty sure this is simple.. but can't see what's missing...
thanks
On Sat, Nov 11, 2023 at 6:05 PM Frank Gingras wrote:
>
>
>
> On Sat, Nov 11, 2023 at 5:46 PM bruce wrote:
>>
>> Hi Frank!!
>>
>> thanks
On Sat, Nov 11, 2023 at 5:46 PM bruce wrote:
> Hi Frank!!
>
> thanks for the reply.
>
> If you don't mind.. here's my setup
> ubuntu -- apache2
>
>
> /etc/apache2/mods-available/alias.conf
> --
> Alias /icons/ "/usr/share/apache2/ico
Hi Frank!!
thanks for the reply.
If you don't mind.. here's my setup
ubuntu -- apache2
/etc/apache2/mods-available/alias.conf
--
Alias /icons/ "/usr/share/apache2/icons/"
#Alias /wave/ "/var/www/html/wave"
Alias /wave/ "/var/www/ht
On Sat, Nov 11, 2023 at 5:16 PM bruce wrote:
> Hi.
>
> Trying to set up a test http://1.2.3.4/foo
>
> where I have a laravel/php setup
> /var/www/html/foo/foo/public <<<
>
> As far as I can tell, there should be an "alias.conf" -- foo.conf in the
> /etc/apache2/conf-availables/alias.conf
> /etc/
Hi.
Trying to set up a test http://1.2.3.4/foo
where I have a laravel/php setup
/var/www/html/foo/foo/public <<<
As far as I can tell, there should be an "alias.conf" -- foo.conf in the
/etc/apache2/conf-availables/alias.conf
/etc/apache2/sites-available/foo
and the base httpd.conf
I think th
22 matches
Mail list logo