摘要:
Mod_GeoIP module is used to get the geographic location of IP address of the visitor into the Apache web server. This module allows you to determine the visitor’s country, organization and location. It is specially useful for Geo Ad Serving, Target Content, Spam Fighting, Fraud Detection, Redirectin
閱讀全文
摘要:
Apache2的是作為一個CentOS的軟件包,因此我們可以直接用下面命令安裝它:yum install httpdchkconfig --levels 235 httpd on并啟動Apache/etc/init.d/httpd start現在,您的瀏覽器到http://192.168.0.100,你應該看到Apache2的測試頁:Apache的默認文檔根目錄是在CentOS上的/var/www/html 目錄 ,配置文件是/etc/httpd/conf/httpd.conf。配置存儲在的/etc/httpd/conf.d/目錄。 4.安裝PHP5 我們可以用下面的命令來安裝PHP5 yu.
閱讀全文