SakamonWeb
New
Tools
Index
Edit
玄箱/Apache
<< source >> << configure >> <pre> > export PATH=/export/pkg/develop/bin:$PATH > export AR=powerpc-linux-ar > export CC=powerpc-linux-gcc > export RANLIB=powerpc-linux > ./configure --prefix=/usr/local/httpd \ --enable-so \ --enable-headers=shared \ --enable-usertrack=shared \ --enable-ssl=shared \ --enable-dav=shared \ --enable-dav-fs=shared \ --enable-rewrite=shared \ --build=powerpc-linux </pre> <pre> > ./configure --prefix=/usr/local/httpd \ --enable-so \ --enable-headers=shared \ --enable-usertrack=shared \ --enable-ssl=shared \ --enable-dav=shared \ --enable-dav-fs=shared \ --enable-rewrite=shared \ </pre> << make >> << install >> <pre> > make install > cd /usr/local > mv httpd /export/pkg/httpd-2.0.58 > ln -s /export/pkg/httpd-2.0.58 httpd > mkdir -p /etc/httpd > cd /usr/local/httpd > mv conf /etc/httpd > cd /etc/httpd > ln -s /usr/local/httpd/build . > ln -s /usr/local/httpd/logs . > ln -s /usr/local/httpd/modules . > cd /var/log/ > ln -s /usr/local/httpd/logs httpd </pre>
Sign:
freeze
sage
Attachment
New:
Sign:
Rename
Title:
Sign: