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.

+9

Change php5-fpm settings

Владислав Продан 9 years ago updated by Diegosolo 7 years ago 1


Please make a section for each pool php5-fpm of php-fpm.conf in some configs and move to the directory in /pool.d, such pool1.conf, pool2.conf etc.



2) Please add the default configuration option in php.ini php_flag [display_errors] = off



3) I added the ability to add php.ini options type php_admin_flag [log_errors] = on



4) Please add options php5-fpm type:
listen.mode = 0666
rlimit_files = 2048
rlimit_core = 0
catch_workers_output = yes

pm.max_requests = 50


+9

Configure Varnish Cache 4.0 with SSL Termination on Ubuntu

servopia 9 years ago 0
While Nginx alone is powerful enough to handle high volume of traffic, we cannot do away with the power of Apache. Additionally, the same server can handle more traffic if a better caching is configured.

The subject requirement is required to work as follows:

Image 104

We need the Varnish_VPS & LAMP_VPS to be on the same machine.

When a visitor accessed our server the access flow would be as follows:

OVER HTTPS
Visitor > Nginx > SSL Termination > Varnish > Apache

OVER HTTP
Visitor > Varnish > Apache

This configuration helps to further extend the performance of the server and gives it's users ample breathing space & allow more traffic on the same server without having to upgrade the VPS.

We should provide this functionality as an AjentiV package..
+9

Network UPS Tool (NUT) UPS Support

Jake Edwards 10 years ago updated by Сергей Пермяков 10 years ago 1
Ajenti currently supports APC UPS but no NUT support.

http://www.networkupstools.org/
http://en.wikipedia.org/wiki/Network_UPS_Tools
+9

PHP version downgrade?

Turan Ergün Tekeli 8 years ago 0

Can I downgrade PHP version 5.5.9 to 5.3.x?


Thank you

+9

How do I set up Ajenti to work with Flask?

afidegnum 8 years ago updated by ZForex App 8 years ago 0

I have developed a full flask based application but can't find my way out, can you please assist?

+9

Ajenti-V http to https redirection

alex3138 9 years ago updated by Costas Pap 6 years ago 6
Hello.

I access most of my websites using https but I always setup a redirection from http to https to avoid connection failing if I enter http://mywebsite.com.

So far, the only way I found to do it is to add a top-level custom configuration with the following code:

server {
listen 0.0.0.0:80;
server_name mywebsite.com;
return 301 https://$server_name$request_uri;
}

Is there a way of doing it from Ajenti-V UI ?
+8

Installation Issue - The following packages have unmet dependencies: ???

Aaron Esteban 4 years ago updated by Luciano de Almeida Silva 9 months ago 3

I am trying to install Ajenti on a new Digital Ocean Droplet with Linux Ubuntu (20.something). And while running the command line installation.....

Quick automatic install

wget -O- https://raw.github.com/ajenti/ajenti/1.x/scripts/install-ubuntu.sh | sudo sh

I keep getting some issues with installing the required Python packages. Here's the message that I keep getting:

The following packages have unmet dependencies:
 ajenti : Depends: python (>= 2.6)
          Depends: python-support (>= 0.90.0) but it is not going to be installed
          Depends: python-lxml (>= 2.2.4) but it is not going to be installed
          Depends: python-gevent but it is not going to be installed
          Depends: python-gevent-socketio but it is not going to be installed
          Depends: python-psutil (>= 0.6.0) but it is not going to be installed
          Depends: python-reconfigure (>= 0.1.46) but it is not going to be installed
          Depends: python-daemon but it is not installable
          Depends: python-passlib but it is not going to be installed
          Depends: python-requests (>= 0.12.0) but it is not going to be installed
          Depends: python-dbus but it is not going to be installed
          Depends: python-imaging but it is not installable
          Depends: python-catcher but it is not going to be installed
          Depends: python-exconsole (>= 0.1.5) but it is not going to be installed
          Depends: python-ldap but it is not installable
E: Unable to correct problems, you have held broken packages.

What exactly do I need to do to correct this problem and ensure that I have a solid installation? Thanks.

+8

after i long into my account the screen is blank

chad 6 years ago updated by Uzzi 5 years ago 3

I have been having issues for weeks--

+8

Git Management Plugin

Ramzy 6 years ago updated by anonymous 6 years ago 0

It would be good if we can have git repo management on Ajenti 1 and/or 2. like we can create repositories from the UI and browse the repo (branches / commits) and clone/download like github but maybe on a small scale. 

+8

Cannot Start Ajenti

Espresso Machine 7 years ago 0

Fresh installed Centos 7 using Nginx as the http server and php 5 installed. This is the error I get when trying to start Ajenti:


● ajenti.service - Ajenti panel

Loaded: loaded (/usr/lib/systemd/system/ajenti.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Wed 2017-02-22 21:43:32 EST; 10s ago
Main PID: 2642 (code=exited, status=1/FAILURE)

Feb 22 21:43:32 host.adivix.com systemd[1]: Starting Ajenti panel...
Feb 22 21:43:32 host.adivix.com python[2636]: 2017-02-22 21:43:32,697 INFO ajenti-panel.<module>(): Using config file /etc/ajenti/config.json
Feb 22 21:43:32 host.adivix.com systemd[1]: PID file /var/run/ajenti.pid not readable (yet?) after start.
Feb 22 21:43:32 host.adivix.com systemd[1]: Started Ajenti panel.
Feb 22 21:43:32 host.adivix.com systemd[1]: ajenti.service: main process exited, code=exited, status=1/FAILURE
Feb 22 21:43:32 host.adivix.com systemd[1]: Unit ajenti.service entered failed state.
Feb 22 21:43:32 host.adivix.com systemd[1]: ajenti.service failed.

What am I doing wrong and how can I fix?