Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. matias

    Why don't "referers" appear in the access log?

    Yes. I am using &quot;combined&quot; and looking at the log itself. <br>The problem started after I did something (Don't know what).<br>Here is a log record &quot;before&quot;<br><br>200.11.216.149 - - [15/Jun/2000:09:36:10 -0400] &quot;GET /icons/back.gif HTTP/1.0&quot; 200 216 &quot;<A...
  2. matias

    Can't get DocumentRoot directive to work

    <b>This clears up a lot</b> and is very instructive!<br>I couldn't understand why Apache considered the latest Netscaspe version as 1.0.
  3. matias

    Can't get DocumentRoot directive to work

    I don't think it's FIN_WAIT_2. I checked the documentation in the Apache site. FIN_WAIT_2 depends on the browser. This problem occurs with Internet Explorer 5, Netscape 4.5 and Netscape 4.7.<br>Further, if I understood it right, FIN_WAIT_2 is associated with no connection. I <b>do get a...
  4. matias

    Can't get DocumentRoot directive to work

    This discussion has been helpful in many ways. Each suggestion, first of <b>AndyBo</b> and then from <b>ElgisRamon</b>, has forced me to study and thus better understand Apache.<br><br>I have confirmed that the browser sends the referer, since I can see it in the log file. <br>I will study the...
  5. matias

    Why don't "referers" appear in the access log?

    I'm having a problem whose solution requires knowledge of the &quot;referer&quot;. I am accessing my site from different places with different browsers and different domain names. The referer in the log file appears as &quot;-&quot;. Why is that so and how do I fix it?
  6. matias

    Can't get DocumentRoot directive to work

    THANKS! Now I am closer to the solution of my question!<br><br>This is what I have in the config file. Requests go to the _default_<br><br>NameVirtualHost 200.11.216.149<br>&lt;VirtualHost <A HREF="http://www.productrix.dyndns.org&gt"...
  7. matias

    Can't get DocumentRoot directive to work

    Yes. I'm sure. The cache is disabled. Further, I have made several tests and each time I get something different. For example, I added a _default_ and it took me to the default directory. Seems the system does not interpret correctly the name of the site. No idea why
  8. matias

    Can't get DocumentRoot directive to work

    Yes. After each test I stop and start. I have verified in the log that it actually restarts
  9. matias

    Can't get DocumentRoot directive to work

    1.- httpd.conf contains the following:<br><br>NameVirtualHost 200.11.216.149<br>&lt;VirtualHost <A HREF="http://www.productrix.dyndns.org&gt" TARGET="_new">www.productrix.dyndns.org&gt</A>;<br>DocumentRoot /usr/local/www/data/productrix<br>ServerName...

Part and Inventory Search

Back
Top