-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.sql
More file actions
86 lines (71 loc) · 41.5 KB
/
data.sql
File metadata and controls
86 lines (71 loc) · 41.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
-- MySQL dump 10.13 Distrib 5.5.29, for Linux (x86_64)
--
-- Host: localhost Database: repobuild
-- ------------------------------------------------------
-- Server version 5.5.29-log
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Dumping data for table `archs`
--
LOCK TABLES `archs` WRITE;
/*!40000 ALTER TABLE `archs` DISABLE KEYS */;
INSERT INTO `archs` VALUES (1,'x86_64','x86_64'),(2,'i386','i386');
/*!40000 ALTER TABLE `archs` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Dumping data for table `options`
--
LOCK TABLES `options` WRITE;
/*!40000 ALTER TABLE `options` DISABLE KEYS */;
INSERT INTO `options` VALUES (4,'--with-rtsig_module','with-rtsig_module',1,'enable rtsig module',NULL,NULL,'no','no','no',1),(5,'--with-select_module','with-select_module',1,'enable select module',NULL,NULL,'no','no','no',1),(6,'--with-poll_module','with-poll_module',1,'enable poll module',NULL,NULL,'no','no','no',1),(7,'--with-file-aio','with-file-aio',1,'enable file AIO support',NULL,NULL,'no','yes','no',1),(8,'--with-ipv6','with-ipv6',1,'enable IPv6 support',NULL,NULL,'no','yes','no',1),(9,'--with-http_ssl_module','with-http_ssl_module',1,'enable ngx_http_ssl_module',NULL,NULL,'no','yes','no',1),(10,'--with-http_realip_module','with-http_realip_module',1,'enable ngx_http_realip_module',NULL,NULL,'no','yes','no',1),(11,'--with-http_xslt_module','with-http_xslt_module',1,'enable ngx_http_xslt_module',NULL,NULL,'no','no','no',1),(12,'--with-http_image_filter_module','with-http_image_filter_module',1,'enable ngx_http_image_filter_module',NULL,NULL,'no','no','no',1),(13,'--with-http_geoip_module','with-http_geoip_module',1,'enable ngx_http_geoip_module',NULL,NULL,'no','no','no',1),(14,'--with-http_sub_module','with-http_sub_module',1,'enable ngx_http_sub_module',NULL,NULL,'no','yes','no',1),(15,'--with-http_dav_module','with-http_dav_module',1,'enable ngx_http_dav_module',NULL,NULL,'no','yes','no',1),(16,'--with-http_flv_module','with-http_flv_module',1,'enable ngx_http_flv_module',NULL,NULL,'no','yes','no',1),(17,'--with-http_mp4_module','with-http_mp4_module',1,'enable ngx_http_mp4_module',NULL,NULL,'no','yes','no',1),(18,'--with-http_gunzip_module','with-http_gunzip_module',1,'enable ngx_http_gunzip_module',NULL,NULL,'no','no','no',1),(19,'--with-http_gzip_static_module','with-http_gzip_static_module',1,'enable ngx_http_gzip_static_module',NULL,NULL,'no','yes','no',1),(20,'--with-http_random_index_module','with-http_random_index_module',1,'enable ngx_http_random_index_module',NULL,NULL,'no','yes','no',1),(21,'--with-http_secure_link_module','with-http_secure_link_module',1,'enable ngx_http_secure_link_module',NULL,NULL,'no','yes','no',1),(22,'--with-http_degradation_module','with-http_degradation_module',1,'enable ngx_http_degradation_module',NULL,NULL,'no','yes','no',1),(23,'--with-http_stub_status_module','with-http_stub_status_module',1,'enable ngx_http_stub_status_module',NULL,NULL,'no','yes','no',1),(24,'--without-http_charset_module','without-http_charset_module',1,'disable ngx_http_charset_module',NULL,NULL,'no','no','no',1),(25,'--without-http_gzip_module','without-http_gzip_module',1,'disable ngx_http_gzip_module',NULL,NULL,'no','no','no',1),(26,'--without-http_ssi_module','without-http_ssi_module',1,'disable ngx_http_ssi_module',NULL,NULL,'no','no','no',1),(27,'--without-http_userid_module','without-http_userid_module',1,'disable ngx_http_userid_module',NULL,NULL,'no','no','no',1),(28,'--without-http_access_module','without-http_access_module',1,'disable ngx_http_access_module',NULL,NULL,'no','no','no',1),(29,'--without-http_auth_basic_module','without-http_auth_basic_module',1,'disable ngx_http_auth_basic_module',NULL,NULL,'no','no','no',1),(30,'--without-http_autoindex_module','without-http_autoindex_module',1,'disable ngx_http_autoindex_module',NULL,NULL,'no','no','no',1),(31,'--without-http_geo_module','without-http_geo_module',1,'disable ngx_http_geo_module',NULL,NULL,'no','no','no',1),(32,'--without-http_map_module','without-http_map_module',1,'disable ngx_http_map_module',NULL,NULL,'no','no','no',1),(33,'--without-http_split_clients_module','without-http_split_clients_module',1,'disable ngx_http_split_clients_module',NULL,NULL,'no','no','no',1),(34,'--without-http_referer_module','without-http_referer_module',1,'disable ngx_http_referer_module',NULL,NULL,'no','no','no',1),(36,'--without-http_proxy_module','without-http_proxy_module',1,'disable ngx_http_proxy_module',NULL,NULL,'no','no','no',1),(37,'--without-http_fastcgi_module','without-http_fastcgi_module',1,'disable ngx_http_fastcgi_module',NULL,NULL,'no','no','no',1),(38,'--without-http_uwsgi_module','without-http_uwsgi_module',1,'disable ngx_http_uwsgi_module',NULL,NULL,'no','no','no',1),(39,'--without-http_scgi_module','without-http_scgi_module',1,'disable ngx_http_scgi_module',NULL,NULL,'no','no','no',1),(40,'--without-http_memcached_module','without-http_memcached_module',1,'disable ngx_http_memcached_module',NULL,NULL,'no','no','no',1),(41,'--without-http_limit_conn_module','without-http_limit_conn_module',1,'disable ngx_http_limit_conn_module',NULL,NULL,'no','no','no',1),(42,'--without-http_limit_req_module','without-http_limit_req_module',1,'disable ngx_http_limit_req_module',NULL,NULL,'no','no','no',1),(43,'--without-http_empty_gif_module','without-http_empty_gif_module',1,'disable ngx_http_empty_gif_module',NULL,NULL,'no','no','no',1),(44,'--without-http_browser_module','without-http_browser_module',1,'disable ngx_http_browser_module',NULL,NULL,'no','no','no',1),(45,'--without-http_upstream_ip_hash_module','without-http_upstream_ip_hash_module',1,'disable ngx_http_upstream_ip_hash_module',NULL,NULL,'no','no','no',1),(46,'--without-http_upstream_least_conn_module','without-http_upstream_least_conn_module',1,'disable ngx_http_upstream_least_conn_module',NULL,NULL,'no','no','no',1),(47,'--without-http_upstream_keepalive_module','without-http_upstream_keepalive_module',1,'disable ngx_http_upstream_keepalive_module',NULL,NULL,'no','no','no',1),(48,'--with-http_perl_module','with-http_perl_module',1,'enable ngx_http_perl_module',NULL,NULL,'no','no','yes',1),(50,'--without-http-cache','without-http-cache',1,'disable HTTP cache',NULL,NULL,'no','no','no',1),(51,'--with-mail','with-mail',1,'enable POP3/IMAP4/SMTP proxy module',NULL,NULL,'no','no','no',1),(52,'--with-mail_ssl_module','with-mail_ssl_module',1,'enable ngx_mail_ssl_module',NULL,NULL,'no','no','no',1),(53,'--without-mail_pop3_module','without-mail_pop3_module',1,'disable ngx_mail_pop3_module',NULL,NULL,'no','no','no',1),(54,'--without-mail_imap_module','without-mail_imap_module',1,'disable ngx_mail_imap_module',NULL,NULL,'no','no','no',1),(55,'--without-mail_smtp_module','without-mail_smtp_module',1,'disable ngx_mail_smtp_module',NULL,NULL,'no','no','no',1),(56,'--with-google_perftools_module','with-google_perftools_module',1,'enable ngx_google_perftools_module',NULL,NULL,'no','no','no',1),(57,'--with-cpp_test_module','with-cpp_test_module',1,'enable ngx_cpp_test_module',NULL,NULL,'no','no','no',1),(58,'--without-pcre','without-pcre',1,'disable PCRE library usage',NULL,NULL,'no','no','no',1),(59,'--with-pcre','with-pcre',1,'force PCRE library usage',NULL,NULL,'no','no','no',1),(60,'--with-debug','with-debug',1,'enable debug logging',NULL,NULL,'no','no','no',1),(61,'--prefix','prefix',1,'set installation prefix',NULL,'/usr/share/nginx','no','yes','yes',1),(62,'--sbin-path','sbin-path',1,'set nginx binary pathname',NULL,'/usr/sbin/nginx','no','yes','yes',1),(63,'--conf-path','conf-path',1,'set nginx.conf pathname',NULL,'/etc/nginx/nginx.conf','no','yes','yes',1),(64,'--error-log-path','error-log-path',1,'set error log pathname',NULL,'/var/log/nginx/error.log','no','yes','no',1),(65,'--pid-path','pid-path',1,'set nginx.pid pathname',NULL,'/var/run/nginx.pid','no','yes','no',1),(66,'--lock-path','lock-path',1,'set nginx.lock pathname',NULL,'/var/lock/subsys/nginx','no','yes','no',1),(67,'--user','user',1,'set non-privileged user for worker processes',NULL,'nginx','no','yes','no',1),(68,'--group','group',1,'set non-privileged group for worker processes',NULL,'nginx','no','yes','no',1),(71,'--http-log-path','http-log-path',1,'set http access log pathname',NULL,'/var/log/nginx/access.log','no','yes','no',1),(72,'--http-client-body-temp-path','http-client-body-temp-path',1,'set path to store',NULL,'/var/lib/nginx/tmp/client_body','no','yes','no',1),(73,'--http-proxy-temp-path','http-proxy-temp-path',1,'set path to store http proxy temporary files',NULL,'/var/lib/nginx/tmp/proxy','no','yes','no',1),(74,'--http-fastcgi-temp-path','http-fastcgi-temp-path',1,'set path to store http fastcgi temporary files',NULL,'/var/lib/nginx/tmp/fastcgi','no','yes','no',1),(75,'--http-uwsgi-temp-path','http-uwsgi-temp-path',1,'set path to store http uwsgi temporary files',NULL,'/var/lib/nginx/tmp/uwsgi','no','yes','no',1),(76,'--http-scgi-temp-path','http-scgi-temp-path',1,'set path to store http scgi temporary files',NULL,'/var/lib/nginx/tmp/scgi','no','yes','no',1),(77,'--with-rtsig_module','with-rtsig_module',2,'enable rtsig module',NULL,NULL,'no','no','no',1),(78,'--with-select_module','with-select_module',2,'enable select module',NULL,NULL,'no','no','no',1),(79,'--with-poll_module','with-poll_module',2,'enable poll module',NULL,NULL,'no','no','no',1),(80,'--with-file-aio','with-file-aio',2,'enable file AIO support',NULL,NULL,'no','yes','no',1),(81,'--with-ipv6','with-ipv6',2,'enable IPv6 support',NULL,NULL,'no','yes','no',1),(82,'--with-http_ssl_module','with-http_ssl_module',2,'enable ngx_http_ssl_module',NULL,NULL,'no','yes','no',1),(83,'--with-http_realip_module','with-http_realip_module',2,'enable ngx_http_realip_module',NULL,NULL,'no','yes','no',1),(84,'--with-http_xslt_module','with-http_xslt_module',2,'enable ngx_http_xslt_module',NULL,NULL,'no','no','no',1),(85,'--with-http_image_filter_module','with-http_image_filter_module',2,'enable ngx_http_image_filter_module',NULL,NULL,'no','no','no',1),(86,'--with-http_geoip_module','with-http_geoip_module',2,'enable ngx_http_geoip_module',NULL,NULL,'no','no','no',1),(87,'--with-http_sub_module','with-http_sub_module',2,'enable ngx_http_sub_module',NULL,NULL,'no','yes','no',1),(88,'--with-http_dav_module','with-http_dav_module',2,'enable ngx_http_dav_module',NULL,NULL,'no','yes','no',1),(89,'--with-http_flv_module','with-http_flv_module',2,'enable ngx_http_flv_module',NULL,NULL,'no','yes','no',1),(90,'--with-http_mp4_module','with-http_mp4_module',2,'enable ngx_http_mp4_module',NULL,NULL,'no','yes','no',1),(92,'--with-http_gzip_static_module','with-http_gzip_static_module',2,'enable ngx_http_gzip_static_module',NULL,NULL,'no','yes','no',1),(93,'--with-http_random_index_module','with-http_random_index_module',2,'enable ngx_http_random_index_module',NULL,NULL,'no','yes','no',1),(94,'--with-http_secure_link_module','with-http_secure_link_module',2,'enable ngx_http_secure_link_module',NULL,NULL,'no','yes','no',1),(95,'--with-http_degradation_module','with-http_degradation_module',2,'enable ngx_http_degradation_module',NULL,NULL,'no','yes','no',1),(96,'--with-http_stub_status_module','with-http_stub_status_module',2,'enable ngx_http_stub_status_module',NULL,NULL,'no','yes','no',1),(97,'--without-http_charset_module','without-http_charset_module',2,'disable ngx_http_charset_module',NULL,NULL,'no','no','no',1),(98,'--without-http_gzip_module','without-http_gzip_module',2,'disable ngx_http_gzip_module',NULL,NULL,'no','no','no',1),(99,'--without-http_ssi_module','without-http_ssi_module',2,'disable ngx_http_ssi_module',NULL,NULL,'no','no','no',1),(100,'--without-http_userid_module','without-http_userid_module',2,'disable ngx_http_userid_module',NULL,NULL,'no','no','no',1),(101,'--without-http_access_module','without-http_access_module',2,'disable ngx_http_access_module',NULL,NULL,'no','no','no',1),(102,'--without-http_auth_basic_module','without-http_auth_basic_module',2,'disable ngx_http_auth_basic_module',NULL,NULL,'no','no','no',1),(103,'--without-http_autoindex_module','without-http_autoindex_module',2,'disable ngx_http_autoindex_module',NULL,NULL,'no','no','no',1),(104,'--without-http_geo_module','without-http_geo_module',2,'disable ngx_http_geo_module',NULL,NULL,'no','no','no',1),(105,'--without-http_map_module','without-http_map_module',2,'disable ngx_http_map_module',NULL,NULL,'no','no','no',1),(106,'--without-http_split_clients_module','without-http_split_clients_module',2,'disable ngx_http_split_clients_module',NULL,NULL,'no','no','no',1),(107,'--without-http_referer_module','without-http_referer_module',2,'disable ngx_http_referer_module',NULL,NULL,'no','no','no',1),(109,'--without-http_proxy_module','without-http_proxy_module',2,'disable ngx_http_proxy_module',NULL,NULL,'no','no','no',1),(110,'--without-http_fastcgi_module','without-http_fastcgi_module',2,'disable ngx_http_fastcgi_module',NULL,NULL,'no','no','no',1),(111,'--without-http_uwsgi_module','without-http_uwsgi_module',2,'disable ngx_http_uwsgi_module',NULL,NULL,'no','no','no',1),(112,'--without-http_scgi_module','without-http_scgi_module',2,'disable ngx_http_scgi_module',NULL,NULL,'no','no','no',1),(113,'--without-http_memcached_module','without-http_memcached_module',2,'disable ngx_http_memcached_module',NULL,NULL,'no','no','no',1),(114,'--without-http_limit_conn_module','without-http_limit_conn_module',2,'disable ngx_http_limit_conn_module',NULL,NULL,'no','no','no',1),(115,'--without-http_limit_req_module','without-http_limit_req_module',2,'disable ngx_http_limit_req_module',NULL,NULL,'no','no','no',1),(116,'--without-http_empty_gif_module','without-http_empty_gif_module',2,'disable ngx_http_empty_gif_module',NULL,NULL,'no','no','no',1),(117,'--without-http_browser_module','without-http_browser_module',2,'disable ngx_http_browser_module',NULL,NULL,'no','no','no',1),(118,'--without-http_upstream_ip_hash_module','without-http_upstream_ip_hash_module',2,'disable ngx_http_upstream_ip_hash_module',NULL,NULL,'no','no','no',1),(119,'--without-http_upstream_least_conn_module','without-http_upstream_least_conn_module',2,'disable ngx_http_upstream_least_conn_module',NULL,NULL,'no','no','no',1),(120,'--without-http_upstream_keepalive_module','without-http_upstream_keepalive_module',2,'disable ngx_http_upstream_keepalive_module',NULL,NULL,'no','no','no',1),(121,'--with-http_perl_module','with-http_perl_module',2,'enable ngx_http_perl_module',NULL,NULL,'no','no','yes',1),(123,'--without-http-cache','without-http-cache',2,'disable HTTP cache',NULL,NULL,'no','no','no',1),(124,'--with-mail','with-mail',2,'enable POP3/IMAP4/SMTP proxy module',NULL,NULL,'no','no','no',1),(125,'--with-mail_ssl_module','with-mail_ssl_module',2,'enable ngx_mail_ssl_module',NULL,NULL,'no','no','no',1),(126,'--without-mail_pop3_module','without-mail_pop3_module',2,'disable ngx_mail_pop3_module',NULL,NULL,'no','no','no',1),(127,'--without-mail_imap_module','without-mail_imap_module',2,'disable ngx_mail_imap_module',NULL,NULL,'no','no','no',1),(128,'--without-mail_smtp_module','without-mail_smtp_module',2,'disable ngx_mail_smtp_module',NULL,NULL,'no','no','no',1),(129,'--with-google_perftools_module','with-google_perftools_module',2,'enable ngx_google_perftools_module',NULL,NULL,'no','no','no',1),(130,'--with-cpp_test_module','with-cpp_test_module',2,'enable ngx_cpp_test_module',NULL,NULL,'no','no','no',1),(131,'--without-pcre','without-pcre',2,'disable PCRE library usage',NULL,NULL,'no','no','no',1),(132,'--with-pcre','with-pcre',2,'force PCRE library usage',NULL,NULL,'no','no','no',1),(133,'--with-debug','with-debug',2,'enable debug logging',NULL,NULL,'no','no','no',1),(134,'--prefix','prefix',2,'set installation prefix',NULL,'/usr/share/nginx','no','yes','yes',1),(135,'--sbin-path','sbin-path',2,'set nginx binary pathname',NULL,'/usr/sbin/nginx','no','yes','yes',1),(136,'--conf-path','conf-path',2,'set nginx.conf pathname',NULL,'/etc/nginx/nginx.conf','no','yes','yes',1),(137,'--error-log-path','error-log-path',2,'set error log pathname',NULL,'/var/log/nginx/error.log','no','yes','no',1),(138,'--pid-path','pid-path',2,'set nginx.pid pathname',NULL,'/var/run/nginx.pid','no','yes','no',1),(139,'--lock-path','lock-path',2,'set nginx.lock pathname',NULL,'/var/lock/subsys/nginx','no','yes','no',1),(140,'--user','user',2,'set non-privileged user for worker processes',NULL,'nginx','no','yes','no',1),(141,'--group','group',2,'set non-privileged group for worker processes',NULL,'nginx','no','yes','no',1),(144,'--http-log-path','http-log-path',2,'set http access log pathname',NULL,'/var/log/nginx/access.log','no','yes','no',1),(145,'--http-client-body-temp-path','http-client-body-temp-path',2,'set path to store',NULL,'/var/lib/nginx/tmp/client_body','no','yes','no',1),(146,'--http-proxy-temp-path','http-proxy-temp-path',2,'set path to store http proxy temporary files',NULL,'/var/lib/nginx/tmp/proxy','no','yes','no',1),(147,'--http-fastcgi-temp-path','http-fastcgi-temp-path',2,'set path to store http fastcgi temporary files',NULL,'/var/lib/nginx/tmp/fastcgi','no','yes','no',1),(148,'--http-uwsgi-temp-path','http-uwsgi-temp-path',2,'set path to store http uwsgi temporary files',NULL,'/var/lib/nginx/tmp/uwsgi','no','yes','no',1),(149,'--http-scgi-temp-path','http-scgi-temp-path',2,'set path to store http scgi temporary files',NULL,'/var/lib/nginx/tmp/scgi','no','yes','no',1),(150,'--with-rtsig_module','with-rtsig_module',3,'enable rtsig module',NULL,NULL,'no','no','no',1),(151,'--with-select_module','with-select_module',3,'enable select module',NULL,NULL,'no','no','no',1),(152,'--with-poll_module','with-poll_module',3,'enable poll module',NULL,NULL,'no','no','no',1),(153,'--with-file-aio','with-file-aio',3,'enable file AIO support',NULL,NULL,'no','yes','no',1),(154,'--with-ipv6','with-ipv6',3,'enable IPv6 support',NULL,NULL,'no','yes','no',1),(155,'--with-http_ssl_module','with-http_ssl_module',3,'enable ngx_http_ssl_module',NULL,NULL,'no','yes','no',1),(156,'--with-http_realip_module','with-http_realip_module',3,'enable ngx_http_realip_module',NULL,NULL,'no','yes','no',1),(157,'--with-http_xslt_module','with-http_xslt_module',3,'enable ngx_http_xslt_module',NULL,NULL,'no','no','no',1),(158,'--with-http_image_filter_module','with-http_image_filter_module',3,'enable ngx_http_image_filter_module',NULL,NULL,'no','no','no',1),(159,'--with-http_geoip_module','with-http_geoip_module',3,'enable ngx_http_geoip_module',NULL,NULL,'no','no','no',1),(160,'--with-http_sub_module','with-http_sub_module',3,'enable ngx_http_sub_module',NULL,NULL,'no','yes','no',1),(161,'--with-http_dav_module','with-http_dav_module',3,'enable ngx_http_dav_module',NULL,NULL,'no','yes','no',1),(162,'--with-http_flv_module','with-http_flv_module',3,'enable ngx_http_flv_module',NULL,NULL,'no','yes','no',1),(163,'--with-http_mp4_module','with-http_mp4_module',3,'enable ngx_http_mp4_module',NULL,NULL,'no','yes','no',1),(165,'--with-http_gzip_static_module','with-http_gzip_static_module',3,'enable ngx_http_gzip_static_module',NULL,NULL,'no','yes','no',1),(166,'--with-http_random_index_module','with-http_random_index_module',3,'enable ngx_http_random_index_module',NULL,NULL,'no','yes','no',1),(167,'--with-http_secure_link_module','with-http_secure_link_module',3,'enable ngx_http_secure_link_module',NULL,NULL,'no','yes','no',1),(168,'--with-http_degradation_module','with-http_degradation_module',3,'enable ngx_http_degradation_module',NULL,NULL,'no','yes','no',1),(169,'--with-http_stub_status_module','with-http_stub_status_module',3,'enable ngx_http_stub_status_module',NULL,NULL,'no','yes','no',1),(170,'--without-http_charset_module','without-http_charset_module',3,'disable ngx_http_charset_module',NULL,NULL,'no','no','no',1),(171,'--without-http_gzip_module','without-http_gzip_module',3,'disable ngx_http_gzip_module',NULL,NULL,'no','no','no',1),(172,'--without-http_ssi_module','without-http_ssi_module',3,'disable ngx_http_ssi_module',NULL,NULL,'no','no','no',1),(173,'--without-http_userid_module','without-http_userid_module',3,'disable ngx_http_userid_module',NULL,NULL,'no','no','no',1),(174,'--without-http_access_module','without-http_access_module',3,'disable ngx_http_access_module',NULL,NULL,'no','no','no',1),(175,'--without-http_auth_basic_module','without-http_auth_basic_module',3,'disable ngx_http_auth_basic_module',NULL,NULL,'no','no','no',1),(176,'--without-http_autoindex_module','without-http_autoindex_module',3,'disable ngx_http_autoindex_module',NULL,NULL,'no','no','no',1),(177,'--without-http_geo_module','without-http_geo_module',3,'disable ngx_http_geo_module',NULL,NULL,'no','no','no',1),(178,'--without-http_map_module','without-http_map_module',3,'disable ngx_http_map_module',NULL,NULL,'no','no','no',1),(179,'--without-http_split_clients_module','without-http_split_clients_module',3,'disable ngx_http_split_clients_module',NULL,NULL,'no','no','no',1),(180,'--without-http_referer_module','without-http_referer_module',3,'disable ngx_http_referer_module',NULL,NULL,'no','no','no',1),(182,'--without-http_proxy_module','without-http_proxy_module',3,'disable ngx_http_proxy_module',NULL,NULL,'no','no','no',1),(183,'--without-http_fastcgi_module','without-http_fastcgi_module',3,'disable ngx_http_fastcgi_module',NULL,NULL,'no','no','no',1),(184,'--without-http_uwsgi_module','without-http_uwsgi_module',3,'disable ngx_http_uwsgi_module',NULL,NULL,'no','no','no',1),(185,'--without-http_scgi_module','without-http_scgi_module',3,'disable ngx_http_scgi_module',NULL,NULL,'no','no','no',1),(186,'--without-http_memcached_module','without-http_memcached_module',3,'disable ngx_http_memcached_module',NULL,NULL,'no','no','no',1),(187,'--without-http_limit_conn_module','without-http_limit_conn_module',3,'disable ngx_http_limit_conn_module',NULL,NULL,'no','no','no',1),(188,'--without-http_limit_req_module','without-http_limit_req_module',3,'disable ngx_http_limit_req_module',NULL,NULL,'no','no','no',1),(189,'--without-http_empty_gif_module','without-http_empty_gif_module',3,'disable ngx_http_empty_gif_module',NULL,NULL,'no','no','no',1),(190,'--without-http_browser_module','without-http_browser_module',3,'disable ngx_http_browser_module',NULL,NULL,'no','no','no',1),(191,'--without-http_upstream_ip_hash_module','without-http_upstream_ip_hash_module',3,'disable ngx_http_upstream_ip_hash_module',NULL,NULL,'no','no','no',1),(192,'--without-http_upstream_least_conn_module','without-http_upstream_least_conn_module',3,'disable ngx_http_upstream_least_conn_module',NULL,NULL,'no','no','no',1),(193,'--without-http_upstream_keepalive_module','without-http_upstream_keepalive_module',3,'disable ngx_http_upstream_keepalive_module',NULL,NULL,'no','no','no',1),(194,'--with-http_perl_module','with-http_perl_module',3,'enable ngx_http_perl_module',NULL,NULL,'no','no','yes',1),(196,'--without-http-cache','without-http-cache',3,'disable HTTP cache',NULL,NULL,'no','no','no',1),(197,'--with-mail','with-mail',3,'enable POP3/IMAP4/SMTP proxy module',NULL,NULL,'no','no','no',1),(198,'--with-mail_ssl_module','with-mail_ssl_module',3,'enable ngx_mail_ssl_module',NULL,NULL,'no','no','no',1),(199,'--without-mail_pop3_module','without-mail_pop3_module',3,'disable ngx_mail_pop3_module',NULL,NULL,'no','no','no',1),(200,'--without-mail_imap_module','without-mail_imap_module',3,'disable ngx_mail_imap_module',NULL,NULL,'no','no','no',1),(201,'--without-mail_smtp_module','without-mail_smtp_module',3,'disable ngx_mail_smtp_module',NULL,NULL,'no','no','no',1),(202,'--with-google_perftools_module','with-google_perftools_module',3,'enable ngx_google_perftools_module',NULL,NULL,'no','no','no',1),(203,'--with-cpp_test_module','with-cpp_test_module',3,'enable ngx_cpp_test_module',NULL,NULL,'no','no','no',1),(204,'--without-pcre','without-pcre',3,'disable PCRE library usage',NULL,NULL,'no','no','no',1),(205,'--with-pcre','with-pcre',3,'force PCRE library usage',NULL,NULL,'no','no','no',1),(206,'--with-debug','with-debug',3,'enable debug logging',NULL,NULL,'no','no','no',1),(207,'--prefix','prefix',3,'set installation prefix',NULL,'/usr/share/nginx','no','yes','yes',1),(208,'--sbin-path','sbin-path',3,'set nginx binary pathname',NULL,'/usr/sbin/nginx','no','yes','yes',1),(209,'--conf-path','conf-path',3,'set nginx.conf pathname',NULL,'/etc/nginx/nginx.conf','no','yes','yes',1),(210,'--error-log-path','error-log-path',3,'set error log pathname',NULL,'/var/log/nginx/error.log','no','yes','no',1),(211,'--pid-path','pid-path',3,'set nginx.pid pathname',NULL,'/var/run/nginx.pid','no','yes','no',1),(212,'--lock-path','lock-path',3,'set nginx.lock pathname',NULL,'/var/lock/subsys/nginx','no','yes','no',1),(213,'--user','user',3,'set non-privileged user for worker processes',NULL,'nginx','no','yes','no',1),(214,'--group','group',3,'set non-privileged group for worker processes',NULL,'nginx','no','yes','no',1),(217,'--http-log-path','http-log-path',3,'set http access log pathname',NULL,'/var/log/nginx/access.log','no','yes','no',1),(218,'--http-client-body-temp-path','http-client-body-temp-path',3,'set path to store',NULL,'/var/lib/nginx/tmp/client_body','no','yes','no',1),(219,'--http-proxy-temp-path','http-proxy-temp-path',3,'set path to store http proxy temporary files',NULL,'/var/lib/nginx/tmp/proxy','no','yes','no',1),(220,'--http-fastcgi-temp-path','http-fastcgi-temp-path',3,'set path to store http fastcgi temporary files',NULL,'/var/lib/nginx/tmp/fastcgi','no','yes','no',1),(221,'--http-uwsgi-temp-path','http-uwsgi-temp-path',3,'set path to store http uwsgi temporary files',NULL,'/var/lib/nginx/tmp/uwsgi','no','yes','no',1),(222,'--http-scgi-temp-path','http-scgi-temp-path',3,'set path to store http scgi temporary files',NULL,'/var/lib/nginx/tmp/scgi','no','yes','no',1),(223,'--add-module=nginx-upstream-fair','add-module=nginx-upstream-fair',2,'add nginx-upstream-fair module',NULL,NULL,'no','no','no',5),(224,'--add-module=masterzen-nginx-upload-progress-module-03cbf1f','add-module=nginx-upload-progress-module',2,'add nginx-upload-progress-module module',NULL,NULL,'no','no','no',5),(225,'--add-module=mod_zip-1.1.6','add-module=mod_zip',2,'add mod_zip module',NULL,NULL,'no','no','no',5),(228,'--add-module=nginx-rtmp-module-master','add-module=nginx-rtmp-module-master',2,'add nginx-rtmp-module-master module','82',NULL,'no','no','no',4),(229,'--add-module=nginx-upstream-fair','add-module=nginx-upstream-fair',1,'add nginx-upstream-fair module',NULL,NULL,'no','no','no',5),(230,'--add-module=nginx-upload-progress-module','add-module=nginx-upload-progress-module',1,'add nginx-upload-progress-module module',NULL,NULL,'no','no','no',5),(231,'--add-module=mod_zip-1.1.6','add-module=mod_zip',1,'add mod_zip module',NULL,NULL,'no','no','no',5),(233,'--add-module=nginx-rtmp-module-master','add-module=nginx-rtmp-module-master',1,'add nginx-rtmp-module-master module','9',NULL,'no','no','no',5),(234,'--add-module=ngx_http_enhanced_memcached_module-master','add-module=ngx_http_enhanced_memcached_module-master',1,'add ngx_http_enhanced_memcached_module-master module',NULL,NULL,'no','no','no',5),(235,'--add-module=memc-nginx-module-0.13rc3','add-module=memc-nginx-module',1,'add memc-nginx-module module',NULL,NULL,'no','no','no',5),(236,'--add-module=ngx_http_enhanced_memcached_module-master','add-module=ngx_http_enhanced_memcached_module-master',2,'add ngx_http_enhanced_memcached_module-master module',NULL,NULL,'no','no','no',5),(237,'--add-module=memc-nginx-module-0.13rc3','add-module=memc-nginx-module',2,'add memc-nginx-module module',NULL,NULL,'no','no','no',5),(238,'--add-module=nginx-sla-master','add-module=nginx-sla',1,'enable nginx-sla module',NULL,NULL,'no','no','no',5),(304,'--with-rtsig_module','with-rtsig_module',4,'enable rtsig module',NULL,NULL,'no','no','no',1),(305,'--with-select_module','with-select_module',4,'enable select module',NULL,NULL,'no','no','no',1),(306,'--with-poll_module','with-poll_module',4,'enable poll module',NULL,NULL,'no','no','no',1),(307,'--with-file-aio','with-file-aio',4,'enable file AIO support',NULL,NULL,'no','yes','no',1),(308,'--with-ipv6','with-ipv6',4,'enable IPv6 support',NULL,NULL,'no','yes','no',1),(309,'--with-http_ssl_module','with-http_ssl_module',4,'enable ngx_http_ssl_module',NULL,NULL,'no','yes','no',1),(310,'--with-http_realip_module','with-http_realip_module',4,'enable ngx_http_realip_module',NULL,NULL,'no','yes','no',1),(311,'--with-http_xslt_module','with-http_xslt_module',4,'enable ngx_http_xslt_module',NULL,NULL,'no','no','no',1),(312,'--with-http_image_filter_module','with-http_image_filter_module',4,'enable ngx_http_image_filter_module',NULL,NULL,'no','no','no',1),(313,'--with-http_geoip_module','with-http_geoip_module',4,'enable ngx_http_geoip_module',NULL,NULL,'no','no','no',1),(314,'--with-http_sub_module','with-http_sub_module',4,'enable ngx_http_sub_module',NULL,NULL,'no','yes','no',1),(315,'--with-http_dav_module','with-http_dav_module',4,'enable ngx_http_dav_module',NULL,NULL,'no','yes','no',1),(316,'--with-http_flv_module','with-http_flv_module',4,'enable ngx_http_flv_module',NULL,NULL,'no','yes','no',1),(317,'--with-http_mp4_module','with-http_mp4_module',4,'enable ngx_http_mp4_module',NULL,NULL,'no','yes','no',1),(319,'--with-http_gzip_static_module','with-http_gzip_static_module',4,'enable ngx_http_gzip_static_module',NULL,NULL,'no','yes','no',1),(320,'--with-http_random_index_module','with-http_random_index_module',4,'enable ngx_http_random_index_module',NULL,NULL,'no','yes','no',1),(321,'--with-http_secure_link_module','with-http_secure_link_module',4,'enable ngx_http_secure_link_module',NULL,NULL,'no','yes','no',1),(322,'--with-http_degradation_module','with-http_degradation_module',4,'enable ngx_http_degradation_module',NULL,NULL,'no','yes','no',1),(323,'--with-http_stub_status_module','with-http_stub_status_module',4,'enable ngx_http_stub_status_module',NULL,NULL,'no','yes','no',1),(324,'--without-http_charset_module','without-http_charset_module',4,'disable ngx_http_charset_module',NULL,NULL,'no','no','no',1),(325,'--without-http_gzip_module','without-http_gzip_module',4,'disable ngx_http_gzip_module',NULL,NULL,'no','no','no',1),(326,'--without-http_ssi_module','without-http_ssi_module',4,'disable ngx_http_ssi_module',NULL,NULL,'no','no','no',1),(327,'--without-http_userid_module','without-http_userid_module',4,'disable ngx_http_userid_module',NULL,NULL,'no','no','no',1),(328,'--without-http_access_module','without-http_access_module',4,'disable ngx_http_access_module',NULL,NULL,'no','no','no',1),(329,'--without-http_auth_basic_module','without-http_auth_basic_module',4,'disable ngx_http_auth_basic_module',NULL,NULL,'no','no','no',1),(330,'--without-http_autoindex_module','without-http_autoindex_module',4,'disable ngx_http_autoindex_module',NULL,NULL,'no','no','no',1),(331,'--without-http_geo_module','without-http_geo_module',4,'disable ngx_http_geo_module',NULL,NULL,'no','no','no',1),(332,'--without-http_map_module','without-http_map_module',4,'disable ngx_http_map_module',NULL,NULL,'no','no','no',1),(333,'--without-http_split_clients_module','without-http_split_clients_module',4,'disable ngx_http_split_clients_module',NULL,NULL,'no','no','no',1),(334,'--without-http_referer_module','without-http_referer_module',4,'disable ngx_http_referer_module',NULL,NULL,'no','no','no',1),(336,'--without-http_proxy_module','without-http_proxy_module',4,'disable ngx_http_proxy_module',NULL,NULL,'no','no','no',1),(337,'--without-http_fastcgi_module','without-http_fastcgi_module',4,'disable ngx_http_fastcgi_module',NULL,NULL,'no','no','no',1),(338,'--without-http_uwsgi_module','without-http_uwsgi_module',4,'disable ngx_http_uwsgi_module',NULL,NULL,'no','no','no',1),(339,'--without-http_scgi_module','without-http_scgi_module',4,'disable ngx_http_scgi_module',NULL,NULL,'no','no','no',1),(340,'--without-http_memcached_module','without-http_memcached_module',4,'disable ngx_http_memcached_module',NULL,NULL,'no','no','no',1),(341,'--without-http_limit_conn_module','without-http_limit_conn_module',4,'disable ngx_http_limit_conn_module',NULL,NULL,'no','no','no',1),(342,'--without-http_limit_req_module','without-http_limit_req_module',4,'disable ngx_http_limit_req_module',NULL,NULL,'no','no','no',1),(343,'--without-http_empty_gif_module','without-http_empty_gif_module',4,'disable ngx_http_empty_gif_module',NULL,NULL,'no','no','no',1),(344,'--without-http_browser_module','without-http_browser_module',4,'disable ngx_http_browser_module',NULL,NULL,'no','no','no',1),(345,'--without-http_upstream_ip_hash_module','without-http_upstream_ip_hash_module',4,'disable ngx_http_upstream_ip_hash_module',NULL,NULL,'no','no','no',1),(346,'--without-http_upstream_least_conn_module','without-http_upstream_least_conn_module',4,'disable ngx_http_upstream_least_conn_module',NULL,NULL,'no','no','no',1),(347,'--without-http_upstream_keepalive_module','without-http_upstream_keepalive_module',4,'disable ngx_http_upstream_keepalive_module',NULL,NULL,'no','no','no',1),(348,'--with-http_perl_module','with-http_perl_module',4,'enable ngx_http_perl_module',NULL,NULL,'no','no','yes',1),(350,'--without-http-cache','without-http-cache',4,'disable HTTP cache',NULL,NULL,'no','no','no',1),(351,'--with-mail','with-mail',4,'enable POP3/IMAP4/SMTP proxy module',NULL,NULL,'no','no','no',1),(352,'--with-mail_ssl_module','with-mail_ssl_module',4,'enable ngx_mail_ssl_module',NULL,NULL,'no','no','no',1),(353,'--without-mail_pop3_module','without-mail_pop3_module',4,'disable ngx_mail_pop3_module',NULL,NULL,'no','no','no',1),(354,'--without-mail_imap_module','without-mail_imap_module',4,'disable ngx_mail_imap_module',NULL,NULL,'no','no','no',1),(355,'--without-mail_smtp_module','without-mail_smtp_module',4,'disable ngx_mail_smtp_module',NULL,NULL,'no','no','no',1),(356,'--with-google_perftools_module','with-google_perftools_module',4,'enable ngx_google_perftools_module',NULL,NULL,'no','no','no',1),(357,'--with-cpp_test_module','with-cpp_test_module',4,'enable ngx_cpp_test_module',NULL,NULL,'no','no','no',1),(358,'--without-pcre','without-pcre',4,'disable PCRE library usage',NULL,NULL,'no','no','no',1),(359,'--with-pcre','with-pcre',4,'force PCRE library usage',NULL,NULL,'no','no','no',1),(360,'--with-debug','with-debug',4,'enable debug logging',NULL,NULL,'no','no','no',1),(361,'--prefix','prefix',4,'set installation prefix',NULL,'/usr/share/nginx','no','yes','yes',1),(362,'--sbin-path','sbin-path',4,'set nginx binary pathname',NULL,'/usr/sbin/nginx','no','yes','yes',1),(363,'--conf-path','conf-path',4,'set nginx.conf pathname',NULL,'/etc/nginx/nginx.conf','no','yes','yes',1),(364,'--error-log-path','error-log-path',4,'set error log pathname',NULL,'/var/log/nginx/error.log','no','yes','no',1),(365,'--pid-path','pid-path',4,'set nginx.pid pathname',NULL,'/var/run/nginx.pid','no','yes','no',1),(366,'--lock-path','lock-path',4,'set nginx.lock pathname',NULL,'/var/lock/subsys/nginx','no','yes','no',1),(367,'--user','user',4,'set non-privileged user for worker processes',NULL,'nginx','no','yes','no',1),(368,'--group','group',4,'set non-privileged group for worker processes',NULL,'nginx','no','yes','no',1),(371,'--http-log-path','http-log-path',4,'set http access log pathname',NULL,'/var/log/nginx/access.log','no','yes','no',1),(372,'--http-client-body-temp-path','http-client-body-temp-path',4,'set path to store',NULL,'/var/lib/nginx/tmp/client_body','no','yes','no',1),(373,'--http-proxy-temp-path','http-proxy-temp-path',4,'set path to store http proxy temporary files',NULL,'/var/lib/nginx/tmp/proxy','no','yes','no',1),(374,'--http-fastcgi-temp-path','http-fastcgi-temp-path',4,'set path to store http fastcgi temporary files',NULL,'/var/lib/nginx/tmp/fastcgi','no','yes','no',1),(375,'--http-uwsgi-temp-path','http-uwsgi-temp-path',4,'set path to store http uwsgi temporary files',NULL,'/var/lib/nginx/tmp/uwsgi','no','yes','no',1),(376,'--http-scgi-temp-path','http-scgi-temp-path',4,'set path to store http scgi temporary files',NULL,'/var/lib/nginx/tmp/scgi','no','yes','no',1),(377,'--with-luajit','with-luajit',4,'enable luajit module',NULL,NULL,'no','no','no',1),(378,'--with-http_iconv_module','with-http_iconv_module',4,'enable http_iconv module',NULL,NULL,'no','no','no',1),(379,'--with-http_postgres_module','with-http_postgres_module',4,'enable http_postgres module',NULL,NULL,'no','no','no',1),(380,'--without-http_redis2_module','without-http_redis2_module',4,'enable http_redis2 module',NULL,NULL,'no','no','no',1),(381,'--add-module=auth-request-nginx-module-0.2','add-module=auth-request-nginx-module',1,'add auth-request-nginx-module',NULL,NULL,'no','no','no',5),(382,'--add-module=drizzle-nginx-module-0.1.5','add-module=drizzle-nginx-module',1,'add drizzle-nginx-module',NULL,NULL,'no','no','no',5),(383,'--add-module=echo-nginx-module-0.45','add-module=echo-nginx-module',1,'add echo-nginx-module',NULL,NULL,'no','no','no',5),(384,'--add-module=ngx_devel_kit-0.2.18','add-module=ngx_devel_kit',1,'add ngx_devel_kit',NULL,NULL,'no','no','no',2),(385,'--add-module=set-misc-nginx-module-0.22rc8','add-module=set-misc-nginx-module',1,'add set-misc-nginx-module-0.22rc8','384',NULL,'no','no','no',3),(386,'--add-module=encrypted-session-nginx-module-0.02','add-module=encrypted-session-nginx-module',1,'add encrypted-session-nginx-module','385',NULL,'no','no','no',5),(387,'--add-module=form-input-nginx-module-0.07','add-module=form-input-nginx-module',1,'add form-input-nginx-module','384',NULL,'no','no','no',5),(388,'--add-module=headers-more-nginx-module-0.19','add-module=headers-more-nginx-module',1,'add headers-more-nginx-module',NULL,NULL,'no','no','no',5),(389,'--add-module=iconv-nginx-module-0.10rc7','add-module=iconv-nginx-module',1,'add iconv-nginx-module','384',NULL,'no','no','no',5),(390,'--add-module=ngx_postgres-1.0rc2','add-module=ngx_postgres',1,'add ngx_postgres',NULL,NULL,'no','no','no',5),(391,'--add-module=rds-csv-nginx-module-0.05rc2','add-module=rds-csv-nginx-module',1,'add rds-csv-nginx-module',NULL,NULL,'no','no','no',5),(392,'--add-module=rds-json-nginx-module-0.12rc10','add-module=rds-json-nginx-module',1,'add rds-json-nginx-module',NULL,NULL,'no','no','no',5),(393,'--add-module=redis-nginx-module-0.3.6','add-module=redis-nginx-module',1,'add redis-nginx-module',NULL,NULL,'no','no','no',5),(394,'--add-module=redis2-nginx-module-0.10','add-module=redis2-nginx-module',1,'add redis2-nginx-module',NULL,NULL,'no','no','no',5),(395,'--add-module=srcache-nginx-module-0.19','add-module=srcache-nginx-module',1,'add srcache-nginx-module',NULL,NULL,'no','no','no',1),(396,'--add-module=xss-nginx-module-0.03rc9','add-module=xss-nginx-module',1,'add xss-nginx-module',NULL,NULL,'no','no','no',1),(397,'--add-module=ngx_http_limit_req_module-1.4.4','add-module=ngx_http_limit_req_module',1,'add tengine ngx_http_limit_req_module module','42',NULL,'no','no','no',5),(398,'--add-module=nginx-push-stream-module-master','add-module=nginx-push-stream',1,'add nginx-push-stream module',NULL,NULL,'no','no','no',5),(399,'--add-module=nginx_syslog_patch-master','add-module=nginx_syslog',1,'add nginx_syslog module',NULL,NULL,'no','no','no',5),(400,'--add-module=nginx-backtrace-master','add-module=nginx-backtrace',1,'add nginx-backtrace module',NULL,NULL,'no','no','no',5),(401,'--add-module=nginx-http-concat-master','add-module=nginx-http-concat',1,'add nginx-http-concat module',NULL,NULL,'no','no','no',5),(402,'--add-module=nginx-http-footer-filter-master','add-module=nginx-http-footer-filter',1,'add nginx-http-footer-filter module',NULL,NULL,'no','no','no',5),(403,'--add-module=nginx-http-slice-master','add-module=nginx-http-slice',1,'add nginx-http-slice module',NULL,NULL,'no','no','no',5),(404,'--add-module=nginx-http-sysguard-master','add-module=nginx-http-sysguard',1,'add nginx-http-sysguard module',NULL,NULL,'no','no','no',5),(405,'--add-module=nginx-http-user-agent-master','add-module=nginx-http-user-agent',1,'add nginx-http-user-agent module',NULL,NULL,'no','no','no',5),(406,'--add-module=ngx_pagespeed-release-1.5.27.2-beta','add-module=ngx_pagespeed-release',1,'add ngx_pagespeed module',NULL,NULL,'no','no','no',5),(407,'--add-module=passenger-4.0.1/ext/nginx','add-module=passenger-4.0.1',1,'add passenger module',NULL,NULL,'no','no','no',5);
/*!40000 ALTER TABLE `options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Dumping data for table `options_deps`
--
LOCK TABLES `options_deps` WRITE;
/*!40000 ALTER TABLE `options_deps` DISABLE KEYS */;
/*!40000 ALTER TABLE `options_deps` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Dumping data for table `os`
--
LOCK TABLES `os` WRITE;
/*!40000 ALTER TABLE `os` DISABLE KEYS */;
INSERT INTO `os` VALUES (1,'el6','CentOS 6'),(2,'el5','CentOS 5');
/*!40000 ALTER TABLE `os` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Dumping data for table `packets`
--
LOCK TABLES `packets` WRITE;
/*!40000 ALTER TABLE `packets` DISABLE KEYS */;
INSERT INTO `packets` VALUES (1,'nginx','nginx',NULL,'1.5.0','development nginx version'),(2,'nginx_stable','Nginx Stable',NULL,'1.4.1','stable nginx version'),(3,'tengine','Taobao Nginx fork',NULL,'1.4.5','taobao nginx fork'),(4,'ngx_openresty','OpenResty fork Nginx','NULL','1.2.8.1','openresty nginx fork');
/*!40000 ALTER TABLE `packets` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Dumping data for table `packets_list`
--
LOCK TABLES `packets_list` WRITE;
/*!40000 ALTER TABLE `packets_list` DISABLE KEYS */;
INSERT INTO `packets_list` VALUES (1,1,1),(2,2,1),(3,3,1);
/*!40000 ALTER TABLE `packets_list` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2013-09-30 13:48:56