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
À l'étude

Bandwidth monitoring for NGINX

Noah Dolph il y a 10 ans mis à jour il y a 10 ans 2
Here is a bit of information on this

http://serverfault.com/questions/133906/how-to-log...

It would be nice to have built in bandwidth monitoring so we can see just how much is being moved from which vhost.
+9

Change php5-fpm settings

Владислав Продан il y a 9 ans mis à jour par Diegosolo il y a 7 ans 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 il y a 9 ans 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 il y a 10 ans mis à jour par Сергей Пермяков il y a 10 ans 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 il y a 8 ans 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 il y a 9 ans mis à jour par ZForex App il y a 8 ans 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 il y a 9 ans mis à jour par Costas Pap il y a 6 ans 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 il y a 4 ans mis à jour par Luciano de Almeida Silva il y a 9 mois 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 il y a 6 ans mis à jour par Uzzi il y a 5 ans 3

I have been having issues for weeks--

+8

Git Management Plugin

Ramzy il y a 6 ans mis à jour par anonymous il y a 6 ans 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.