Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Admin panel slow was: Update to GetSimple 3.2.1 slows down admin panel
#50
https://raw.github.com/GetSimpleCMS/GetS...ctions.php

that file has 2 new options,
CURLOPT_HEADER TRUE to include the header in the output.
CURLINFO_HEADER_OUT TRUE to track the handle's request string. Available since PHP 5.1.3. The CURLINFO_ prefix is intentional.

It should show the actual request header in the log.

A virtual host is a web server config that lets you run mutiple hosts no the same server and hence the same ip. This is basically how all shared hosts work.

So you can imagine if i use the ip address in the browser for the hostname, the server wont actually know wtf you are asking for. It says i have 50 domains what do you want. It figures this out by reading the host header that the browser normally sends when you use the domain name to get to a webserver. This might be missing somehow on your host, so the server just sends back a nothing, although proper http code would be nice.
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply


Messages In This Thread
RE: Admin panel slow was: Update to GetSimple 3.2.1 slows down admin panel - by shawn_a - 2013-05-21, 07:54:45



Users browsing this thread: 1 Guest(s)