Hi all,
this is not a big problem but maybe someone has a solution.
In my program I generate the html code with a perl programm.
All works as expected.
I have only a minor problem.
In apache error_log I receive the error “File does not exist”
You can simulate the problem by adding an argument to the url.
If for example you call the following url:
javascript_chart_line_series_array.htm?dummy=1
Then in /var/log/apache2/error_log you have the following error:
[Fri May 29 10:06:29 2020] [error] [client 192.1.2.36] File does not exist: /srv/www/htdocs/jqwidgets/jqwidgets/styles/jqx.dummy=1.css, referer: https://www.company.com/jqwidgets/demos/Javascript%20&%20JQuery/jqxchart/javascript_chart_line_series_array.htm?dummy=1
Regards
Miche