Zimbalaka: Where to put code, before or after tag in 000-default.conf?
I am trying to install and run Zimbalaka (a Zim file creator for Offline MediaWiki in an app like Kiwix) in an Ubuntu Desktop 18.10. At a certain point, instructions tell to add some code in a file called 000-default.conf
but I don't know where to add them. So here are my questions:
- I have to edit file
000-default.conf
and add some code in the file. However, I am unsure if I have to put the code before or after the</VirtualHost>
tag already contained in the file. Can someone please tell where the code must be typed?
Here below are part of the instructions copied from here and the piece of code I have to add in the file:
sudo nano /etc/apache2/sites-available/000-default.conf
Add the following code:
WSGIDaemonProcess zimbalaka threads=5 display-name=%{GROUP}
WSGIProcessGroup zimbalaka
WSGIScriptAlias /zimbalaka /var/www/html/zimbalaka/zimbalaka.wsgi
<Directory /var/www/html/zimbalaka>
Order allow,deny
Allow from all
</Directory>
(This question follows my previous two questions found here and here.)
command-line software-installation
add a comment |
I am trying to install and run Zimbalaka (a Zim file creator for Offline MediaWiki in an app like Kiwix) in an Ubuntu Desktop 18.10. At a certain point, instructions tell to add some code in a file called 000-default.conf
but I don't know where to add them. So here are my questions:
- I have to edit file
000-default.conf
and add some code in the file. However, I am unsure if I have to put the code before or after the</VirtualHost>
tag already contained in the file. Can someone please tell where the code must be typed?
Here below are part of the instructions copied from here and the piece of code I have to add in the file:
sudo nano /etc/apache2/sites-available/000-default.conf
Add the following code:
WSGIDaemonProcess zimbalaka threads=5 display-name=%{GROUP}
WSGIProcessGroup zimbalaka
WSGIScriptAlias /zimbalaka /var/www/html/zimbalaka/zimbalaka.wsgi
<Directory /var/www/html/zimbalaka>
Order allow,deny
Allow from all
</Directory>
(This question follows my previous two questions found here and here.)
command-line software-installation
add a comment |
I am trying to install and run Zimbalaka (a Zim file creator for Offline MediaWiki in an app like Kiwix) in an Ubuntu Desktop 18.10. At a certain point, instructions tell to add some code in a file called 000-default.conf
but I don't know where to add them. So here are my questions:
- I have to edit file
000-default.conf
and add some code in the file. However, I am unsure if I have to put the code before or after the</VirtualHost>
tag already contained in the file. Can someone please tell where the code must be typed?
Here below are part of the instructions copied from here and the piece of code I have to add in the file:
sudo nano /etc/apache2/sites-available/000-default.conf
Add the following code:
WSGIDaemonProcess zimbalaka threads=5 display-name=%{GROUP}
WSGIProcessGroup zimbalaka
WSGIScriptAlias /zimbalaka /var/www/html/zimbalaka/zimbalaka.wsgi
<Directory /var/www/html/zimbalaka>
Order allow,deny
Allow from all
</Directory>
(This question follows my previous two questions found here and here.)
command-line software-installation
I am trying to install and run Zimbalaka (a Zim file creator for Offline MediaWiki in an app like Kiwix) in an Ubuntu Desktop 18.10. At a certain point, instructions tell to add some code in a file called 000-default.conf
but I don't know where to add them. So here are my questions:
- I have to edit file
000-default.conf
and add some code in the file. However, I am unsure if I have to put the code before or after the</VirtualHost>
tag already contained in the file. Can someone please tell where the code must be typed?
Here below are part of the instructions copied from here and the piece of code I have to add in the file:
sudo nano /etc/apache2/sites-available/000-default.conf
Add the following code:
WSGIDaemonProcess zimbalaka threads=5 display-name=%{GROUP}
WSGIProcessGroup zimbalaka
WSGIScriptAlias /zimbalaka /var/www/html/zimbalaka/zimbalaka.wsgi
<Directory /var/www/html/zimbalaka>
Order allow,deny
Allow from all
</Directory>
(This question follows my previous two questions found here and here.)
command-line software-installation
command-line software-installation
edited Jan 3 at 13:43
pdeli
asked Jan 2 at 21:37
pdelipdeli
114
114
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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%2faskubuntu.com%2fquestions%2f1106401%2fzimbalaka-where-to-put-code-before-or-after-virtualhost-tag-in-000-default%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 Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1106401%2fzimbalaka-where-to-put-code-before-or-after-virtualhost-tag-in-000-default%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