apache1.3.4 & mod_perl & mod_ssl
#!/bin/sh # @author Joe Wang # tar zxvf apache_1.3.41.tar.gz tar zxvf mod_perl-1.31.tar.gz ######################################### cd /usr/local/src cd mod_perl-1.31 perl Makefile.PL APACHE_SRC=/usr/local/src/apache_1.3.41/src/ DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 APACI_ARGS='--enable-module=rewrite --enable-module=so --enable-module=expires' #perl Makefile.PL APACHE_PREFIX=/usr/local/httpd80 APACHE_SRC=/usr/local/src/apache_1.3.41/src/ DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 APACI_ARGS='--enable-module=rewrite --enable-module=so --enable-module=expires' make make install ######################################## cd /usr/local/src cd apache_1.3.41 #./configure --prefix=/usr/local/httpd80 --enable-module=so --enable-module=most --enable-shared=max --enable-module=rewrite ./configure --prefix=/usr/local/httpd80 --enable-module=so --enable-module=most --enable-shared=max --enable-module=rewrite --activate-module=src/modules/perl/libperl.a make make install
相关推荐
边城客栈学无止境 2020-07-05
Walter的学习笔记 2020-07-04
A宇 2020-06-14
边城客栈学无止境 2020-06-10
邓博学习笔记 2020-06-03
davidliu00 2020-05-26
ShiShuo 2020-05-16
Aggressivesnail 2020-05-10
ShiShuo 2020-04-26
hanxingwang00 2020-04-22
davidliu00 2020-03-06
ShiShuo 2020-03-06
ShiShuo 2020-03-05
Aggressivesnail 2020-02-28
aaLiweipeng 2020-02-01
amberom 2020-01-16
Walter的学习笔记 2020-01-06