Welcome to the Ajenti Idea Exchange. It's your chance to collaborate with our team and other users to influence the future of Ajenti! Ideas appreciated.

0
Answered

ajenti v - how do i specify the location of an SSL certificate of a website?

Philipp Kunz 10 years ago updated by Eugene Pankov (Project coordinator) 10 years ago 0
how do i specify the location of an SSL certificate of a website?

There is just the button to enable SSL but no location field.
Answer
Update released
0
Declined

Can I run a php website with apache instead of nginx in Ajenti V?

happyhardik 10 years ago updated 10 years ago 2
I prefer to have my php website run using apache. There should be an option to run your website through apache in Ajenti V.
Answer
We don't intend to use Apache anytime soon.
0
Fixed

Traffic counter widget

Алексей Рыбин 9 years ago updated by Eugene Pankov (Project coordinator) 9 years ago 2
Widgets Immidiate Traffic and Traffic
Widget crashed: 'module' object has no attribute 'net_io_counters'

Widget IPMI Sensor
Widget crashed: Command '['ipmitool', 'sensor']' returned non-zero exit status 1

Help me please.
Linux 3.2.0-4-amd64 #1 SMP Debian 3.2.68-1+deb7u2 x86_64 GNU/Linux

0
Answered

How to create en websites with https with ajenti-v

Thaldan 10 years ago updated by CreativeWolf 9 years ago 2
Someone can explain how to activate HTTPS, on a ajenti-v websites?
Answer
Add a 443 port with SSL checkbox checked, and your certificate and key on SSL tab.
0
Answered

run cron job as www-data user?

Jochen 10 years ago updated by Eugene Pankov (Project coordinator) 10 years ago 4
Hello,

how can I create on Ajenti a cron job that runs as www-data user?
Unfortunately, you can not create a cronjob and a system user to select.

greeting
Jochen
Answer
Select www-data from the users dropdown above the cron task list, and then create your job.
0

How can I change exim4.conf for CHECK_RCPT_IP_DNSBLS

Jester 9 years ago updated 9 years ago 2
I'm trying to set up exim4 to deny instead of warn if a sender_host_address is listed in dns blacklist:
If this isn't possible through AjentiV's user interface, where does ajenti store the script that generates the config?

.ifdef CHECK_RCPT_IP_DNSBLS
  warn
    dnslists = CHECK_RCPT_IP_DNSBLS
    add_header = X-Warning: $sender_host_address is listed at $dnslist_domain ($dnslist_value: $dnslist_text)
    log_message = $sender_host_address is listed at $dnslist_domain ($dnslist_value: $dnslist_text)
  .endif


  .ifdef CHECK_RCPT_DOMAIN_DNSBLS
  warn
    !senders = ${if exists{CONFDIR/local_domain_dnsbl_whitelist}\
                    {CONFDIR/local_domain_dnsbl_whitelist}\
                    {}}
    dnslists = CHECK_RCPT_DOMAIN_DNSBLS
    add_header = X-Warning: $sender_address_domain is listed at $dnslist_domain ($dnslist_value: $dnslist_text)
    log_message = $sender_address_domain is listed at $dnslist_domain ($dnslist_value: $dnslist_text)
  .endif


  accept


0
Not a bug

Ajenti Down After Update?

Main Street James 10 years ago updated by Eugene Pankov (Project coordinator) 10 years ago 2
I updated Ajenti via the Ajenti package manager and it never came back after it displayed "Lost Connection". 

It's been over 1/2 hour and I still can't access the Ajenti control panel. When I check services ajenti shows that it is running and so is a new service ajenti.dpkg-new
Answer
This can happen if ajenti package was installed with dpkg --force-all
0
Fixed

php-fpm on ubuntu 14.04 needs to be manually restart to let changes take effect

彦彬 陈 10 years ago updated by Eugene Pankov (Project coordinator) 10 years ago 1
By default, ajenti uses reload to make changes take effect, but on my server, reload dosen't do anything. I added a new fpm pool,then I click aplly changes,after that, the new sock file doesn't exist in /var/run, I need to manually restart it so that the sock file will exist.
0

Some php pages show up blank. They were pulled working from an apache server.

Matt Hankosky 10 years ago updated by JL Griffin 9 years ago 1
Hi,

Some of my PHP sites are showing as Blank. They work fine on Apache
0
Completed

Some suggestions

Johannes Rohrauer 11 years ago updated by Jeremy Henry 9 years ago 3

Hi there,


here is a list of suggestions. Hope I didn´t miss something.

- save-button highlighting, if press required to save changes

- process table should be using less space. a more compact view is better

- file manager - breadcrumb navigation should be more visible. it looks way to small. "..." and ">" should have some familiar looking/sizing

- file manager - edits to a files permissions checkbox should be reflected immediatelly (755, 644, ...)

- System - Users & System - Packages should be renamed to something like Linux Users/Packages or something like that, to make sure that it´s host machine settings.

- plugins view isn´t self explanatory imho. Some tooltips on what the plugins are actually doing would be great.

- plugins you never need should be suppressable (e.g. hdparm on a vm, ....)


Hope this makes sense for you guys.


Cheers
Johannes