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 gkittelson 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. transprox

    onLoad too early??

    Welcome! I've had problems with <body onload=init()> using PHP and JS together: the init started well before the page was complete. I've moved the init() just before the </body> and it seems all is well. But I am not sure. Maybe the lack of Content-length field drives IE nuts? (According to my...
  2. transprox

    Apache log bad order

    Of course, this should read: Apache 2.0.43 accesslog, combined format contains entries are in a bad order. The log is consistent, the referer is the HTML from the previous line. But the log does not reflect the true order of the requests. A visitor tracking software confirms the order of the...
  3. transprox

    Apache log bad order

    Apache 2.0.43 accesslog, combined format contains entries are in a bad order. The log is consistent, the referer is the HTML from the previous line. But the log does not reflect the true order of the requests besides the real world. A visitor tracking software confirms the order of the requests...
  4. transprox

    chrooted environment gethostbyname segfaults

    I have a chrooted environment for Apache/PHP. All is well but gethostbyname, to the extent the small C program from http://www.phpbuilder.com/mail/php-developer-list/2001092/0698.php segfaults. Outside of the chroot it works fine. Maybe some config file is missing for libresolv.so.2 but I can...
  5. transprox

    MSIE still broken?

    In Apache 2.0.43 ssl.conf: SetEnvIf User-Agent &quot;.*MSIE.*&quot; nokeepalive Is this necessary still, or this was a problem only with certain MSIE versions?
  6. transprox

    Very slow MySQL connection

    If I connect to my MySQL via the IP address of the machine (instead of socket) the connection is very, very slow, about 2kbyte/s. Reverse DNS is OK. any idea? thanks in advance
  7. transprox

    Select row in dynamically generated table w/o assigning ID

    I only have a suggestion, not a complete solution. I'd look at the &quot;this&quot; object (without &quot;). I've used it with form elements, like <input onchange=validate(this)> and function validate(inputelement) { if (inputelement.value...) } I hope this would help you a little.
  8. transprox

    forcetype not working in htaccess

    Apache 2.0.43, I can't get forcetype working. <Files site> ForceType application/x-httpd-php </Files> I'd like to do the .../site/param1/param2 trick which I've seen mentioned a lot of places...

Part and Inventory Search

Back
Top