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
Отвечен

Ajenti apache and reverse proxy ( 0.99.33 )

Sébastien Andreatta 11 лет назад обновлен Eugene Pankov (Project coordinator) 10 лет назад 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
Ответ
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
Отвечен

Manage wildcard domains with Ajenti V

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

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

Parameter 10 лет назад обновлен Ben Sumner (WACOMalt) 10 лет назад 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
Не ошибка

Changing the root password doesn't always work

Alexandre Aptor 11 лет назад обновлен Eugene Pankov (Project coordinator) 11 лет назад 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.

Ответ

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

0
Отвечен

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

maxhan 10 лет назад обновлен Eugene Pankov (Project coordinator) 10 лет назад 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 лет назад 0
if i run some tests with the free version can i upgrade to the commercial version at a later point in time?
0
Отвечен

Ajenti is sitll alive? or is another dead project?

Luis Aparicio 11 лет назад обновлен Hamed Asaleh 8 лет назад 7
Ответ

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
На рассмотрении

mysql login

Marty Miller-Crispe 11 лет назад обновлен Eugene Pankov (Project coordinator) 10 лет назад 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
Завершен

Samba4

alanjhone 10 лет назад обновлен Esli Silva 7 лет назад 9
SAMBA4 and supported by ajenti? need some module/plugin to manage SAMBA4?
Ответ
I didn't do any specific testing, but Samba 4.0.0rc4 works just fine with Ajenti on multiple servers I supervise.
0
Отвечен

NGINX

Crazy Raisin 10 лет назад обновлен 10 лет назад 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?
Ответ
Ajenti V requires NGINX, Ajenti does not.

Сервис поддержки клиентов работает на платформе UserEcho