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...
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...
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...
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...
In Apache 2.0.43 ssl.conf:
SetEnvIf User-Agent ".*MSIE.*" nokeepalive
Is this necessary still, or this was a problem only with certain MSIE versions?
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
I only have a suggestion, not a complete solution. I'd look at the "this" object (without "). 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.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.