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] Unicode Chars not working

2023-11-12 Thread Paul
Please see below, I do not top post. On 2023-11-12 17:09, Chris me wrote: Yes, the headers are the same on both, there is no header directive to set character set, as I have stated. IE, there is nothing like content="text/html; charset=iso-8859-1" /> in the header. There has to be something

RE: [users@httpd] Unicode Chars not working

2023-11-12 Thread Chris me
Yes, the headers are the same on both, there is no header directive to set character set, as I have stated. IE, there is nothing like in the header. There has to be something different in the 2 apache servers, the one that works is an older 2.4.4 and the new one is 2.4.57 that is not working ri

[users@httpd] Apache dropping Content-Length header for HEAD responses where Content-Length is 0

2023-11-12 Thread Piotr Dobrogost
Hi, Using Apache 2.4.57 on Fedora with default configuration I'm observing that for HEAD response the Content-Length header is not being sent for empty files (it is present for non-empty files). When changing HEAD to GET the header is present for such files. Sidney Shek asked very similar question

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..