File tree Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Expand file tree Collapse file tree 2 files changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,13 @@ server.port = 80
5
5
server.modules = (
6
6
# "mod_access",
7
7
# "mod_accesslog",
8
- "mod_fastcgi",
8
+ # "mod_fastcgi",
9
9
"mod_rewrite",
10
10
# "mod_auth",
11
11
"mod_redirect"
12
12
)
13
13
14
- index-file.names = ( "index.html", "index.php" )
15
-
16
- fastcgi.server = ( ".php" => ((
17
- "bin-path" => "/usr/bin/php-cgi",
18
- "socket" => "/tmp/php.socket"
19
- )))
14
+ index-file.names = ( "index.html" )
20
15
21
16
mimetype.assign = (
22
17
".html" => "text/html",
Original file line number Diff line number Diff line change @@ -38,13 +38,8 @@ BR2_PACKAGE_DBUS_CPP=y
38
38
BR2_PACKAGE_I2C_TOOLS=y
39
39
BR2_PACKAGE_RNG_TOOLS=y
40
40
BR2_PACKAGE_NODEJS=y
41
- BR2_PACKAGE_PHP=y
42
- BR2_PACKAGE_PHP_EXT_FILEINFO=y
43
- BR2_PACKAGE_PHP_EXT_ZIP=y
44
- BR2_PACKAGE_PHP_EXT_JSON=y
45
- BR2_PACKAGE_PHP_EXT_CURL=y
46
- BR2_PACKAGE_PHP_EXT_SOCKETS=y
47
41
BR2_PACKAGE_OPUS=y
42
+ BR2_PACKAGE_LIBZIP=y
48
43
BR2_PACKAGE_CA_CERTIFICATES=y
49
44
BR2_PACKAGE_GNUTLS=y
50
45
BR2_PACKAGE_LIBNSS=y
@@ -59,6 +54,7 @@ BR2_PACKAGE_LIBXML2=y
59
54
BR2_PACKAGE_LIBVPX=y
60
55
BR2_PACKAGE_GLIB_NETWORKING=y
61
56
BR2_PACKAGE_LIBCGI=y
57
+ BR2_PACKAGE_LIBCURL=y
62
58
BR2_PACKAGE_CURL=y
63
59
BR2_PACKAGE_LIBCURL_GNUTLS=y
64
60
BR2_PACKAGE_LIBEVDEV=y
You can’t perform that action at this time.
0 commit comments