dddd
August 30th, 2008<strong> ddd</strong>
<strong> ddd</strong>
Google.com - One-stop shop for comprehensive info about how Google crawls and indexes websites…
http://www.google.com/webmasters/
Live.com have lunch new tools for webmaster. This tools it will webmaster submit the sitemap to Live.com
Yahoo.com
The zip file is the sample code of javascript.
When you open pop out windows, when you click out of the browser, the browser windows will automatic close.
Your server is currently online and responding to SSH. If you are in need to reboot your server, you may do so by using the command “shutdown -rf now” from the SSH prompt.
Use Putty login the root
Restart Service: “service httpd restart” or “/etc/rc.d/init.d/httpd restart”
HTTP/APACHE Optimization / service httpd restart :
BACKUP:
cp /usr/local/apache/conf/httpd.conf /usr/local/apache/conf/httpd.conf.backup
Use Pico (pico /usr/local/apache/conf/httpd.conf) or Download via WinSCP for editing,
Change the following settings in your httpd.conf…
Set “Timeout” value to “Timeout 60″
Set “KeepAlive” to “KeepAlive on”
Set “KeepAliveTimeout” to “KeepAliveTimeout 3″
Set “MinSpareServers” to “MinSpareServers 16″
Set “MaxSpareServers” to “MaxSpareServers 32″
Set “MaxRequestsPerChild” to “MaxRequestsPerChild 256″
Set “HostnameLookups” to “HostnameLookups Off”
Note:
These settings will not work under all server environments its recommended that you tweak around with the numbers until your web server is running 100% please read Apache documentation before changing any settings so you know what you are changing http://httpd.apache.org/docs/
To Save: CTRL-X
Restart Service: “service httpd restart” or “/etc/rc.d/init.d/httpd restart”
Google.com Sitemaps can share with Ask.com sitemaps.
Ask.com supports the open-format Sitemaps protocol. Once you have prepared the sitemap, add the sitemap auto-discovery directive to robots.txt as follows:
SITEMAP: http://www.the URL of your sitemap here.xml
The sitemap location should be the full sitemap URL. Alternatively, you can also submit your sitemap through the ping URL:
http://submissions.ask.com/ping?sitemap=http://www.the URL of your sitemap here.xml
Example: http://submissions.ask.com/ping?sitemap=http://www.malaxi.com/sitemap.xml
Please note that sitemap submissions do not guarantee the indexing of URLs. To learn more about the protocol, please visit the Sitemaps web site at http://www.sitemaps.org.