在线精品99_中国九九盗摄偷拍偷看_91免费版在线观看_91.app_91高清视频在线_99热最新网站

如何用ports安砚apache13

128次阅读
没有评论

共计 11148 个字符,预计需要花费 28 分钟才能阅读完成。

这篇文章给大家介绍如何用 ports 安砚 apache13_modssl+mysql+php+phpmyadmin,内容非常详细,感兴趣的小伙伴们可以参考借鉴,希望对大家能有所帮助。

用 ports 安砚 apache13_modssl+mysql+php+phpmyadmin(转)[@more@]

# cd /usr/ports/databases/mysql41-server

# make

WITH_CHARSET=big5 // 支援繁篦中文 (? 篦中文是 gbk) 及以繁篦中文? 盍韵? 瘁

WITH_XCHARSET=all // 支援其它的? 瘁

WITH_OPENSSL=yes // 使用安全呗接

DB_DIR=/usr/local/mysql // 指定??? 的位置

WITH_LINUXTHREADS=yes // 使用 linux 的? 程

SKIP_DNS_CHECK=yes // 安砚 mysql? 略咿? 查主? 名??ip

BUILD_OPTIMIZED=yes //???? 提高效能, 加快速度

install clean 更加快的?? 要加 BUILD_STATIC=yes 但不能同? 使用 openssl, 同???? 出? 以下邋锗信息

You can t use the BUILD_STATIC option when using OpenSSL.

? 於各? 啉?, ??? 看 /usr/ports/databases/mysql41-server 奄的 Makefile

……

For more information, and contact details about the security

status of this software, see the following webpage:

http://www.mysql.com/

=== Cleaning for mysql-client-4.1.1

=== Cleaning for p5-DBD-mysql41-2.9003

=== Cleaning for p5-DBI-137-1.37

=== Cleaning for libtool-1.3.5_1

=== Cleaning for linuxthreads-2.2.3_13

=== Cleaning for openssl-0.9.7c

=== Cleaning for mysql-server-4.1.1

#

至此 mysql-server 和 mysql-client 已? 安砚完成

1.2 韵置 mysql

在 /usr/local/share/mysql 在呃? 目? 奄共有四? .cnf 的? 例? 案, (my-small.cnf, my-medium.cnf, my-large.cnf, my-huge.cnf), 根? 系靳?? 篦 (? 存) 的? 量和服? 而韵定 my.cnf. 在每?? 例? 案奄都有真明.

my-small.cnf //?? 篦少於或等於 64M 只提供很少的??? 服? (=64M)

my-medium.cnf //?? 篦在 32M 到 64M 之殓而且和其他服? 一起使用如 web

my-large.cnf //?? 篦有 512M 主要是提供??? 服?

my-huge.cnf //?? 篦有 1G 到 2G 主要是提供??? 服?

我们查看一下机器的内存:

# dmesg | grep real

real memory = 132825088 (129712K bytes)

本? 只有 128M ?? 篦及只是供 web 使用, 所是用 my-medium.cnf 呃?? 例?

# cp /usr/local/share/mysql/my-medium.cnf /etc/my.cnf

# ls -l /usr/local

drwx—— 4 mysql mysql 512 Feb 21 20:57 mysql

mysql 已? 是? 於 mysql 的用? 和群酵.

1.3 ??mysql

利用启动脚本去启动 mysql

#/usr/local/etc/rc.d/mysql-server.sh start

# ps -aux | grep mysql

mysql 53989 0.0 13.3 66404 16868 p0 IN 10:17PM 0:00.62 /usr/local/libexec/mysql

mysql 53990 0.0 13.3 66404 16868 p0 SN 10:17PM 0:00.00 /usr/local/libexec/mysql

mysql 53991 0.0 13.3 66404 16868 p0 IN 10:17PM 0:00.00 /usr/local/libexec/mysql

1.4 更改 mysql 密瘁

#/usr/local/bin/mysqladmin -u root -p password mysql_password

Enter password: // 按 enter, mysql 盍韵? 有密瘁

二. 安砚及韵置 apache13-modssl

2.1 安装 Apache-modssl

#cd /usr/ports/www/apache13-modssl/

# make

. . .

=== src

=== Creating Dummy Certificate for Server (SnakeOil)

[use make certificate to create a real one]

#make install

# make certificate // 氧作 CA 帐酌

=== Creating Test Certificate for Server

SSL Certificate Generation Utility (mkcert.sh)

Copyright (c) 1998-2000 Ralf S. Engelschall, All Rights Reserved.

Generating test certificate signed by Snake Oil CA [TEST]

WARNING: Do not use this for real-life/production systems

______________________________________________________________________

STEP 0: Decide the signature algorithm used for certificate

The generated X.509 CA certificate can contain either

RSA or DSA based ingredients. Select the one you want to use.

Signature Algorithm ((R)SA or (D)SA) [R]: – 按 enter 用 RSA

______________________________________________________________________

STEP 1: Generating RSA private key (1024 bit) [server.key]

2553406 semi-random bytes loaded

Generating RSA private key, 1024 bit long modulus

..++++++

……………….++++++

e is 65537 (0x10001)

______________________________________________________________________

STEP 2: Generating X.509 certificate signing request [server.csr]

You are about to be asked to enter information that will be incorporated

into your certificate request.

What you are about to enter is what is called a Distinguished Name or a DN.

There are quite a few fields but you can leave some blank

For some fields there will be a default value,

If you enter . , the field will be left blank.

—–

1. Country Name (2 letter code) [XY]:CN

2. State or Province Name (full name) [Snake Desert]:HongKong

3. Locality Name (eg, city) [Snake Town]:HongKong

4. Organization Name (eg, company) [Snake Oil, Ltd]:kinux.org

5. Organizational Unit Name (eg, section) [Webserver Team]:kinux.org

6. Common Name (eg, FQDN) [www.snakeoil.dom]:www.kinux.org

7. Email Address (eg, name@FQDN) [[email protected]]:[email protected]

8. Certificate Validity (days) [365]: – 按 enter

______________________________________________________________________

STEP 3: Generating X.509 certificate signed by Snake Oil CA [server.crt]

Certificate Version (1 or 3) [3]: – 按 enter

Signature ok

subject=/C=CN/ST=HongKong/L=HongKong/O=kinux.org/OU=kinux.org/CN=www.kinux.org/emailAddress=

[email protected]

Getting CA Private Key

Verify: matching certificate key modulus

Verify: matching certificate signature

../conf/ssl.crt/server.crt: /C=XY/ST=Snake Desert/L=Snake Town/O=Snake Oil,

Ltd/OU=Certificate Authority/CN=Snake Oil CA/[email protected]

error 10 at 1 depth lookup:certificate has expired

OK

______________________________________________________________________

STEP 4: Enrypting RSA private key with a pass phrase for security [server.key]

The contents of the server.key file (the generated private key) has to be

kept secret. So we strongly recommend you to encrypt the server.key file

with a Triple-DES cipher and a Pass Phrase.

Encrypt the private key now? [Y/n]: Y

writing RSA key

Enter PEM pass phrase: –? 入密瘁

Verifying – Enter PEM pass phrase: – 再次? 入密瘁

Fine, you re using an encrypted RSA private key.

______________________________________________________________________

RESULT: Server Certification Files

o conf/ssl.key/server.key

The PEM-encoded RSA private key file which you configure

with the SSLCertificateKeyFile directive (automatically done

when you install via APACI). KEEP THIS FILE PRIVATE!

o conf/ssl.crt/server.crt

The PEM-encoded X.509 certificate file which you configure

with the SSLCertificateFile directive (automatically done

when you install via APACI).

o conf/ssl.csr/server.csr

The PEM-encoded X.509 certificate signing request file which

you can send to an official Certificate Authority (CA) in order

to request a real server certificate (signed by this CA instead

of our demonstration-only Snake Oil CA) which later can replace

the conf/ssl.crt/server.crt file.

WARNING: Do not use this for real-life/production systems

CA 帐酌氧作完成!!

2.2 韵定 apache

#vi /usr/local/etc/apache/httpd.conf

更改 ServerName ? 你的主? 名或 IP2.3 ??apache

#/usr/local/etc/rc.d/apache.sh start

apache#

# ps -aux | grep www

www 70204 0.0 2.5 4888 3212 ?? S 2:56AM 0:00.00 /usr/local/sbin/

www 70205 0.0 2.5 4888 3212 ?? S 2:56AM 0:00.00 /usr/local/sbin/

www 70206 0.0 2.5 4888 3212 ?? S 2:56AM 0:00.00 /usr/local/sbin/

www 70207 0.0 2.5 4888 3212 ?? S 2:56AM 0:00.00 /usr/local/sbin/

www 70208 0.0 2.5 4888 3212 ?? S 2:56AM 0:00.00 /usr/local/sbin/

undefined

3.1 协调

由於 FreeBSD 盍韵已安砚了 GETTEXT, 在安砚 php?? 出?error, 所以要在 ports 奄先卸下 GETTEXT. 之後再在安砚 php? 啉?GETTEXT 一起安砚.

#cd /usr/ports/devel/gettext

#make deinstall clean

# cd /usr/ports/www/mod_php4

#makeundefined

//CTYPE, MYSQL, OVERLOAD, PCRE, POSIX, SESSION, TOKENIZER, XML, ZLIB 呃??? 件是盍韵要安砚的.

//=========================================================

// PHP configuration options

|| Please select desired options: ||

|| [] BCMATH bc style precision math functions ||

|| [] BZIP2 bzip2 library support ||

|| [] CALENDAR calendar conversion support ||

|| [] CDB cdb database support (dba) ||

|| [] CRACK crack support ||

|| [X] CTYPE ctype functions ||

|| [] CURL CURL support ||

|| [] DB4 Berkeley DB4 support ||

|| [] DBASE dBase library support ||

|| [] DBX dbx support ||

|| [] DIO Direct I/O support ||

|| [] DOMXML DOM support ||

|| [] DOMXSLT DOM XSLT and EXSLT support (implies DOMXML) ||

|| [] EXIF EXIF support ||

|| [] FILEPRO filePro support ||

|| [] FRIBIDI FriBidi support ||

|| [] FTP FTP support ||

|| [X] GD GD library support ||

|| [] GDBM GDBM database support (dba) ||

|| [X] GETTEXT gettext library support ||

|| [] GMP GNU MP support ||

|| [] HYPERWAVE Hyperwave support ||

|| [] ICONV iconv support ||

|| [] IMAP IMAP support ||

|| [] INIFILE INI file support (dba) ||

|| [] INTERBASE Interbase 6 database support (Firebird) ||

|| [] MBSTRING multibyte string support ||

|| [] MCAL Modular Calendar Access Library support ||

|| [] MCVE MCVE support (implies OPENSSL) ||

|| [] MCRYPT Encryption support ||

|| [] MHASH Crypto-hashing support ||

|| [] MIME mime_magic support ||

|| [] MING ming shockwave flash support ||

|| [] MNOGOSEARCH mnoGoSearch support ||

|| [] MSSQL MS-SQL database support ||

|| [X] MYSQL MySQL database support ||

|| [] NCURSES ncurses support (CLI only) ||

|| [] OPENLDAP OpenLDAP support ||

|| [X] OPENSSL OpenSSL support ||

|| [] ORACLE Oracle support ||

|| [X] OVERLOAD user-space object overloading support ||

|| [] PCNTL pcntl support (CLI only) ||

|| [X] PCRE Perl Compatible Regular Expression support ||

|| [] PDFLIB PDFlib support ||

|| [X] POSIX POSIX-like functions ||

|| [] POSTGRESQL PostgreSQL database support ||

|| [] PSPELL pspell support ||

|| [] READLINE readline support (CLI only) ||

|| [] RECODE recode support ||

|| [X] SESSION session support ||

|| [] SHMOP shmop support ||

|| [] SNMP SNMP support (implies OPENSSL) ||

|| [] SOCKETS sockets support ||

|| [] SYBASEDB Sybase database support (DB-lib) ||

|| [] SYBASECT Sybase database support (CT-lib) ||

|| [] SYSVSEM System V semaphore support ||

|| [] SYSVSHM System V shared memory support ||

|| [X] TOKENIZER tokenizer support ||

|| [] UNIXODBC unixODBC support ||

|| [] WDDX WDDX support (implies XML) ||

|| [X] XML XML support ||

|| [] XMLRPC XMLRPC-EPI support ||

|| [] XSLT XSLT Sablotron support ||

|| [] YAZ YAZ support (ANSI/NISO Z39.50) ||

|| [] YP YP/NIS support ||

|| [] ZIP ZIP support ||

|| [X] ZLIB ZLIB support ||

//

==========================================================//

[OK] Cancel

. . .

Build complete.

(It is safe to ignore warnings about tempnam and tmpnam).

#make install

=== Installing for mod_php4-4.3.4_6,1

=== mod_php4-4.3.4_6,1 depends on file: /usr/local/sbin/apxs – found

=== mod_php4-4.3.4_6,1 depends on shared library: expat.4 – found

=== mod_php4-4.3.4_6,1 depends on shared library: intl.6 – found

=== mod_php4-4.3.4_6,1 depends on shared library: mysqlclient.14 – found

=== Generating temporary packing list

=== Checking if www/mod_php4 already installed

Installing PHP SAPI module: apache

[activating module `php4 in /usr/local/etc/apache/httpd.conf]

cp libs/libphp4.so /usr/local/libexec/apache/libphp4.so

chmod 755 /usr/local/libexec/apache/libphp4.so

cp /usr/local/etc/apache/httpd.conf /usr/local/etc/apache/httpd.conf.bak

cp /usr/local/etc/apache/httpd.conf.new /usr/local/etc/apache/httpd.conf

rm /usr/local/etc/apache/httpd.conf.new

Installing shared extensions: /usr/local/lib/php/20020429/

Installing build environment: /usr/local/lib/php/build/

Installing header files: /usr/local/include/php/

Installing helper programs: /usr/local/bin/

program: phpize

program: php-config

program: phpextdist

*****************************************************************************

Make sure index.php is part of your DirectoryIndex.

You should add the following lines to your Apache configuration file:

AddType application/x-httpd-php .php

AddType application/x-httpd-php-source .phps

*****************************************************************************

=== Registering installation for mod_php4-4.3.4_6,1

undefined

在 /usr/local/etc/apache/httpd.conf 奄加上以下? 句.

AddType application/x-httpd-php .php

AddType application/x-httpd-php-source .phps 由於小弟?php? 不熟悉, 所以不在呃奄真明 php.ini 有什么更好的韵定了. #cd /usr/local/etc

#cp php.ini-recommended php.ini undefined

#/usr/local/etc/rc.d/apache.sh stop

#/usr/local/etc/rc.d/apache.sh start3.3 ??php.

生成 test.php,并在奄面加上以下的 3 行.

#vi /usr/local/www/data/test.php

?

Phpinfo ();

?

undefined

四. 安砚及韵定 phpMyAdmin.

用 ports 来安装 phpmyadmin

#cd /usr/ports/databases/phpmyadmin

#make install clean

#cd /usr/local/www/data/phpMyAdmin

#cp config.inc.php.sample config.inc.php

#chmod 755 config.inc.php

#vi config.inc.phpundefined

$cfg[PmaAbsoluteUri] =

改成

$cfg[PmaAbsoluteUri] = http://yourweburl/phpMyAdmin/

$cfg[Servers][$i][auth_type] = config // Authentication method (config, http or cookie based)?

改成

$cfg[Servers][$i][auth_type] = http // Authentication method (config, http or cookie based)?

$cfg[Servers][$i][password] = // MySQL password (only needed

改成

$cfg[Servers][$i][password] = mysql passwd // MySQL password (only needed

undefined

https://yourweburl/phpMyAdmin/

後?:

以下是一些安砚? 可能遇到的? 铨.

在安砚 mod_php4?? 出? 以下的邋锗信息.

/usr/libexec/ld-elf.so.1: Shared object libintl.so.5 not found 解? 方法:

原因是 gettext 和 gmake 的版本的 mod_php4 安砚是要求的不一样, 一般是 mod_php4 要的版本比蒉新, 所以出? 一些不支持的? 象.

只要用 cvsup 更新你的 gettext 和 gmake 就可以了. #cd /usr/ports/devel/gettext

#make deinstall clean make reinstall clean

#cd ../gmake

#make deinstall clean make reinstall cleanundefined

关于如何用 ports 安砚 apache13_modssl+mysql+php+phpmyadmin 就分享到这里了,希望以上内容可以对大家有一定的帮助,可以学到更多知识。如果觉得文章不错,可以把它分享出去让更多的人看到。

正文完
 
丸趣
版权声明:本站原创文章,由 丸趣 2023-07-28发表,共计11148字。
转载说明:除特殊说明外本站除技术相关以外文章皆由网络搜集发布,转载请注明出处。
评论(没有评论)
主站蜘蛛池模板: 无码国产一区二区三区四区 | 国产精品久久久久久影视 | 日韩av一区二区三区免费看 | 久久婷婷色 | 苍井空毛片精品久久久 | 香蕉久久久久久av成人 | 久久99国产精品久久99无号码 | 国产九九热 | 亚洲国产精品无码久久久秋霞1 | 亚洲天堂小视频 | 美女扒开屁股让男人桶 | 国产综合色精品一区二区三区 | 精品国精品无码自拍自在线 | 无码av免费毛片一区二区 | 亚洲色无码国产精品网站可下载 | 91精品久久久久久久久久小网站 | 久草在线新视觉 | 欧美日韩在线一区 | 亚洲中文在线精品国产 | 呦交小u女国产精品视频 | 久久青青草原亚洲av无码麻豆 | 特黄一级真人毛片 | 国产在线19禁免费观看 | 在线欧美a | 2020天堂中文字幕一区在线观 | 久久天堂综合亚洲伊人hd妓女 | 日韩欧美中文字幕在线播放 | 中文字幕第二页精品一区 | 欧美一级人与动毛片免费播放 | 免费国产va在线观看 | 中日精品无码一本二本三本 | 狼人大香伊蕉国产www亚洲 | 成年网站视频在线观看 | 99久久婷婷国产综合精品 | 日本老熟欧美老熟妇 | 久爱精品亚洲电影午夜 | 特级毛片免费视频 | 女人和拘做受全程看视频 | 日本一级特黄aa毛片免费观看 | 99精品免费观看 | 97久久精品国产成人影院 |