Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nuttx-apps
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
nuttx-apps
Commits
6a5d2a35
Commit
6a5d2a35
authored
11 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
New Kconfig convention: Extra indentation in comments will render as HTML preformatted text
parent
06a0e86e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
netutils/resolv/Kconfig
+1
-1
1 addition, 1 deletion
netutils/resolv/Kconfig
netutils/thttpd/Kconfig
+17
-17
17 additions, 17 deletions
netutils/thttpd/Kconfig
with
18 additions
and
18 deletions
netutils/resolv/Kconfig
+
1
−
1
View file @
6a5d2a35
...
@@ -23,4 +23,4 @@ config NET_RESOLV_MAXRESPONSE
...
@@ -23,4 +23,4 @@ config NET_RESOLV_MAXRESPONSE
---help---
---help---
This setting determines the maximum size of response message that can be
This setting determines the maximum size of response message that can be
received by the DNS resolver. The default is 96 but may need to be larger on
received by the DNS resolver. The default is 96 but may need to be larger on
enterprise networks (perhaps 176).
enterprise networks (perhaps 176).
This diff is collapsed.
Click to expand it.
netutils/thttpd/Kconfig
+
17
−
17
View file @
6a5d2a35
...
@@ -204,18 +204,18 @@ choice
...
@@ -204,18 +204,18 @@ choice
an actual filename.
an actual filename.
1) Map ~username to <prefix>/username. This is the recommended
1) Map ~username to <prefix>/username. This is the recommended
choice. Each user gets a subdirectory in the main web tree, and
choice. Each user gets a subdirectory in the main web tree, and
the tilde construct points there.
the tilde construct points there.
The prefix could be something like "users", or it could be empty.
The prefix could be something like "users", or it could be empty.
2) Map ~username to <user's homedir>/<postfix>. The postfix would be
2) Map ~username to <user's homedir>/<postfix>. The postfix would be
the name of a subdirectory off of the user's actual home dir,
the name of a subdirectory off of the user's actual home dir,
something like "public_html".
something like "public_html".
3) Niether. You can also leave both options undefined, and thttpd
3) Niether. You can also leave both options undefined, and thttpd
will not do anything special about tildes. Enabling both options
will not do anything special about tildes. Enabling both options
is an error.
is an error.
Typical values, if they're defined, are "users" for THTTPD_TILDE_MAP1
Typical values, if they're defined, are "users" for THTTPD_TILDE_MAP1
and "public_html" for THTTPD_TILDE_MAP2.
and "public_html" for THTTPD_TILDE_MAP2.
...
@@ -228,10 +228,10 @@ config THTTPD_USE_TILDE_MAP1
...
@@ -228,10 +228,10 @@ config THTTPD_USE_TILDE_MAP1
an actual filename. Choose this option for the first mapping:
an actual filename. Choose this option for the first mapping:
1) Map ~username to <prefix>/username. This is the recommended
1) Map ~username to <prefix>/username. This is the recommended
choice. Each user gets a subdirectory in the main web tree, and
choice. Each user gets a subdirectory in the main web tree, and
the tilde construct points there.
the tilde construct points there.
The prefix could be something like "users", or it could be empty.
The prefix could be something like "users", or it could be empty.
config THTTPD_USE_TILDE_MAP2
config THTTPD_USE_TILDE_MAP2
bool "Tilde mapping 2"
bool "Tilde mapping 2"
...
@@ -241,8 +241,8 @@ config THTTPD_USE_TILDE_MAP2
...
@@ -241,8 +241,8 @@ config THTTPD_USE_TILDE_MAP2
an actual filename. Choose this option for the second mapping:
an actual filename. Choose this option for the second mapping:
2) Map ~username to <user's homedir>/<postfix>. The postfix would be
2) Map ~username to <user's homedir>/<postfix>. The postfix would be
the name of a subdirectory off of the user's actual home dir,
the name of a subdirectory off of the user's actual home dir,
something like "public_html".
something like "public_html".
The typical value THTTPD_TILDE_MAP2 is "public_html".
The typical value THTTPD_TILDE_MAP2 is "public_html".
...
@@ -267,10 +267,10 @@ config THTTPD_TILDE_MAP1
...
@@ -267,10 +267,10 @@ config THTTPD_TILDE_MAP1
for the first mapping:
for the first mapping:
1) Map ~username to <prefix>/username. This is the recommended
1) Map ~username to <prefix>/username. This is the recommended
choice. Each user gets a subdirectory in the main web tree, and
choice. Each user gets a subdirectory in the main web tree, and
the tilde construct points there.
the tilde construct points there.
The prefix could be something like "users", or it could be empty.
The prefix could be something like "users", or it could be empty.
config THTTPD_TILDE_MAP2
config THTTPD_TILDE_MAP2
string "Tilde mapping 2"
string "Tilde mapping 2"
...
@@ -283,8 +283,8 @@ config THTTPD_TILDE_MAP2
...
@@ -283,8 +283,8 @@ config THTTPD_TILDE_MAP2
for the second mapping:
for the second mapping:
2) Map ~username to <user's homedir>/<postfix>. The postfix would be
2) Map ~username to <user's homedir>/<postfix>. The postfix would be
the name of a subdirectory off of the user's actual home dir,
the name of a subdirectory off of the user's actual home dir,
something like "public_html".
something like "public_html".
The typical value THTTPD_TILDE_MAP2 is "public_html".
The typical value THTTPD_TILDE_MAP2 is "public_html".
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment