View previous topic :: View next topic |
Author |
Message |
o5gmmob8 Guru
Joined: 17 Oct 2003 Posts: 507
|
Posted: Thu Sep 16, 2004 6:47 pm Post subject: images won't load unless viewed first |
|
|
Hi,
Another strange thing on my server is that images used in html files are not being loaded unless they are cached first - If I view the image, and then go back to the index.html page, everything shows up fine. Please let me know what I can do or look for the problem.
I am running apache 2.0.51.
Thanks,
Walter
Last edited by o5gmmob8 on Fri Sep 17, 2004 12:43 pm; edited 1 time in total |
|
Back to top |
|
|
Tsonn Guru
Joined: 03 Jun 2004 Posts: 550
|
Posted: Thu Sep 16, 2004 7:21 pm Post subject: |
|
|
What are you viewing the page with? (i.e. what browser)
This sounds like a known bug in some versions of IE, for example. _________________ If your question was answered, please edit the first post and add [SOLVED] to the title. Thanks! |
|
Back to top |
|
|
o5gmmob8 Guru
Joined: 17 Oct 2003 Posts: 507
|
Posted: Thu Sep 16, 2004 8:38 pm Post subject: image /css loading problem |
|
|
Hi,
It is with any version of IE, Konqueror, Mozilla Firefox... so it appears to me that the problem lies in the server, not the browser.
Walter |
|
Back to top |
|
|
Tsonn Guru
Joined: 03 Jun 2004 Posts: 550
|
Posted: Thu Sep 16, 2004 8:41 pm Post subject: |
|
|
Is it a public server (can we look at the page)?
Have you tried downloading the page with wget? It might give some useful error messages... _________________ If your question was answered, please edit the first post and add [SOLVED] to the title. Thanks! |
|
Back to top |
|
|
o5gmmob8 Guru
Joined: 17 Oct 2003 Posts: 507
|
Posted: Thu Sep 16, 2004 9:07 pm Post subject: css problems |
|
|
Hi,
It is public; however, it is secured with WebISO. I am removing the noexec for /tmp to see if that may be the problem.
Walter |
|
Back to top |
|
|
o5gmmob8 Guru
Joined: 17 Oct 2003 Posts: 507
|
Posted: Thu Sep 16, 2004 9:18 pm Post subject: image loading problem |
|
|
Hi,
images load fine for web root.
I have funny permissions so they can ftp files into their directory.
owner: ftpuser
group: apache
The permissions are 750 or 770 in some cases, so the file should be readable. I also have an alias problem, so I have symbolic links to the real directories:
/var/www/localhost/htdocs/users -> /var/www/IS/users
/var/www/localhost/htdocs/classes -> /var/www/IS/classes
I do this so I can chroot the faculty when they ftp to /var/www/IS/ and look at class submissions and all of the users.
Apache also does not list directory contents which I need to enable so faculty can just click on files.
Walter |
|
Back to top |
|
|
o5gmmob8 Guru
Joined: 17 Oct 2003 Posts: 507
|
Posted: Fri Sep 17, 2004 10:53 pm Post subject: image loading problems |
|
|
Hi all,
It was a configuration issue with WebISO, a directive wasn't specified - PubcookieAppID some_id, and wouldn't allow access to subfolders.
Walter |
|
Back to top |
|
|
Tsonn Guru
Joined: 03 Jun 2004 Posts: 550
|
Posted: Fri Sep 17, 2004 11:15 pm Post subject: |
|
|
Glad you fixed it.
Good thing you did, there was no chance of me getting that _________________ If your question was answered, please edit the first post and add [SOLVED] to the title. Thanks! |
|
Back to top |
|
|
|