Re: [users@httpd] Ubuntu/Apache2/laravel - test project setup in subdirs

2023-11-13 Thread Richard
> 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

Re: [users@httpd] Ubuntu/Apache2/laravel - test project setup in subdirs

2023-11-12 Thread bruce
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

Re: [users@httpd] Ubuntu/Apache2/laravel - test project setup in subdirs

2023-11-12 Thread Frank Gingras
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

Re: [users@httpd] ubuntu apache2

2023-11-12 Thread bruce
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

[users@httpd] Ubuntu/Apache2/laravel - test project setup in subdirs

2023-11-12 Thread bruce
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

Re: [users@httpd] ubuntu apache2

2023-11-12 Thread Richard
> 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

Re: [users@httpd] ubuntu apache2

2023-11-12 Thread Paul
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..

Re: [users@httpd] ubuntu apache2

2023-11-11 Thread bruce
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.

Re: [users@httpd] ubuntu apache2

2023-11-11 Thread bruce
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

Re: [users@httpd] ubuntu apache2

2023-11-11 Thread bruce
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

Re: [users@httpd] ubuntu apache2

2023-11-11 Thread Frank Gingras
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 >

Re: [users@httpd] ubuntu apache2

2023-11-11 Thread bruce
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

Re: [users@httpd] ubuntu apache2

2023-11-11 Thread Frank Gingras
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,

Re: [users@httpd] ubuntu apache2

2023-11-11 Thread bruce
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

Re: [users@httpd] ubuntu apache2

2023-11-11 Thread Frank Gingras
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

Re: [users@httpd] ubuntu apache2

2023-11-11 Thread bruce
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

Re: [users@httpd] ubuntu apache2

2023-11-11 Thread Frank Gingras
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

Re: [users@httpd] ubuntu apache2

2023-11-11 Thread bruce
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

Re: [users@httpd] ubuntu apache2

2023-11-11 Thread Frank Gingras
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

Re: [users@httpd] ubuntu apache2

2023-11-11 Thread bruce
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

Re: [users@httpd] ubuntu apache2

2023-11-11 Thread Frank Gingras
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/

[users@httpd] ubuntu apache2

2023-11-11 Thread bruce
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