Lastme

  • Home
  • Java
    • Spring
    • Spring MVC
    • Spring Boot
    • Struts2
  • PHP
    • Symfony
    • CodeIgniter
    • Functions
  • MacOS
  • Linux
    • CentOS
    • Debian
    • Ubuntu
  • Server
    • KVM
    • Nginx
    • Apache
    • MySQL
    • XenServer
  • WordPress
  • Security
  • Resource
    • Download
    • Doc

Apache 和 Nginx 图片以及资源防盗链

  • God
  • June 18, 2014
  • 2
  • Apache

Apache防盗链:
在需要进行防盗链处理的目录,添加编辑 .htaccess 文件,文件内容为下 ... ...

Apache将不带www的域名重定向到带www的域名上

  • God
  • December 8, 2013
  • 0
  • Apache
<VirtualHost *:80>
    DirectoryIndex	index.php 
    ServerName     	lastme.com
    RewriteEngine 	on
    RewriteCond         %{HTTP_HOST} ^lastme.com [nc]
    RewriteRule         ^(.*)$ http://www.lastme.com.com/$1 [r=301,nc]
</VirtualHost>

apache安装获取前端代理真实ip模块

  • God
  • May 14, 2013
  • 0
  • Apache

apache安装获取前端代理真实ip模块 ......

apache2.2.24-mod_security2.7.3-apache安装与配置

  • God
  • May 11, 2013
  • 0
  • Apache

apache2.2.24-mod_security2.7.3-apache安装与配置
安装文档: http://download.lastme.com/apache/mod_security/install.txt

Apache安装中文目录文件名支持模块

  • God
  • May 6, 2013
  • 1
  • Apache

Apache安装中文目录文件名支持模块
[root@localhost ~]# wget http://www.lastme.com/static/apache/mod/mod_encoding-src.tar.bz2 ......

error while loading shared libraries: libiconv.so.2

  • God
  • April 25, 2013
  • 0
  • Apache,Linux

启动Apache或者编译PHP的时候出现
error while loading shared libraries: libiconv.so.2: cannot open shared object file: No such file or directory

Archives

  • August 2019
  • July 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • June 2018
  • September 2017
  • August 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • December 2016
  • November 2016
  • March 2016
  • October 2015
  • August 2015
  • July 2015
  • April 2015
  • August 2014
  • June 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014
  • January 2014
  • December 2013
  • November 2013
  • October 2013
  • September 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • March 2013

Meta

  • Log in

©2013-2021 LastMe All right reserved.

Designed by KernelStudio