Search found 11 matches

by sburina
Thu 25. Oct 2018, 22:50
Forum: Archive
Topic: Bind Apache to a specific IPs
Replies: 1
Views: 2432

Bind Apache to a specific IPs

Hello! Is it possible to "tell" KeyHelp to configure Apache not to use all available IPs on the server, but rather just ones specified? That would mean all the configured VirtualHosts have to be changed from "*:80" to something like "IPv4-1:80 IPv4-2:80 IPv6-1 IPv6-2", ...
by sburina
Thu 25. Oct 2018, 14:53
Forum: Archive
Topic: Firewall: nat, mangle?
Replies: 8
Views: 5516

Re: Firewall: nat, mangle?

But you could import your nat and mangle rules by putting a little script into the folder: /etc/network/if-pre-up.d/ Thank you, Alexander, that's what I have done, successfully applied the custom rules. :) Oops! It worked from /etc/rc.local, but on Ubuntu 18.04 the scripts in /etc/network/if-pre-up...
by sburina
Wed 24. Oct 2018, 15:51
Forum: Archive
Topic: Firewall: nat, mangle?
Replies: 8
Views: 5516

Re: Firewall: nat, mangle?

Alexander wrote: Tue 23. Oct 2018, 18:24 But you could import your nat and mangle rules by putting a little script into the folder:

Code: Select all

/etc/network/if-pre-up.d/
Thank you, Alexander, that's what I have done, successfully applied the custom rules. :)

Have a nice day!
by sburina
Tue 23. Oct 2018, 13:35
Forum: Archive
Topic: Firewall: nat, mangle?
Replies: 8
Views: 5516

Re: Firewall: nat, mangle?

lter In the upper right corner of the firewall configuration page, there's a grey "Settings" button. It opens a modal with the following setting (among others): Reload current rule sets If you have done changes to iptables through CLI, you can initiate a reload of the current rules. So I ...
by sburina
Mon 22. Oct 2018, 13:44
Forum: Archive
Topic: Firewall: nat, mangle?
Replies: 8
Views: 5516

Re: Firewall: nat, mangle?

Hello, and thank you for the reply! I'm still not quite enlightened, please give me some more details. In the panel I see only INPUT, FORWARD and OUTPUT chains, all belonging to the main *filter chain. All the new chains I try to create are also nested under *filter. I need to configure other root c...
by sburina
Sat 20. Oct 2018, 18:31
Forum: Archive
Topic: Firewall: nat, mangle?
Replies: 8
Views: 5516

Firewall: nat, mangle?

Hi!

Is it possible to configure nat and mangle chains via the web firewall configurator? If not, is there a way to add some custom firewall rules in a local file that would be automatically merged with the configuration generated by the firewall editor?

Thank you!
by sburina
Fri 24. Aug 2018, 20:00
Forum: Archive
Topic: DocumentRoot does not change for HTTPS site
Replies: 4
Views: 2341

DocumentRoot does not change for HTTPS site

Hi! I tried to configure a different DocumentRoot for a site, adding ./public/ directory within the existing www, by using the "Folder explorer". After the change has been submitted, the DocumentRoot directive changes in the apache configuration, but only for the HTTP (first VirtualHost), ...
by sburina
Tue 3. Jul 2018, 19:33
Forum: Archive
Topic: Multiple PHP versions in KeyHelp 18.1.1 [SOLVED]
Replies: 3
Views: 5141

Re: Multiple PHP versions in KeyHelp 18.1.1 [SOLVED]

Alexander wrote: Mon 25. Jun 2018, 14:17 As a small notification: The additional PHP interpreters are now ready.
Also all other PHP interpreters have been updated.
Hello, Alexander!

Yes, they are all visible now. Thank you for your effort, keep up the good work! :)
by sburina
Tue 3. Jul 2018, 19:31
Forum: Usage
Topic: Default DNS template customization
Replies: 13
Views: 7617

Re: Default DNS template customization

Pls use in the admin-section in the left column the point below "Domains" called "DNS Zone Editor". After that, you can pickup (mark) the domain, which you want to modify and use the blue button "continue". Now u can make your changes, pls finish this process with &quo...
by sburina
Mon 2. Jul 2018, 08:05
Forum: Usage
Topic: Default DNS template customization
Replies: 13
Views: 7617

Default DNS template customization

Hello!

How do I customize the default DNS zone template that gets applied automatically on new domain creation?

Thank you!
by sburina
Tue 19. Jun 2018, 00:39
Forum: Archive
Topic: Multiple PHP versions in KeyHelp 18.1.1 [SOLVED]
Replies: 3
Views: 5141

Multiple PHP versions in KeyHelp 18.1.1 [SOLVED]

Hello! I'm evaluating KeyHelp 18.1.1 on Ubuntu 18.04, and can't find a documented way to install multiple PHP versions. I'm looking at Server Settings -> PHP interpreter, but there's a text "- No entries available -" under both "Installed PHP interpreters" and "Additional av...