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
Respuestas

Ajenti apache and reverse proxy ( 0.99.33 )

Sébastien Andreatta hace 11 años actualizado por Eugene Pankov (Project coordinator) hace 10 años 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
Respuesta
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
Respuestas

Manage wildcard domains with Ajenti V

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

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

Parameter hace 10 años actualizado por Ben Sumner (WACOMalt) hace 10 años 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
No es un bug

Changing the root password doesn't always work

Alexandre Aptor hace 11 años actualizado por Eugene Pankov (Project coordinator) hace 11 años 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.

Respuesta

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

0
Respuestas

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

maxhan hace 10 años actualizado por Eugene Pankov (Project coordinator) hace 10 años 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 hace 10 años 0
if i run some tests with the free version can i upgrade to the commercial version at a later point in time?
0
Respuestas

Ajenti is sitll alive? or is another dead project?

Luis Aparicio hace 11 años actualizado por Hamed Asaleh hace 8 años 7
Respuesta

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
En revisión

mysql login

Marty Miller-Crispe hace 11 años actualizado por Eugene Pankov (Project coordinator) hace 10 años 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
COMPLETADO

Samba4

alanjhone hace 10 años actualizado por Esli Silva hace 7 años 9
SAMBA4 and supported by ajenti? need some module/plugin to manage SAMBA4?
Respuesta
I didn't do any specific testing, but Samba 4.0.0rc4 works just fine with Ajenti on multiple servers I supervise.
0
Respuestas

NGINX

Crazy Raisin hace 10 años actualizado hace 10 años 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?
Respuesta
Ajenti V requires NGINX, Ajenti does not.