Mailing List Archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tlug] Permissions on local Apache web testing environment



Dave's error log said:
> "[error] [client 127.0.0.1] File does not exist:
> /usr/share/javascript/touchmove.js, referer:
> http://local_website.com/top.html";

So your Apache currently thinks that when you ask it for a file at
http://local_website.com/javascript/touchmove.js
...it should look for that file at:
/usr/share/javascript/touchmove.js

That's a pretty eccentric place to expect to find a Javascript file
that's managed as
 a normal part of your website; It would be more usual for it to be
somewhere like:
/var/www/javascript/touchmove.js

If the rest of your site is currently somewhere conventional, see if
there's something in your apache config that's telling it to look in
/usr/share
for javascript files.

Alternatively, if you think /usr/share/javascript is a good place to
keep your Javascript files, move them in there...

Edmund Edgar


Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links