代码搜索:Mini
找到约 5,314 项符合「Mini」的源代码
代码结果 5,314
www.eeworm.com/read/461620/7223171
jpg mini_02.jpg
www.eeworm.com/read/461620/7223174
jpg mini_04.jpg
www.eeworm.com/read/458830/7288808
pdf pciexpress_mini.pdf
www.eeworm.com/read/457466/7325237
cnf mini_httpd.cnf
# create RSA certs - Server
RANDFILE = mini_httpd.rnd
[ req ]
default_bits = 1024
encrypt_key = yes
distinguished_name = req_dn
x509_extensions = cert_type
[ req_dn ]
countryName = Country Name (2
www.eeworm.com/read/457466/7325239
8 mini_httpd.8
.TH mini_httpd 8 "05 October 1999"
.SH NAME
mini_httpd - small HTTP server
.SH SYNOPSIS
.B mini_httpd
.RB [ -C
.IR configfile ]
.RB [ -p
.IR port ]
.RB [ -d
.IR dir ]
.RB [ -dd
.IR data_dir ]
.RB [ -c
www.eeworm.com/read/457466/7325240
init mini_httpd.init
#!/bin/sh
# mini_httpd startup script
# Nelson Minar Thu Dec 30 13:54:31 PST 1999
# the following two lines added 2000-01-31 by Bennett Todd
# chkconfig: 2345 99 01
www.eeworm.com/read/457466/7325241
spec mini_httpd.spec
Summary: small, simple http daemon, supports SSL
Name: mini_httpd
Version: 1.19
Release: 1
Copyright: Freely Redistributable
Packager: Bennett Todd
Group: Networking/Daemons
URL: http
www.eeworm.com/read/457466/7325245
mini_httpd_wrapper
#!/bin/sh
#
# mini_httpd_wrapper - wrapper script for mini_httpd on FreeBSD
#
# This goes in /usr/local/sbin. It runs mini_httpd in a loop. If mini_httpd
# exits then the script restarts it automati
www.eeworm.com/read/457466/7325247
sh mini_httpd.sh
#!/bin/sh
#
# mini_httpd.sh - startup script for mini_httpd on FreeBSD
#
# This goes in /usr/local/etc/rc.d and gets run at boot-time.
case "$1" in
start)
if [ -x /usr/local/sbin/mini_httpd