- 积分
- 6
- 威望
-
- 金钱
-
- 注册时间
- 2012-4-1
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
请军哥帮我看一下,我按照提供的方法lnmpa gzip开启js css失败,
cd到httpd的源码目录/modules/filters/
然后/usr/local/apache/bin/apxs -i -c -a mod_deflate.c
root@000089:~/lnmp0.8/httpd-2.2.17/modules/filters# /usr/local/apache/bin/apxs -i -c -a mod_deflate.c
/usr/local/apache/build/libtool --silent --mode=compile gcc -prefer-pic -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -g -O2 -pthread -I/usr/local/apache/include -I/usr/local/apache/include -I/usr/local/apache/include -c -o mod_deflate.lo mod_deflate.c && touch mod_deflate.slo
/usr/local/apache/build/libtool --silent --mode=link gcc -o mod_deflate.la -rpath /usr/local/apache/modules -module -avoid-version mod_deflate.lo
/usr/local/apache/build/instdso.sh SH_LIBTOOL='/usr/local/apache/build/libtool' mod_deflate.la /usr/local/apache/modules
/usr/local/apache/build/libtool --mode=install cp mod_deflate.la /usr/local/apache/modules/
cp .libs/mod_deflate.so /usr/local/apache/modules/mod_deflate.so
cp .libs/mod_deflate.lai /usr/local/apache/modules/mod_deflate.la
cp .libs/mod_deflate.a /usr/local/apache/modules/mod_deflate.a
chmod 644 /usr/local/apache/modules/mod_deflate.a
ranlib /usr/local/apache/modules/mod_deflate.a
PATH="$PATH:/sbin" ldconfig -n /usr/local/apache/modules
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/apache/modules
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
chmod 755 /usr/local/apache/modules/mod_deflate.so
[activating module `deflate' in /usr/local/apache/conf/httpd.conf]
root@li408-89:~/lnmp0.8/httpd-2.2.17/modules/filters#
Broadcast message from root@li408-89
(unknown) at 7:07 ...
再在httpd.conf里加上
AddOutputFilterByType DEFLATE text/html text/plain text/css text/xml text/javascript
DeflateCompressionLevel 9
SetOutputFilter DEFLATE
直接加在httpd.conf 的最后一行
<ifmodule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/plain text/css text/xml text/javascript
DeflateCompressionLevel 9
SetOutputFilter DEFLATE
</ifmodule>
重启apache
由于service httpd restart 重新启动 老是提示 DocumentRoot [/usr/local/apache/123] does not exist
所以我重启的主机,目前怎么样都弄不好。。。
还请军哥帮我看一下问题在哪里
另外有个不情之请,如果您有时间看能不能把这个问题在安装包里面修改一下,谢谢! |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?注册
x
|