Re: [users@httpd] Javascript xmlhttprequest send error

2024-07-03 Thread Frank Gingras
On Wed, Jul 3, 2024 at 7:49 PM Ted Hickox wrote: > And a hearty good evening everyone. Here is my Javascript code. > > var SVG_Data; > var Retrieved_Data; > var Attribute_List; > var Coordinate_List; > var Counter; > function Setup() { > SVG_Data = new XMLHttpRequest(); > SVG_Data.open

[users@httpd] Javascript xmlhttprequest send error

2024-07-03 Thread Ted Hickox
And a hearty good evening everyone. Here is my Javascript code. var SVG_Data; var Retrieved_Data; var Attribute_List; var Coordinate_List; var Counter; function Setup() { SVG_Data = new XMLHttpRequest(); SVG_Data.open("GET"," http://localhost:8080/exist/rest/db/apps/HTML_Student/SVG_Ell

Re: [users@httpd] weird/basic issue/question

2024-07-03 Thread Frank Gingras
On Wed, Jul 3, 2024 at 1:02 PM bruce wrote: > Hi frank. > > I know apache doesn't maintain php apps. > > pretty sure this isn't a php app issue, unless there's been something > cut/copy/paste in the diff apps. > > I'm actually thinking that there's something in apache configs causing > this.. giv

Re: [users@httpd] weird/basic issue/question

2024-07-03 Thread bruce
Hi frank. I know apache doesn't maintain php apps. pretty sure this isn't a php app issue, unless there's been something cut/copy/paste in the diff apps. I'm actually thinking that there's something in apache configs causing this.. given that i'm getting the issue in apache err logs, from diff a

Re: [users@httpd] weird/basic issue/question

2024-07-03 Thread Frank Gingras
On Wed, Jul 3, 2024 at 12:45 PM bruce wrote: > Hi Frank. > > It does. > > I also tried an additional test app > http://161.35.5.174/invoiceninja/ > > it also shows the "minthcm" in the error.log.. > > I've been researching this, and as of yet, haven't found a aha moment. > > I've got plenty o

Re: [users@httpd] weird/basic issue/question

2024-07-03 Thread bruce
Hi Frank. It does. I also tried an additional test app http://161.35.5.174/invoiceninja/ it also shows the "minthcm" in the error.log.. I've been researching this, and as of yet, haven't found a aha moment. I've got plenty of other test apps in the /var/www/html dirtree.. and they aren't s

Re: [users@httpd] weird/basic issue/question

2024-07-03 Thread Frank Gingras
On Wed, Jul 3, 2024 at 12:15 PM bruce wrote: > I have a test/local apache server - digitalocean instance. > > Testing a php app. I have the > /etc/sites-available > /etc/mods-available > > I stopped the service, and restarted it. > > I tested the url: > http://161.35.5.174/invoiceplane/session

[users@httpd] weird/basic issue/question

2024-07-03 Thread bruce
I have a test/local apache server - digitalocean instance. Testing a php app. I have the /etc/sites-available /etc/mods-available I stopped the service, and restarted it. I tested the url: http://161.35.5.174/invoiceplane/sessions/login I then examined the tail -50 /var/log/apache/error.lo

Re: [users@httpd] Hexadecimal representation of special characters breaking JSON logs

2024-07-03 Thread Rainer Canavan
On Tue, Jul 2, 2024 at 6:54 PM Dominic Humphries wrote: > > As per > https://httpd.apache.org/docs/current/mod/mod_log_config.html#format-notes we > see special characters getting represented in our logs by their hexadecimal > representation - \xhh > > However, we output our logs in a json form