-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sun, 22 Dec 2002, eric lin wrote:
> No perl, > in IE or netscape's URL, is I type http://www.linuxspice.com/case0.jpg > > I can see my photo > > but my html.index of C:\apach2\htdocs\ or /var/www/index.html > > if I have a line > <table border=0 width="200" > class="rightsidebar"> > <tr><td><img src="http://www.linuxspice.com/case.jpg" width="200" > height="150"></td></tr> > </table> > </Br> I'm curious if this is exactly what you have in your file. The URL you list at the top is for case0.jpg, while the URL in the HTML example is case.jpg, which is, of course, not the same file. > The URL in the quote if be replaced by just case.jpg then it can show photo > in my website page(I have case0.jpg in both my \C:Apache2\htdocs or > /var/www) Yeah, that's what I'm seeing. It appears that you probably have an ErrorDocument somewhere, pointing 404 requests back to the home page. > Actually in the start apache2 in dos mode, I get some error or warning > message > (730048)Only one usage of each socket address (protocal/network > address/port) is normally permitted. : make_sock: could not bind to address > 0.0.0.0:80 > no listening sockets available, shutting down This is unrelated. This means that you are trying to start Apache while Apache is already running. It can't bind to port 80, because the already-running instance of Apache already has it. - -- Pilgrim, how you journey on the road you chose To find out where the winds die and where the stories go --Pilgrim (Enya - A Day Without Rain) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) Comment: Made with pgp4pine 1.75-6 iD8DBQE+BcozXP03+sx4yJMRAvEqAJ4+qrNf5lXHcDEBEoF245Xb8Gvm3gCcD7Jy vDktiueu7fixou1klmNeXmw= =Lj+x -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]