Home > Article > Backend Development > A case of php probe detecting virtual host configuration information
In our previous article, we took you to understand what a php probe is, the program of the php probe, and the environment test. I believe that my friends have a relative understanding of the php probe. Today I will give you a Let's continue to introduce the case about php probe detection virtual host configuration!
My website uses a virtual host in the Win environment. In fact, when choosing a host, you still have to know it well and don’t be fooled by some space providers. The so-called "no businessman without treachery" still has its meaning. Since we cannot believe that "there is no thief in the world", then we can only be more vigilant.
Everyone who buys space should know that when buying space on Taobao, those wretched handsome guys or kawaii girls always recommend how good their space is, asking this and that. Support, what are the advantages, what are the features and so on. If you ask him about the speed of the Internet, he will say it is very fast, and then give you a case study for you to try. But after you actually use it, you will find that the speed is not that good. If you ask him whether the space is stable, he will say it is very stable. , how good the configuration is, but in reality, it often gives you a downtime to play with; the customer service service is 24 hours a day, in reality, it gives you a service busy, please wait or is being processed, etc. to perfunctory you. So we have to test it ourselves, after all, it doesn’t feel good to be fooled!
I didn’t understand what a php probe was at first? What does php probe do? Let me share how I use php probes to detect server website space speed, performance, security functions, etc.
The specific steps are as follows:
1. Download a php probe from the Internet (just search for php probe online, it is about 24KB in size)
2. After decompression, you will get Three files, just upload index.php and uenu.php to the root directory of the website.
3. Open the space address, and a series of information such as network conditions, PHP related, server parameters, server real-time data, etc. will appear. Then you can test and view them one by one, and compare them with the data parameters given to you by the space provider. See if you have been deceived. Having said so much, let me also make some suggestions: 1. When buying virtual host children’s shoes, try not to buy an all-round model. After all, servers are The program is also topsy-turvy, and that kind of program also supports, "The server is busy!", you know. If you are careful, you will find that generally speaking, all-round host configurations are very low-end!end Optimizer, because with the Zend Optimizer component, it is convenient to enable Gzip compression of web pages. Web page compression will make The download speed of web pages is accelerated, the website opening speed is faster, and I feel better!
Summary:
Related recommendations:
The above is the detailed content of A case of php probe detecting virtual host configuration information. For more information, please follow other related articles on the PHP Chinese website!