Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - pejman.hkh

Pages: [1]
1
E-Mail / Re: email list in user panel
« on: February 03, 2020, 05:29:08 PM »
Code: [Select]
ERROR 1049 (42000): Unknown database 'upgrade'

2
E-Mail / email list in user panel
« on: February 03, 2020, 03:20:07 PM »
Hi,

i got this error :

Code: [Select]
DataTables warning: table id=DataTables_Table_0 - Invalid JSON response. For more information about this error, please see http://datatables.net/tn/1

3
PHP / Re: 504 gateway timeout
« on: January 18, 2020, 06:57:34 AM »
I got 504 gateway time out and php timeouted ...

My config is nginx -> php-fpm

I change request_terminate_timeout and pm.process_idle_timeout in php fpm and executed_time in php.ini and fastcgi timeout config in nginx , ...

But my request terminated after 30 second !!!

Where can i change this 30 seconds ???

4
PHP / 504 gateway timeout
« on: January 15, 2020, 01:16:39 PM »
Hi,
I change max_execution_time in php.ini and change everythings you think but gateway time outed !!!

Can anyone help me ?

5
PHP / php fpm reload problem
« on: January 12, 2020, 01:26:42 PM »
/bin/systemctl start php-fpm73.service

when php fpm reloaded i got gateway time out ... but when i start it, problem soveld !!!

6
CentOS-WebPanel Bugs / edit account
« on: August 13, 2019, 10:18:27 AM »
In edit account when i check shell access, backup checkbox ticked and enabled and shell access not work !

7
CentOS-WebPanel Bugs / Redirect to ssl in webpanel & phpmyadmin
« on: July 03, 2019, 07:46:35 AM »
Why you force user to use ssl ?
An option in cwp setting to redirect to ssl or not is good in my opinion.

8
Should make httpd.service file in /etc/systemd/system/multi-user.target.wants

Code: [Select]
[Unit]
Description=Web server Apache
After=network.target
[Service]
Type=forking
ExecStart=/usr/local/apache/bin/apachectl start
ExecReload=/usr/local/apache/bin/apachectl graceful
ExecStop=/usr/local/apache/bin/apachectl graceful-stop
[Install]
WantedBy=multi-user.target

And after do
Code: [Select]
systemctl daemon-reloadFor reload service and then
Code: [Select]
service httpd start

9
I know this cause conflict, but if anyone installed apache with yum apache service file will not work properly. can you give me apache service file here ? for centos 7.

10
When i installed apache with yum the service file of apache config file seted to /etc/httpd and this cause to fail to start apache.
I started apache manually with
Code: [Select]
/usr/local/apache/bin/httpd -f /usr/local/apache/conf/httpd.conf but when rebuild apache in web panel should remake service files again ...

11
E-Mail / Mail recieve not work
« on: May 11, 2019, 06:41:35 AM »
454 4.7.1 <info@...>: Relay access denied

I got this error from gmail

12
Dovecot / Dovecot not started
« on: May 11, 2019, 05:53:27 AM »
Code: [Select]
Starting Dovecot Imap: doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf line 142: Unknown setting: managesieve_max_line_length

Pages: [1]