|
|
|
|
||||||
| alt.apache.configuration Apache web server configuration issues. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
None of my image files display properly on my pages.
If I call the image directly by the url: http://w/db/themes/original/img/b_home.png The contents of the page is not the image itself but rather a text string with the url of the image: http://w/db/themes/original/img/b_home.png jpg, png, gif, it doesn't matter. FYI, w is the hostname for my local testing server. DNS translates it to http://192.168.1.10/db/themes/original/img/b_home.png Incidentally, if I use that for the url it shows this text: http://192.168.1.10/db/themes/original/img/b_home.png No image, though. It's not a 404 either. Very strange. Any ideas? |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
On 11 mai, 21:46, Matthew256 <PRESENT...@gmail.com> wrote:
> None of my image files display properly on my pages. > If I call the image directly by the url:http://w/db/themes/original/img/b_home.png > > The contents of the page is not the image itself but rather a text > string with the url of the image:http://w/db/themes/original/img/b_home.png > > jpg, png, gif, it doesn't matter. > > FYI, w is the hostname for my local testing server. > DNS translates it tohttp://192.168.1.10/db/themes/original/img/b_home.png > > Incidentally, if I use that for the url it shows this text:http://192.168.1.10/db/themes/original/img/b_home.png > > No image, though. > > It's not a 404 either. Very strange. > > Any ideas? Hi Matthew, I'm not sure I understood your question well. Did you type the URL in the address bar of your navigator (this is what I assume) or is your "http://....." URL written in the html file? In the second case, see the HTML code below. > The contents of the page is not the image itself but rather a text > string with the url of the image:http://w/db/themes/original/img/b_home.png You mean the page returned by the server? It would be nice if you posted the concerned subset of your httpd.conf file, so we can better see. ------------------------------------------------------------------- Try with this content in your HTML document: <html> <head> </head> <body> <img src="your image path here"> </body> </html> |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
On May 12, 9:13 am, geomet...@fastmail.fm wrote:
> On 11 mai, 21:46, Matthew256 <PRESENT...@gmail.com> wrote: > > > > > None of my image files display properly on my pages. > > If I call the image directly by the url:http://w/db/themes/original/img/b_home.png > > > The contents of the page is not the image itself but rather a text > > string with the url of the image:http://w/db/themes/original/img/b_home.png > > > jpg, png, gif, it doesn't matter. > > > FYI, w is the hostname for my local testing server. > > DNS translates it tohttp://192.168.1.10/db/themes/original/img/b_home.png > > > Incidentally, if I use that for the url it shows this text:http://192.168.1.10/db/themes/original/img/b_home.png > > > No image, though. > > > It's not a 404 either. Very strange. > > > Any ideas? > > Hi Matthew, > > I'm not sure I understood your question well. Did you type the URL in > the address bar of your navigator (this is what I assume) or is your > "http://....." URL written in the html file? In the second case, see > the HTML code below. > > > The contents of the page is not the image itself but rather a text > > string with the url of the image:http://w/db/themes/original/img/b_home.png > > You mean the page returned by the server? > > It would be nice if you posted the concerned subset of your httpd.conf > file, so we can better see. > > ------------------------------------------------------------------- > Try with this content in your HTML document: > <html> > <head> > </head> > <body> > <img src="your image path here"> > </body> > </html> Sorry to be unclear. These screenshots should make things clear: http://www.osbornewood.com/screen.gif Here's the httpd.conf for my local test server: http://www.osbornewood.com/httpd.conf.txt |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
On May 12, 2:32 pm, Matthew256 <PRESENT...@gmail.com> wrote:
> On May 12, 9:13 am, geomet...@fastmail.fm wrote: > > > > > On 11 mai, 21:46, Matthew256 <PRESENT...@gmail.com> wrote: > > > > None of my image files display properly on my pages. > > > If I call the image directly by the url:http://w/db/themes/original/img/b_home.png > > > > The contents of the page is not the image itself but rather a text > > > string with the url of the image:http://w/db/themes/original/img/b_home.png > > > > jpg, png, gif, it doesn't matter. > > > > FYI, w is the hostname for my local testing server. > > > DNS translates it tohttp://192.168.1.10/db/themes/original/img/b_home.png > > > > Incidentally, if I use that for the url it shows this text:http://192.168.1.10/db/themes/original/img/b_home.png > > > > No image, though. > > > > It's not a 404 either. Very strange. > > > > Any ideas? > > > Hi Matthew, > > > I'm not sure I understood your question well. Did you type the URL in > > the address bar of your navigator (this is what I assume) or is your > > "http://....." URL written in the html file? In the second case, see > > the HTML code below. > > > > The contents of the page is not the image itself but rather a text > > > string with the url of the image:http://w/db/themes/original/img/b_home.png > > > You mean the page returned by the server? > > > It would be nice if you posted the concerned subset of your httpd.conf > > file, so we can better see. > > > ------------------------------------------------------------------- > > Try with this content in your HTML document: > > <html> > > <head> > > </head> > > <body> > > <img src="your image path here"> > > </body> > > </html> > > Sorry to be unclear. These screenshots should make things clear:http://www.osbornewood.com/screen.gif > > Here's the httpd.conf for my local test server:http://www.osbornewood.com/httpd.conf.txt this is very likely a problem with the setup of the app you are using, rather than a server issue, to test this guess copy an image called image.png to a place next to the html you have in your screenshot. and write img src="image.png" my guess it will work, there may be a script in between the image you are trying to get to and the application is returning that text when the image isnt found. ps. loveing the quote, see zechariah12,10 |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
On May 13, 8:41 am, shimmyshack <matt.fa...@gmail.com> wrote:
> On May 12, 2:32 pm, Matthew256 <PRESENT...@gmail.com> wrote: > > > > > On May 12, 9:13 am, geomet...@fastmail.fm wrote: > > > > On 11 mai, 21:46, Matthew256 <PRESENT...@gmail.com> wrote: > > > > > None of my image files display properly on my pages. > > > > If I call the image directly by the url:http://w/db/themes/original/img/b_home.png > > > > > The contents of the page is not the image itself but rather a text > > > > string with the url of the image:http://w/db/themes/original/img/b_home.png > > > > > jpg, png, gif, it doesn't matter. > > > > > FYI, w is the hostname for my local testing server. > > > > DNS translates it tohttp://192.168.1.10/db/themes/original/img/b_home.png > > > > > Incidentally, if I use that for the url it shows this text:http://192.168.1.10/db/themes/original/img/b_home.png > > > > > No image, though. > > > > > It's not a 404 either. Very strange. > > > > > Any ideas? > > > > Hi Matthew, > > > > I'm not sure I understood your question well. Did you type the URL in > > > the address bar of your navigator (this is what I assume) or is your > > > "http://....." URL written in the html file? In the second case, see > > > the HTML code below. > > > > > The contents of the page is not the image itself but rather a text > > > > string with the url of the image:http://w/db/themes/original/img/b_home.png > > > > You mean the page returned by the server? > > > > It would be nice if you posted the concerned subset of your httpd.conf > > > file, so we can better see. > > > > ------------------------------------------------------------------- > > > Try with this content in your HTML document: > > > <html> > > > <head> > > > </head> > > > <body> > > > <img src="your image path here"> > > > </body> > > > </html> > > > Sorry to be unclear. These screenshots should make things clear:http://www.osbornewood.com/screen.gif > > > Here's the httpd.conf for my local test server:http://www.osbornewood.com/httpd.conf.txt > > this is very likely a problem with the setup of the app you are using, > rather than a server issue, > to test this guess copy an image called image.png to a place next to > the html you have in your screenshot. and write img src="image.png" > my guess it will work, I do not think this is the case. It is not just this app; it is all images on my server. Just to test, I put screen.gif in the same folder as test.htm as you suggested. I used the following code. However, the results were the same as described my previous screenshot and post. <html> <head> </head> <body> <img src="screen.gif"> </body> </html> > there may be a script in between the image you are trying to get to > and the application is returning that text when the image isnt found. I'm scratching my head here too. It's a clean install of Red Hat 5; I don't know of any application that I installed that would do this. > ps. loveing the quote, see zechariah12,10 I'm not sure what you mean... By the way, thanks for looking in to this situation for me ![]() |
|
|
|
#6 |
|
Messages: n/a
Hébergeur: |
On May 13, 2:02 pm, Matthew256 <PRESENT...@gmail.com> wrote:
> On May 13, 8:41 am, shimmyshack <matt.fa...@gmail.com> wrote: > > > > > On May 12, 2:32 pm, Matthew256 <PRESENT...@gmail.com> wrote: > > > > On May 12, 9:13 am, geomet...@fastmail.fm wrote: > > > > > On 11 mai, 21:46, Matthew256 <PRESENT...@gmail.com> wrote: > > > > > > None of my image files display properly on my pages. > > > > > If I call the image directly by the url:http://w/db/themes/original/img/b_home.png > > > > > > The contents of the page is not the image itself but rather a text > > > > > string with the url of the image:http://w/db/themes/original/img/b_home.png > > > > > > jpg, png, gif, it doesn't matter. > > > > > > FYI, w is the hostname for my local testing server. > > > > > DNS translates it tohttp://192.168.1.10/db/themes/original/img/b_home.png > > > > > > Incidentally, if I use that for the url it shows this text:http://192.168.1.10/db/themes/original/img/b_home.png > > > > > > No image, though. > > > > > > It's not a 404 either. Very strange. > > > > > > Any ideas? > > > > > Hi Matthew, > > > > > I'm not sure I understood your question well. Did you type the URL in > > > > the address bar of your navigator (this is what I assume) or is your > > > > "http://....." URL written in the html file? In the second case, see > > > > the HTML code below. > > > > > > The contents of the page is not the image itself but rather a text > > > > > string with the url of the image:http://w/db/themes/original/img/b_home.png > > > > > You mean the page returned by the server? > > > > > It would be nice if you posted the concerned subset of your httpd.conf > > > > file, so we can better see. > > > > > ------------------------------------------------------------------- > > > > Try with this content in your HTML document: > > > > <html> > > > > <head> > > > > </head> > > > > <body> > > > > <img src="your image path here"> > > > > </body> > > > > </html> > > > > Sorry to be unclear. These screenshots should make things clear:http://www.osbornewood.com/screen.gif > > > > Here's the httpd.conf for my local test server:http://www.osbornewood.com/httpd.conf.txt > > > this is very likely a problem with the setup of the app you are using, > > rather than a server issue, > > to test this guess copy an image called image.png to a place next to > > the html you have in your screenshot. and write img src="image.png" > > my guess it will work, > > I do not think this is the case. It is not just this app; it is all > images on my server. > Just to test, I put screen.gif in the same folder as test.htm as you > suggested. I used the following code. However, the results were the > same as described my previous screenshot and post. > > <html> > <head> > </head> > <body> > <img src="screen.gif"> > </body> > </html> > > > there may be a script in between the image you are trying to get to > > and the application is returning that text when the image isnt found. > > I'm scratching my head here too. > It's a clean install of Red Hat 5; I don't know of any application > that I installed that would do this. > > > ps. loveing the quote, see zechariah12,10 > > I'm not sure what you mean... > > By the way, thanks for looking in to this situation for me ![]() no it is very odd, but I would definately not be using red hat five - why not the latest fedora? I cant except to say that the image url is sometimes displayed by ff when the imaeg contains errors this can occur if there are MTU or network issues, can you install wireshark on that OS, or on the pc you are testing from and look at the packets, or a fiddlertool proxy on the testing pc and look at the headers to see whether the url is coming from the server or from the browser. tarra for now regarding ps. matthew25v6 - thats what i thought your nickname was referring to, its a bible prophecy just as zechariah 12v10 and zechariah 14 are! |
|
|
|
#7 |
|
Messages: n/a
Hébergeur: |
On May 13, 9:23 am, shimmyshack <matt.fa...@gmail.com> wrote:
> On May 13, 2:02 pm, Matthew256 <PRESENT...@gmail.com> wrote: > > > > > On May 13, 8:41 am, shimmyshack <matt.fa...@gmail.com> wrote: > > > > On May 12, 2:32 pm, Matthew256 <PRESENT...@gmail.com> wrote: > > > > > On May 12, 9:13 am, geomet...@fastmail.fm wrote: > > > > > > On 11 mai, 21:46, Matthew256 <PRESENT...@gmail.com> wrote: > > > > > > > None of my image files display properly on my pages. > > > > > > If I call the image directly by the url:http://w/db/themes/original/img/b_home.png > > > > > > > The contents of the page is not the image itself but rather a text > > > > > > string with the url of the image:http://w/db/themes/original/img/b_home.png > > > > > > > jpg, png, gif, it doesn't matter. > > > > > > > FYI, w is the hostname for my local testing server. > > > > > > DNS translates it tohttp://192.168.1.10/db/themes/original/img/b_home.png > > > > > > > Incidentally, if I use that for the url it shows this text:http://192.168.1.10/db/themes/original/img/b_home.png > > > > > > > No image, though. > > > > > > > It's not a 404 either. Very strange. > > > > > > > Any ideas? > > > > > > Hi Matthew, > > > > > > I'm not sure I understood your question well. Did you type the URL in > > > > > the address bar of your navigator (this is what I assume) or is your > > > > > "http://....." URL written in the html file? In the second case, see > > > > > the HTML code below. > > > > > > > The contents of the page is not the image itself but rather a text > > > > > > string with the url of the image:http://w/db/themes/original/img/b_home.png > > > > > > You mean the page returned by the server? > > > > > > It would be nice if you posted the concerned subset of your httpd.conf > > > > > file, so we can better see. > > > > > > ------------------------------------------------------------------- > > > > > Try with this content in your HTML document: > > > > > <html> > > > > > <head> > > > > > </head> > > > > > <body> > > > > > <img src="your image path here"> > > > > > </body> > > > > > </html> > > > > > Sorry to be unclear. These screenshots should make things clear:http://www.osbornewood.com/screen.gif > > > > > Here's the httpd.conf for my local test server:http://www.osbornewood.com/httpd.conf.txt > > > > this is very likely a problem with the setup of the app you are using, > > > rather than a server issue, > > > to test this guess copy an image called image.png to a place next to > > > the html you have in your screenshot. and write img src="image.png" > > > my guess it will work, > > > I do not think this is the case. It is not just this app; it is all > > images on my server. > > Just to test, I put screen.gif in the same folder as test.htm as you > > suggested. I used the following code. However, the results were the > > same as described my previous screenshot and post. > > > <html> > > <head> > > </head> > > <body> > > <img src="screen.gif"> > > </body> > > </html> > > > > there may be a script in between the image you are trying to get to > > > and the application is returning that text when the image isnt found. > > > I'm scratching my head here too. > > It's a clean install of Red Hat 5; I don't know of any application > > that I installed that would do this. > > > > ps. loveing the quote, see zechariah12,10 > > > I'm not sure what you mean... > > > By the way, thanks for looking in to this situation for me ![]() > > no it is very odd, but I would definately not be using red hat five - > why not the latest fedora? Mostly ignorance. I'm new to the Linux world and got suckered in to buying a copy ![]() Seriously, my live server will be Red Hat and I want my beta server to match. > I cant except to say that the image url is sometimes displayed by > ff when the imaeg contains errors Wow! That does . I did View Source and it was empty. wget confirms this. # wget w/screen.gif --11:26:26-- http://w/screen.gif Resolving w... 192.168.1.10 Connecting to w|192.168.1.10|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 69261 (68K) [image/gif] Saving to: `screen.gif' 0% [ ] 0 --.-K/s in 0s 11:26:26 (0.00 B/s) - Connection closed at byte 0. Retrying. --11:26:27-- (try: 2) http://w/screen.gif etc. > this can occur if there are MTU or network issues, > can you install wireshark on that OS, or on the pc you are testing > from and look at the packets, or a fiddlertool proxy on the testing pc > and look at the headers to see whether the url is coming from the > server or from the browser. Good call! I used Live HTTP Headers with Firefox. Content-Length: 69261 is the correct file size for screen.gif These two items look very strange: HTTP/1.x 206 Partial Content Connection: close GET /temp.htm HTTP/1.1 Host: w User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv: 1.8.1.3) Gecko/20070309 Firefox/2.0.0.3 Accept: text/xml,application/xml,application/xhtml+xml,text/ html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 300 Connection: keep-alive : PHPSESSID=08g9r7jikc3jd3oim4upgb54e7 If-Modified-Since: Sun, 13 May 2007 12:55:11 GMT If-None-Match: "11faaf-57-82c4c9c0" Cache-Control: max-age=0 HTTP/1.x 304 Not Modified Date: Sun, 13 May 2007 15:20:20 GMT Server: Apache/2.2.3 (Red Hat) Connection: close Etag: "11faaf-57-82c4c9c0" ---------------------------------------------------------- http://w/screen.gif GET /screen.gif HTTP/1.1 Host: w User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv: 1.8.1.3) Gecko/20070309 Firefox/2.0.0.3 Accept: image/png,*/*;q=0.5 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 300 Connection: keep-alive Referer: http://w/temp.htm : PHPSESSID=08g9r7jikc3jd3oim4upgb54e7 Range: bytes=0- If-Range: "121078-10e8d-dda07600" Cache-Control: max-age=0 HTTP/1.x 206 Partial Content Date: Sun, 13 May 2007 15:20:20 GMT Server: Apache/2.2.3 (Red Hat) Last-Modified: Sat, 12 May 2007 13:28:56 GMT Etag: "121078-10e8d-dda07600" Accept-Ranges: bytes Content-Length: 69261 Content-Range: bytes 0-69260/69261 Connection: close Content-Type: image/gif ---------------------------------------------------------- > regarding ps. matthew25v6 - thats what i thought your nickname was > referring to, its a bible prophecy just as zechariah 12v10 and > zechariah 14 are! Gotcha. Actually, it's just my name followed by three random numbers. But, I have no problem with it being taken to refer to Bible prophesy ![]() |
|
|
|
#8 |
|
Messages: n/a
Hébergeur: |
On May 13, 5:38 pm, Matthew256 <PRESENT...@gmail.com> wrote:
> On May 13, 9:23 am, shimmyshack <matt.fa...@gmail.com> wrote: > > > > > On May 13, 2:02 pm, Matthew256 <PRESENT...@gmail.com> wrote: > > > > On May 13, 8:41 am, shimmyshack <matt.fa...@gmail.com> wrote: > > > > > On May 12, 2:32 pm, Matthew256 <PRESENT...@gmail.com> wrote: > > > > > > On May 12, 9:13 am, geomet...@fastmail.fm wrote: > > > > > > > On 11 mai, 21:46, Matthew256 <PRESENT...@gmail.com> wrote: > > > > > > > > None of my image files display properly on my pages. > > > > > > > If I call the image directly by the url:http://w/db/themes/original/img/b_home.png > > > > > > > > The contents of the page is not the image itself but rather a text > > > > > > > string with the url of the image:http://w/db/themes/original/img/b_home.png > > > > > > > > jpg, png, gif, it doesn't matter. > > > > > > > > FYI, w is the hostname for my local testing server. > > > > > > > DNS translates it tohttp://192.168.1.10/db/themes/original/img/b_home.png > > > > > > > > Incidentally, if I use that for the url it shows this text:http://192.168.1.10/db/themes/original/img/b_home.png > > > > > > > > No image, though. > > > > > > > > It's not a 404 either. Very strange. > > > > > > > > Any ideas? > > > > > > > Hi Matthew, > > > > > > > I'm not sure I understood your question well. Did you type the URL in > > > > > > the address bar of your navigator (this is what I assume) or is your > > > > > > "http://....." URL written in the html file? In the second case, see > > > > > > the HTML code below. > > > > > > > > The contents of the page is not the image itself but rather a text > > > > > > > string with the url of the image:http://w/db/themes/original/img/b_home.png > > > > > > > You mean the page returned by the server? > > > > > > > It would be nice if you posted the concerned subset of your httpd.conf > > > > > > file, so we can better see. > > > > > > > ------------------------------------------------------------------- > > > > > > Try with this content in your HTML document: > > > > > > <html> > > > > > > <head> > > > > > > </head> > > > > > > <body> > > > > > > <img src="your image path here"> > > > > > > </body> > > > > > > </html> > > > > > > Sorry to be unclear. These screenshots should make things clear:http://www.osbornewood.com/screen.gif > > > > > > Here's the httpd.conf for my local test server:http://www.osbornewood.com/httpd.conf.txt > > > > > this is very likely a problem with the setup of the app you are using, > > > > rather than a server issue, > > > > to test this guess copy an image called image.png to a place next to > > > > the html you have in your screenshot. and write img src="image.png" > > > > my guess it will work, > > > > I do not think this is the case. It is not just this app; it is all > > > images on my server. > > > Just to test, I put screen.gif in the same folder as test.htm as you > > > suggested. I used the following code. However, the results were the > > > same as described my previous screenshot and post. > > > > <html> > > > <head> > > > </head> > > > <body> > > > <img src="screen.gif"> > > > </body> > > > </html> > > > > > there may be a script in between the image you are trying to get to > > > > and the application is returning that text when the image isnt found. > > > > I'm scratching my head here too. > > > It's a clean install of Red Hat 5; I don't know of any application > > > that I installed that would do this. > > > > > ps. loveing the quote, see zechariah12,10 > > > > I'm not sure what you mean... > > > > By the way, thanks for looking in to this situation for me ![]() > > > no it is very odd, but I would definately not be using red hat five - > > why not the latest fedora? > > Mostly ignorance. I'm new to the Linux world and got suckered in to > buying a copy ![]() > Seriously, my live server will be Red Hat and I want my beta server to > match. > > > I cant except to say that the image url is sometimes displayed by > > ff when the imaeg contains errors > > Wow! That does . > I did View Source and it was empty. > > wget confirms this. > # wget w/screen.gif > --11:26:26-- http://w/screen.gif > Resolving w... 192.168.1.10 > Connecting to w|192.168.1.10|:80... connected. > HTTP request sent, awaiting response... 200 OK > Length: 69261 (68K) [image/gif] > Saving to: `screen.gif' > > 0% [ ] 0 --.-K/s in 0s > > 11:26:26 (0.00 B/s) - Connection closed at byte 0. Retrying. > > --11:26:27-- (try: 2) http://w/screen.gif > etc. > > > this can occur if there are MTU or network issues, > > can you install wireshark on that OS, or on the pc you are testing > > from and look at the packets, or a fiddlertool proxy on the testing pc > > and look at the headers to see whether the url is coming from the > > server or from the browser. > > Good call! > I used Live HTTP Headers with Firefox. > Content-Length: 69261 is the correct file size for screen.gif > > These two items look very strange: > HTTP/1.x 206 Partial Content > Connection: close > > GET /temp.htm HTTP/1.1 > Host: w > User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv: > 1.8.1.3) Gecko/20070309 Firefox/2.0.0.3 > Accept: text/xml,application/xml,application/xhtml+xml,text/ > html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 > Accept-Language: en-us,en;q=0.5 > Accept-Encoding: gzip,deflate > Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 > Keep-Alive: 300 > Connection: keep-alive > : PHPSESSID=08g9r7jikc3jd3oim4upgb54e7 > If-Modified-Since: Sun, 13 May 2007 12:55:11 GMT > If-None-Match: "11faaf-57-82c4c9c0" > Cache-Control: max-age=0 > > HTTP/1.x 304 Not Modified > Date: Sun, 13 May 2007 15:20:20 GMT > Server: Apache/2.2.3 (Red Hat) > Connection: close > Etag: "11faaf-57-82c4c9c0" > ----------------------------------------------------------http://w/screen.gif > > GET /screen.gif HTTP/1.1 > Host: w > User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv: > 1.8.1.3) Gecko/20070309 Firefox/2.0.0.3 > Accept: image/png,*/*;q=0.5 > Accept-Language: en-us,en;q=0.5 > Accept-Encoding: gzip,deflate > Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 > Keep-Alive: 300 > Connection: keep-alive > Referer:http://w/temp.htm > : PHPSESSID=08g9r7jikc3jd3oim4upgb54e7 > Range: bytes=0- > If-Range: "121078-10e8d-dda07600" > Cache-Control: max-age=0 > > HTTP/1.x 206 Partial Content > Date: Sun, 13 May 2007 15:20:20 GMT > Server: Apache/2.2.3 (Red Hat) > Last-Modified: Sat, 12 May 2007 13:28:56 GMT > Etag: "121078-10e8d-dda07600" > Accept-Ranges: bytes > Content-Length: 69261 > Content-Range: bytes 0-69260/69261 > Connection: close > Content-Type: image/gif > ---------------------------------------------------------- > > > regarding ps. matthew25v6 - thats what i thought your nickname was > > referring to, its a bible prophecy just as zechariah 12v10 and > > zechariah 14 are! > > Gotcha. Actually, it's just my name followed by three random numbers. > But, I have no problem with it being taken to refer to Bible > prophesy ![]() sorry I see! -- RHEL5, and there was me thinking you were using an old RH5 that you would have found under the stairs! Well can't see anything wrong with just the headers, you will need to look further into the packets using wireshark. One thing that puzzled me, you appear to have a php yet you dont appear to have enabled php unless its in conf.d. In that case there are more conf directives which might be stopping things from working. I noticed you had rather a lot of loadmodule lines. I would use the following as a simple setup: (I have taken your list, swopped them a bit and commented some, so you can copy and paste to replace your setup to see if changes anything - but keep your original list around!) LoadModule actions_module modules/mod_actions.so LoadModule alias_module modules/mod_alias.so LoadModule asis_module modules/mod_asis.so LoadModule auth_basic_module modules/mod_auth_basic.so #LoadModule auth_digest_module modules/mod_auth_digest.so #LoadModule authn_alias_module modules/mod_authn_alias.so #LoadModule authn_default_module modules/mod_authn_default.so #LoadModule authn_file_module modules/mod_authn_file.so #LoadModule authn_anon_module modules/mod_authn_anon.so #LoadModule authn_dbm_module modules/mod_authn_dbm.so #LoadModule authz_host_module modules/mod_authz_host.so #LoadModule authz_user_module modules/mod_authz_user.so #LoadModule authz_owner_module modules/mod_authz_owner.so #LoadModule authz_groupfile_module modules/mod_authz_groupfile.so #LoadModule authz_dbm_module modules/mod_authz_dbm.so #LoadModule authz_default_module modules/mod_authz_default.so #LoadModule ldap_module modules/mod_ldap.so #LoadModule authnz_ldap_module modules/mod_authnz_ldap.so #LoadModule ext_filter_module modules/mod_ext_filter.so LoadModule cgi_module modules/mod_cgi.so LoadModule deflate_module modules/mod_deflate.so LoadModule dir_module modules/mod_dir.so LoadModule env_module modules/mod_env.so LoadModule expires_module modules/mod_expires.so LoadModule headers_module modules/mod_headers.so LoadModule include_module modules/mod_include.so #LoadModule logio_module modules/mod_logio.so LoadModule log_config_module modules/mod_log_config.so LoadModule mime_module modules/mod_mime.so LoadModule negotiation_module modules/mod_negotiation.so LoadModule rewrite_module modules/mod_rewrite.so LoadModule setenvif_module modules/mod_setenvif.so LoadModule unique_id_module modules/mod_unique_id.so #LoadModule mime_magic_module modules/mod_mime_magic.so #LoadModule usertrack_module modules/mod_usertrack.so #LoadModule dav_module modules/mod_dav.so #LoadModule dav_fs_module modules/mod_dav_fs.so #LoadModule status_module modules/mod_status.so LoadModule autoindex_module modules/mod_autoindex.so #LoadModule info_module modules/mod_info.so #LoadModule vhost_alias_module modules/mod_vhost_alias.so #LoadModule speling_module modules/mod_speling.so #LoadModule userdir_module modules/mod_userdir.so #LoadModule proxy_module modules/mod_proxy.so #LoadModule proxy_balancer_module modules/mod_proxy_balancer.so #LoadModule proxy_ftp_module modules/mod_proxy_ftp.so #LoadModule proxy_http_module modules/mod_proxy_http.so #LoadModule proxy_connect_module modules/mod_proxy_connect.so #LoadModule cache_module modules/mod_cache.so #LoadModule suexec_module modules/mod_suexec.so #LoadModule disk_cache_module modules/mod_disk_cache.so #LoadModule file_cache_module modules/mod_file_cache.so #LoadModule mem_cache_module modules/mod_mem_cache.so as you can see the majority have gone, I am assuming you arent using mod_dav, or many of the more obscure auth modules! As you can see you dont need most of them, its a great idea to only include them once you know what they are and need them. have you tested the images locally while on a browser on the server yet? if so did the images work, and whats the MTU - 1500? try changing it downwards to 1490. |
|
![]() |
| Outils de la discussion | |
|
|