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

How to unistall/reinstall Ajenti plugins?

Vaidas il y a 9 ans mis à jour par Lexy il y a 9 ans 8
0

Nginx 13: Permission denied

Lexy il y a 9 ans mis à jour il y a 9 ans 3
i get this error what shoud i do
nginx: [emerg] open() "/srv/lexynet/wp-content/uploads/nginx-helper/map.conf" failed (13: Permission denied) in /etc/nginx/conf.d/lexyco.conf:7 nginx: configuration file /etc/nginx/nginx.conf test failed
0
Résolu

Настройка Redirect для DLE

Илья Платонов il y a 10 ans mis à jour il y a 10 ans 6
Добрый день, вечер! Подскажите пожалуйста как настроить redirect для DLE 10.3 в вашей панели.
У меня почему-то вместо отображения скачиваются php ( html ) фаилы.
За ранние Спасибо. Панель очень удобная кстати :)
0
Résolu

Ajenti-panel wont start

Jeffry Williams il y a 11 ans mis à jour par Walter Tuti Solano il y a 10 ans 3

Sorry if this is the wrong place for this but im getting this error please help
http://pastebin.com/rEWzTXFA

it says this when i sudo service ajenti restart

Stopping Ajenti:

 * stopped

Starting Ajenti:

18.11.2013 17:29 INFO  Using config file /etc/ajenti/config.json

 * started

so why do am i getting this and i also cannot connect to it thru the browser

Solution

Looks like the port was already taken.

0
Résolu

PHP FastCGI not listed in content type after downgrading PHP 5.5

meme il y a 10 ans mis à jour par Eugene Pankov (Project coordinator) il y a 10 ans 4
My Setup: Ubuntu 14.04, Ajenti v1.2.22.16 with Ajenti V.

when installed its running PHP 5.5 as default. I've to use php 5.4 for my websites. 
I downgraded successfully and restarted the ajenti, nginx and php-fpm successfully.

Sites are running well. However when I tried to add/edit new websites, there is no PHP FastCGI option in content type dropdown in Contant tab of the websites.

Tried to look for errors/ there's no error at all..

so any pointers to fix this? 
0

403 forbidden

Crazy Raisin il y a 10 ans 0
I am getting a 403 forbidden error even though I have went through the tutorial on creating a website and there is 1 static file, index.html even going on the computer to 127.0.0.1 gives me forbidden error. What can I be doing wrong?
0
Résolu

Set DKIM entries?

Jochen il y a 10 ans mis à jour par Eugene Pankov (Project coordinator) il y a 10 ans 1
Hi there,

here the establishment of DKIM is described. Are the entries "x._domainkey" and "postmaster@<domain>" to supplement these with your own domain (eg .: mail.mydomain.de and postmaster@mydomain.com) or can this entry be actually taken as?

greeting
Jochen
Solution
You only need to replace the postmaster email (or remove it completely). 
x._domainkey is used as-is.
0

Having Problems with imap/pop3 (ssl)

Danny il y a 9 ans mis à jour par Benji Skool il y a 9 ans 7
hello.

during the setup of ajenti i ran into the ssl problems which got fixed by upgrading the python packages with pip and some copy/paste work from the bugtracker on github. panel works fine now. currently im working on the mailboxes and theres a problem with mainly ssl (startls).

when i try to fetch the mails (i am using thunderird) i cannot connect when using ssl.
i tried to create the mailbox multiple times with different settings
this is the outcome:

imap = works
imap ssl = found but cant connect
pop = works
pop ssl = cannot find
smtp = works
smtp ssl = works

the mails arrive and forwarding works too

please help!
0
Corrigé

CentOS doesn't use start-stop-daemon as default. It uses only daemon

Radovan Šmitala il y a 11 ans mis à jour par Eugene Pankov (Project coordinator) il y a 11 ans 0

CentOS doesn't know start-stop-daemon with libraries . /lib/lsb/init-functions

It uses . /etc/rc.d/init.d/functions and only daemon feature

start-stop-daemon depends on redhat-lsb package what is about 160MB with dependencies

Solution

Resolved in 0.99.5

0

Ajenti Downloads PHP files instead of executing them

Tyler Sowers il y a 10 ans mis à jour par Casper Smits il y a 9 ans 4
Server: Ubuntu 14.04.2
Ajenti Version: Latest

Ajenti continues to download PHP files and not execute them. Here is a screenshot of my configurationImage 95

Here is the generated config file:



#AUTOMATICALLY GENERATED - DO NO EDIT!






server {
listen *:80;








access_log /var/log/nginx/domain.access.log;
error_log /var/log/nginx/domain.error.log;


root /var/www/GEM;
index index.html index.htm index.php;










location ~ [^/]\.php(/|$) {






fastcgi_index index.php;
include fcgi.conf;
fastcgi_pass unix:/var/run/ajenti-v-php-fcgi-domain-php-fcgi-0.sock;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;


}


}


Any ideas?