我试图在CentOS 5上用apache安装nGinX作为反向代理。
说明如下:
http://wiki.mediatemple.net/w/(dv):Configure_nginx_as_reverse_proxy_web_server
注意 – 在说明中,获取nginx的url我正在使用以下内容: http : //nginx.org/download/nginx-1.0.10.tar.gz
现在,这是我的问题。 安装所需的软件包并运行.configure后,我得到以下内容:
检查操作系统 + Linux 2.6.18-028stab094.3 x86_64 检查C编译器...发现 +使用GNU C编译器 + gcc版本:4.1.2 20080704(Red Hat 4.1.2-51) 检查gcc -pipe开关...find 检查gcc内置的primefaces操作...发现 检查C99可变macros...发现 检查海湾合作委员会可变macros...发现 检查unistd.h ...发现 检查inttypes.h ...发现 检查limits.h ...发现 检查sys / filio.h ...未find 检查sys / param.h ...发现 检查sys / mount.h ...find 检查sys / statvfs.h ...find 检查crypt.h ...发现 检查Linux的特定function 检查epoll ...发现 检查sendfile()...find 检查sendfile64()...find 检查sys / prctl.h ...find 检查prctl(PR_SET_DUMPABLE)...find 检查sched_setaffinity()...发现 检查crypt_r()...find 检查sys / vfs.h ...发现 检查无人组...发现 检查民意调查()...发现 检查/ dev / poll ...未find 检查kqueue ...未find 检查crypt()...未find 检查crypt()在libcrypt ...find 检查F_READAHEAD ...未find 检查posix_fadvise()...find 检查O_DIRECT ...find 检查F_NOCACHE ...未find 检查directio()...未find 检查statfs()...发现 检查statvfs()...find 检查dlopen()...未find 在libdl中检查dlopen()...发现 检查sched_yield()...find 检查SO_SETFIB ...未find 检查SO_ACCEPTFILTER ...未find 检查TCP_DEFER_ACCEPT ...find 检查accept4()...未find 检查int大小... 4个字节 检查长尺寸... 8字节 检查长长的大小... 8字节 检查void * size ... 8个字节 检查uint64_t ...find 检查sig_atomic_t ...find 检查sig_atomic_t大小... 4个字节 检查socklen_t ...发现 检查in_addr_t ...find 检查in_port_t ...find 检查rlim_t ...find 检查uintptr_t ...finduintptr_t 检查系统的endianess ...小endianess 检查size_t大小... 8个字节 检查off_t大小... 8个字节 检查time_t大小... 8个字节 检查setproctitle()...未find 检查pread()...发现 检查pwrite()...find 检查sys_nerr ...find 检查localtime_r()...find 检查posix_memalign()...find 检查memalign()...发现 检查mmap(MAP_ANON | MAP_SHARED)...find 检查mmap(“/ dev / zero”,MAP_SHARED)...find 检查系统V共享内存...find 检查POSIX信号量...未find 检查libpthread中的POSIX信号量...find 检查struct msghdr.msg_control ...find 检查ioctl(FIONBIO)...发现 检查结构tm.tm_gmtoff ...find 检查struct dirent.d_namlen ...未find 检查struct dirent.d_type ... found 检查PCRE库...发现 检查系统MD库...没有find 检查系统md5库...未find 检查OpenSSL MD5encryption库...发现 检查系统md库中的sha1 ...未find 检查OpenSSL sha1encryption库...find 检查zlib库...发现 创buildobjs / Makefile configuration摘要 +使用系统PCRE库 +不使用OpenSSL库 + md5:使用系统encryption库 + sha1:使用系统encryption库 +使用系统zlib库 nginxpath前缀:“/ usr / local / nginx” nginx二进制文件:“/ usr / local / nginx / sbin / nginx” nginxconfiguration前缀:“/ usr / local / nginx / conf” nginxconfiguration文件:“/usr/local/nginx/conf/nginx.conf” nginx pid文件:“/usr/local/nginx/logs/nginx.pid” nginx错误日志文件:“/usr/local/nginx/logs/error.log” nginx http访问日志文件:“/usr/local/nginx/logs/access.log” nginx http客户端请求正文临时文件:“client_body_temp” nginx http代理临时文件:“proxy_temp” nginx http fastcgi临时文件:“fastcgi_temp” nginx http uwsgi临时文件:“uwsgi_temp” nginx http scgi临时文件:“scgi_temp”
它说,如果你得到错误停止,并确保包安装。 我没有得到错误,但你可以看到我有几个“未find”。 那些被认为是错误吗? 如果是这样,我该如何解决。
正如在链接中指出的,我不能通过百胜安装,因为它不适用于Plesk。 谢谢!
not found消息不是错误。 它应该干净地编译。 运行make时是否有错误?
nginx反向代理现在标准与媒体寺庙(dv)服务器上的plesk 11。