Re: [users@httpd] Unable to load javascript files with the apache configuration file

2022-04-03 Thread Frank Gingras
refers to the full filesystem path. I strongly doubt that you have /jscripts/ on your system. On Sun, 3 Apr 2022 at 03:45, SAJESH PC wrote: > Hi all, > I got it corrected by changing to "/jscripts/">. What is the real problem here? > regards > > > On Sat, Apr 2, 2022 at 2:39 AM Ruben Safir

Re: [users@httpd] Unable to load javascript files with the apache configuration file

2022-04-03 Thread SAJESH PC
Hi all, I got it corrected by changing to . What is the real problem here? regards On Sat, Apr 2, 2022 at 2:39 AM Ruben Safir wrote: > On 3/30/22 14:17, SAJESH PC wrote: > > Iam sharing a screenshot of the browser console errors. Hope this helps. > > > > fwiw apache looks like it is working

Re: [users@httpd] Unable to load javascript files with the apache configuration file

2022-04-01 Thread Ruben Safir
On 3/30/22 14:17, SAJESH PC wrote: > Iam sharing a screenshot of the browser console errors. Hope this helps. > fwiw apache looks like it is working just file and it is not a great idea to send images on mailing lists. > On Wed, Mar 30, 2022 at 8:14 PM Richard >

Re: [users@httpd] Unable to load javascript files with the apache configuration file

2022-03-30 Thread Tatsuki Makino
Hello. I understood why everyone was having a hard time :) With the default log level, no error log seems to be written in case of a 404 error. As far as that access log is concerned, Does teacherregister.php exist in /var/www/html ? If so, do /var/www/html/javascript/*.js exist? We would like

Re: [users@httpd] Unable to load javascript files with the apache configuration file

2022-03-30 Thread SAJESH PC
Hi Iam sharing the /var/log/apache2/access.log. regards Sajesh On Thu, Mar 31, 2022 at 12:53 AM Paul wrote: > On 2022-03-30 2:17 p.m., SAJESH PC wrote: > > Iam sharing a screenshot of the browser console errors. Hope this helps. > > Probably not an apache error. In the section of your HTML,

Re: [users@httpd] Unable to load javascript files with the apache configuration file

2022-03-30 Thread Frank Gingras
As well, do not forget that you will need to bump the log level to see useful details about 404 errors on 2.4. On Wed, 30 Mar 2022 at 15:23, Paul wrote: > On 2022-03-30 2:17 p.m., SAJESH PC wrote: > > Iam sharing a screenshot of the browser console errors. Hope this helps. > > Probably not an

Re: [users@httpd] Unable to load javascript files with the apache configuration file

2022-03-30 Thread Paul
On 2022-03-30 2:17 p.m., SAJESH PC wrote: Iam sharing a screenshot of the browser console errors. Hope this helps. Probably not an apache error. In the section of your HTML, you should have something like: and it might be that you've just got the path wrong. Otherwise pleas send, as

Re: [users@httpd] Unable to load javascript files with the apache configuration file

2022-03-30 Thread SAJESH PC
Iam sharing a screenshot of the browser console errors. Hope this helps. On Wed, Mar 30, 2022 at 8:14 PM Richard wrote: > > > > Date: Wednesday, March 30, 2022 15:57:52 +0530 > > From: SAJESH PC > > > > Hi, > > I have set up a http server with the configuration given as > > attachment. But it

Re: [users@httpd] Unable to load javascript files with the apache configuration file

2022-03-30 Thread Richard
> Date: Wednesday, March 30, 2022 15:57:52 +0530 > From: SAJESH PC > > Hi, > I have set up a http server with the configuration given as > attachment. But it is not serving javascript files from the folder > javascript. It is giving a 404 return code. The real intention here > is that the