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
Beantwoord

Ajenti apache and reverse proxy ( 0.99.33 )

Sébastien Andreatta 11 jaar geleden bijgewerkt door Eugene Pankov (Project coordinator) 10 jaar geleden 5

I'm trying to install Ajenti from repository on CentOs 6.4 ( 0.99.33 ) i can't use reverse proxy .

Here is how i install it :


wget http://repo.ajenti.org/ajenti-repo-1.0-1.noarch.rpm
rpm -i ajenti-repo-1.0-1.noarch.rpm
yum -y install ajenti

service ajenti restart

Reverse proxy configuration :

ProxyPass /ajenti http://localhost:8000
ProxyPassMatch ^/(ajenti.*)$ http://localhost:8000/$1
ProxyPassReverse /ajenti:static/ http://localhost:8000/ajenti:static/
ProxyPassReverse /ajenti:auth http://localhost:8000/ajenti:auth
ProxyPassReverse /ajenti http://localhost:8000

With this configuration i can go to : https://server/ajenti/ but i can't loggin, on subtmit i'm redirected to https://server/ .

The form action is set to : "/ajenti:auth" but i'm redirected to "/" 
Were is the trick ? 
Thanks
Antwoord
Ajenti issues a redirect to /, you need to rewrite it to /ajenti/

UPDATE: now included in the guide: http://support.ajenti.org/topic/472359-ajenti-behind-apache/ 
0
Beantwoord

Manage wildcard domains with Ajenti V

Denis Ovtchinnikov 10 jaar geleden bijgewerkt door Eugene Pankov (Project coordinator) 10 jaar geleden 2
How setup correct 404 redirect if a subdomain is not configured as a Ajenti V website.
Antwoord
Создайте отдельный сайт, у которого указан домен *.domain.com
Он будет принимать запросы, которые попали в шаблон *.domain.com, но не совпали с другими настроенными сайтами.
0
Fixed

[TOPIC: FTP] VSFTP-Plugin working 503 error wont add to accepted list: Also can't change ftp to a new password

Parameter 10 jaar geleden bijgewerkt door Ben Sumner (WACOMalt) 10 jaar geleden 12
The current build of Ajenti doesn't seem to include a feature to change the current ftp password, it only displays a generated one. Also i get a 530 Permission denied error every time i try to connect to the ftp and i've used various clients, winscp, filezilla, and regular browser ftp. 

Screenshot: 

http://i.imgur.com/U97Jb1O.png
0
Not a bug

Changing the root password doesn't always work

Alexandre Aptor 11 jaar geleden bijgewerkt door Eugene Pankov (Project coordinator) 11 jaar geleden 1

This happened to me a lot of times. I click Change password, type in my new password, press enter, nothing happens, no error or success message. Then when I try to login again, most of the times I see that the change password action failed, because I have to use my old password. I usually have to repeat this process a few times to make it work.

Antwoord

You need to click "Save" button to save configuration changes.

0
Beantwoord

Owncloud desktop client does not sync txt, xml, json, js etc.

maxhan 10 jaar geleden bijgewerkt door Eugene Pankov (Project coordinator) 10 jaar geleden 1
Owncloud desktop client does not support gzip, however, ajenti enables gzip by default for txt, xml, json, js etc. When the client attempt to sync files with those extensions, it will throw a "no etags provided by server" error because it can not decode gzip.

The solution is to add gzip directive to the advanced tab for owncloud website configuration.

gzip off;
0

upgrade to commercial version

eagles051387 10 jaar geleden 0
if i run some tests with the free version can i upgrade to the commercial version at a later point in time?
0
Beantwoord

Ajenti is sitll alive? or is another dead project?

Luis Aparicio 11 jaar geleden bijgewerkt door Hamed Asaleh 8 jaar geleden 7
Antwoord

Hi Luis, a brand new version of Ajenti is under development in ng branch at github: https://github.com/Eugeny/ajenti/commits/ng, and it's to be released soon!

0
Under review

mysql login

Marty Miller-Crispe 11 jaar geleden bijgewerkt door Eugene Pankov (Project coordinator) 10 jaar geleden 9

ERROR 1044 (42000) at line 1: Access denied for user 'username'@'localhost' to database 'mysql'

Where my 'username' is correct. From command line I can use mysql -p with the username and password configured in Ajenti.

I am new to Ajenti, just installed it rather than using webmin.

0
Voltooid

Samba4

alanjhone 10 jaar geleden bijgewerkt door Esli Silva 7 jaar geleden 9
SAMBA4 and supported by ajenti? need some module/plugin to manage SAMBA4?
Antwoord
I didn't do any specific testing, but Samba 4.0.0rc4 works just fine with Ajenti on multiple servers I supervise.
0
Beantwoord

NGINX

Crazy Raisin 10 jaar geleden bijgewerkt 10 jaar geleden 2
I am using Apache and do not want to have Nginx on the system at all, any plugin installation brings this back and the control panel keeps whining about it not being there. Does Ajenti require Nginx?
Antwoord
Ajenti V requires NGINX, Ajenti does not.