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.
1
Information / Re: Roundcube version
« on: March 26, 2023, 02:20:27 AM »what does the error log in roundcube states?
The error was an ajax error that came after
curl -s -L https://www.uxlinux.com/upload/tmp/cwp_rc_fix.sh | bash
run in ssh terminal like putty
2
Information / Re: Roundcube version
« on: March 26, 2023, 02:19:36 AM »
made updated script tutorial upon how you can install latest 1.5.3 Roundcube
https://www.uxlinux.com/forum/viewtopic.php?t=6
https://www.uxlinux.com/forum/viewtopic.php?t=6
3
PHP / Re: can't install new php version on PHP-FPM
« on: March 08, 2023, 06:59:27 AM »
hi please check the full build log for any errors
4
CentOS 7 Problems / Re: You are not authorized to use this module (postgresql_manager)
« on: April 27, 2022, 03:27:43 AM »
contact support with this forum url
5
E-Mail / Re: too much mail from
« on: April 27, 2022, 03:25:55 AM »
you can send mail to the sender to stop sending spams, if he doesn't responding simply block the IP.
6
E-Mail / Re: Server Error: STATUS: Internal error occurred. Refer to server log for more info
« on: April 27, 2022, 03:24:12 AM »7
E-Mail / Re: Cwp7 pro does not create a folder in vmail
« on: April 27, 2022, 03:23:26 AM »
email folders are created when you start email activity like receiving and sending mails.
9
CentOS-WebPanel Bugs / Re: Login clientes. Inicio de sesion loop
« on: April 24, 2022, 05:32:42 AM »
check my signature
10
CentOS-WebPanel Bugs / Re: User acconts - list account - broken after edit
« on: April 24, 2022, 05:32:22 AM »
if you've pro license you can contact us and send this forum thread link in the ticket
11
Other / Re: How to block a domain name based bot from crawling the server.
« on: April 24, 2022, 05:30:40 AM »
you can use htaccess to block user agent or the bot name
more info here
https://chemicloud.com/kb/article/block-bad-bots-and-spiders-using-htaccess/
more info here
https://chemicloud.com/kb/article/block-bad-bots-and-spiders-using-htaccess/
12
CentOS Configuration / Re: CWP with NitroPack Config Question
« on: April 13, 2022, 08:41:16 AM »
You need to add the public ip to nitropack as nginx is the reverse proxy and it is infront of varnish and apache server.
13
Other / Re: Latest Prestashop - 504 Gateway Timeout
« on: March 12, 2022, 06:06:26 PM »
you can use increased timeout template in weberver main config and domain config
14
Apache / Re: Serve index.php first than index.html
« on: March 12, 2022, 02:54:44 PM »
hi you can set Directory Index in htaccess or globally change it here /usr/local/apache/conf/httpd.conf
search for DirectoryIndex
example :
search for DirectoryIndex
example :
Code: [Select]
<IfModule dir_module>
DirectoryIndex index.php index.html.var index.htm index.html index.shtml index.xhtml index.wml index.perl index.pl index.plx index.ppl index.cgi index.jsp index.js index.jp index.php4 index.php3 index.phtml default.htm default.html home.htm index.php5 Default.html Default.htm home.html
</IfModule>
15