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.

+13
Planned

Add an option to start a service on startup.

Alban Ménager 10 years ago updated by Eugene Pankov (Project coordinator) 10 years ago 0

In the service list, add an option to allow this service to automatically start at startup.

+13

Expanding NGINX Support

Noah Dolph 10 years ago 0
So far NGINX support in Ajenti is working, but it could use some expansion and some reordering.

First, I notice if you aren't very careful with the setup of your websites you can run into some hostnames loading other websites. This is because of how NGINX handles the request and looks for the server block to use.

My suggestion for a solution would be redesigning how Ajenti makes these config files and loads them. For example, when you create a website called "My Blog" it would create a config file for My Blog. Inside this config you can define the first server block, and the domains for it (myblog.com www.myblog.com). Then you define the content for this server block and the locations. Next maybe you want forums, but they need a slightly different configuration? You would define a new server block under My Blog with domains forum.myblog.com and forums.myblog.com and setup their content locations and parser. Now finally you want to add a special block for static content only. This block will not execute PHP. You add another server block under My Blog for static.myblog.com and setup its content location and define that PHP is not executed here no matter what.

Now you have your entire website setup, but what if you wanted to get more advanced with it? You can't, unless you do the following....

You create a new website called "My Computer Business" and define the first server block with domains (mycompbusiness.com www.mycompbusiness.com). You configure the content and locations and PHP etc. Now you want a catch all subdomain. The PHP script handles and directs the catch all, but if the catch all is not defined LAST in the list of servers, you will run into issues. You define *.mycompbusiness.com and set its location and PHP etc. You should be allowed to change the ORDER in which these server blocks are listed in the my-computer-business.conf file. You set your www.mycompbusiness.com and mycompbusiness.com first, then the catch all last. It will always fail over to the catch all when nothing else is met.

Also, global subdomains need to be able to be defined and loaded first. For example, I have webmail.* setup as a domain. This applies to ALL websites on the server and loads the webmail interface. This works, but only when it is defined first before any other wildcard subdomains. Using this I cannot define another wildcard subdomain because webmail.* needs to load first, then fail over to the wildcard subdomain, if it happens the other way around, things break. This needs to be able to be defined and then Ajenti should reject any subdomain being setup over a global wildcard such as webmail.mysite.com because webmail.* is defined, but this part is not required unless it is wanted.

The final example of something that is really needed would be ability to modify the NGINX config file, or at least change the variables you have set as defaults on a page somewhere. There should be a master NGINX setup page we can modify, and then a box for additional variables to define, and then an advanced page that we can just modify the whole NGINX.conf file without Ajenti injecting its own code (A check box to enable this would disable the previous pages and only allow modifications here).

I'm aware this would require a rewrite of the NGINX support, but it would make NGINX configuration on Ajenti go MUCH smoother with a higher level of customization available without having to dump the module all together to achieve more advanced configurations. Also, an option to just paste a websites configuration file 100% would be great also. A check box that disables Ajenti handling a websites config file and uses whatever you put into a box.

I can expand on this or add better examples if requested. Thank you!

Sources: http://nginx.org/en/docs/http/request_processing.html : http://nginx.org/en/docs/http/server_names.html
+13

Have Ajenti-B Support Apache

Crazy Raisin 9 years ago updated by Gabriel Lup 9 years ago 2
It would be nice for ajenti-b to allow support for apache like it does for nginx.
+12

WHMCS module to create accounts

QuantumSpider 5 years ago updated by Kai Buskirk 3 years ago 1

Hello, 

It would be nice to be able to have WHMCS functionality to automatically create and setup accounts/hosting packages like products. 

+12

UBuntu 18.04 Ajenti V ?

Ganapati 6 years ago updated by Jordan “조던” Thompson 4 years ago 4

I got this installing on ubuntu 18.04 ? possible add support ?


The following packages have unmet dependencies:
 ajenti-v : Depends: ajenti (>= 1.2.21.12) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


+12

AWStats plugin for Ajenti

Ahmed M. AbouZaid 11 years ago updated by Christophe Blaszkowski 9 years ago 4

Hello, I wonder if there AWStats plugin for Ajenti? or there is way to integrate awstats iwth it?


Thanks :-)

+12

Roadmap for Ajenti (support spam filters and virus protection)

Jochen 10 years ago updated by Chamunks 9 years ago 2
Hi there,

there is actually a roadmap for this project? What interests me in particular when Ajenti will support spam filters and virus protection.

greeting
Jochen
+12
Completed

How-to: Virtual Hosts with Ajenti

InteractMarketing 11 years ago updated by davidtacheny 7 years ago 3

Create how-to for Virtual Hosts with Ajenti on:

- how to create/delete virtual hosts

- how to declare website path for virtual host

- how to assign user for virtual host

+11

Ajenti and PHP 7?

Henrique Marques Fernandes 8 years ago 0
+11

Ajenti for OpenBSD.

Jay Patel 10 years ago 0