Lighttpd accesses a folder other than server.document-root
Phenomenon:
I encountered a issue when using lighttpd1.4.36 in Linux3.10.64.
I set server.document-root
to /pmc/work/air
, but when I umount /pns/sdm_a
, lighttpd will access a file in the /pns/sdm_a
directory.
Question:
I am sure that there are no links in these two folders. So I would like to ask, the server.document-root
of lighttpd is /pmc/work/air
, why does it open /pns/sdm_a/00_000000_01_001_000.SGP
?
Is there any way to configure lighttpd so that I can know which process is using the lighttpd service? Or, how do I configure the debug log information of lighttpd to help me debug this issue?
Configuration information of my lighttpd:
server.port = 80
$SERVER["socket"] == ":443" {
ssl.engine = "enable"
ssl.pemfile = "/etc/lighttpd/server.pem"
}
server.modules = (
"mod_accesslog",
)
server.errorlog = "/var/log/lighttpd.error"
accesslog.filename = "/var/log/lighttpd.access"
server.document-root = "/pmc/work/air"
index-file.names = ("index.html")
lighttpd
add a comment |
Phenomenon:
I encountered a issue when using lighttpd1.4.36 in Linux3.10.64.
I set server.document-root
to /pmc/work/air
, but when I umount /pns/sdm_a
, lighttpd will access a file in the /pns/sdm_a
directory.
Question:
I am sure that there are no links in these two folders. So I would like to ask, the server.document-root
of lighttpd is /pmc/work/air
, why does it open /pns/sdm_a/00_000000_01_001_000.SGP
?
Is there any way to configure lighttpd so that I can know which process is using the lighttpd service? Or, how do I configure the debug log information of lighttpd to help me debug this issue?
Configuration information of my lighttpd:
server.port = 80
$SERVER["socket"] == ":443" {
ssl.engine = "enable"
ssl.pemfile = "/etc/lighttpd/server.pem"
}
server.modules = (
"mod_accesslog",
)
server.errorlog = "/var/log/lighttpd.error"
accesslog.filename = "/var/log/lighttpd.access"
server.document-root = "/pmc/work/air"
index-file.names = ("index.html")
lighttpd
activate request handling logging: redmine.lighttpd.net/projects/lighttpd/wiki/DebugVariables
– sebix
Nov 21 '18 at 19:17
add a comment |
Phenomenon:
I encountered a issue when using lighttpd1.4.36 in Linux3.10.64.
I set server.document-root
to /pmc/work/air
, but when I umount /pns/sdm_a
, lighttpd will access a file in the /pns/sdm_a
directory.
Question:
I am sure that there are no links in these two folders. So I would like to ask, the server.document-root
of lighttpd is /pmc/work/air
, why does it open /pns/sdm_a/00_000000_01_001_000.SGP
?
Is there any way to configure lighttpd so that I can know which process is using the lighttpd service? Or, how do I configure the debug log information of lighttpd to help me debug this issue?
Configuration information of my lighttpd:
server.port = 80
$SERVER["socket"] == ":443" {
ssl.engine = "enable"
ssl.pemfile = "/etc/lighttpd/server.pem"
}
server.modules = (
"mod_accesslog",
)
server.errorlog = "/var/log/lighttpd.error"
accesslog.filename = "/var/log/lighttpd.access"
server.document-root = "/pmc/work/air"
index-file.names = ("index.html")
lighttpd
Phenomenon:
I encountered a issue when using lighttpd1.4.36 in Linux3.10.64.
I set server.document-root
to /pmc/work/air
, but when I umount /pns/sdm_a
, lighttpd will access a file in the /pns/sdm_a
directory.
Question:
I am sure that there are no links in these two folders. So I would like to ask, the server.document-root
of lighttpd is /pmc/work/air
, why does it open /pns/sdm_a/00_000000_01_001_000.SGP
?
Is there any way to configure lighttpd so that I can know which process is using the lighttpd service? Or, how do I configure the debug log information of lighttpd to help me debug this issue?
Configuration information of my lighttpd:
server.port = 80
$SERVER["socket"] == ":443" {
ssl.engine = "enable"
ssl.pemfile = "/etc/lighttpd/server.pem"
}
server.modules = (
"mod_accesslog",
)
server.errorlog = "/var/log/lighttpd.error"
accesslog.filename = "/var/log/lighttpd.access"
server.document-root = "/pmc/work/air"
index-file.names = ("index.html")
lighttpd
lighttpd
edited Nov 20 '18 at 5:08
lagom
3,55181937
3,55181937
asked Nov 20 '18 at 3:20
xiaozouxiaozou
1
1
activate request handling logging: redmine.lighttpd.net/projects/lighttpd/wiki/DebugVariables
– sebix
Nov 21 '18 at 19:17
add a comment |
activate request handling logging: redmine.lighttpd.net/projects/lighttpd/wiki/DebugVariables
– sebix
Nov 21 '18 at 19:17
activate request handling logging: redmine.lighttpd.net/projects/lighttpd/wiki/DebugVariables
– sebix
Nov 21 '18 at 19:17
activate request handling logging: redmine.lighttpd.net/projects/lighttpd/wiki/DebugVariables
– sebix
Nov 21 '18 at 19:17
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53385728%2flighttpd-accesses-a-folder-other-than-server-document-root%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53385728%2flighttpd-accesses-a-folder-other-than-server-document-root%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
activate request handling logging: redmine.lighttpd.net/projects/lighttpd/wiki/DebugVariables
– sebix
Nov 21 '18 at 19:17