I am coder php, not programmer php.
I am beginner to learn about config Apache.
My english don't well, I can get some information when I read manual of Apache.
I want know how to find difference while I config Apache.
For example:
This is url in client's browser:
http://localhost/myfolder/index.php
This is config of ServerName:
ServerName
www.domain.com
If:
UseCanonicalName Off
I can see that:
PHP Code:
<?php
eho $_SERVER['SERVER_NAME']; // localhost
?>
Else:
PHP Code:
<?php
eho $_SERVER['SERVER_NAME']; // [url]www.domain.com[/url]
?>
I see the difference between they.
And now I learn to Timeout.
I know about Timeout what in config of Apache but I don't know how to find difference of it.
For example:
I decrease value of Timeout to 0.x or x [ x is number ]
When I reload current page. sometimes I see white page, sometime I see content of folder root.
How can I know exactly difference about that?
I am learning about how to config, and I want to know clear about that in my limit... a coder.
Hope that you who in forum can teach me. I thanks.