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 - redy

Pages: [1]
1
Hostname is valid (listed in cloudflare dns without proxy)
SSL is valid, verified at SSL shopper.

Is there any I can do ?

2
Hostname is set in there.
But the panel link still show IP address

I used a proxy to server, and panel access from hostname is just work.

3
Has anyone know about how to change User panel link in "List Accounts" page ?
really need this to work because I use a proxy under my server.

Thanks


4
Suggestions / Re: Enable/Disable goaccess web statistics per account
« on: January 28, 2022, 10:44:44 AM »
Same question, same problem
GoAccess eat 5GB of disk on mine. very frustating

5
CentOS 7 Problems / Re: 500 Internal server error on Magento
« on: September 10, 2021, 08:01:25 AM »
On my env, just edit .htaccess
Change:
Code: [Select]
Options +FollowSymLinkswith
Code: [Select]
Options +SymLinksIfOwnerMatch

6
CentOS-WebPanel GUI / How can I change panel URL in List Accounts ?
« on: August 18, 2021, 09:53:35 AM »
My server was first builded without valid hostname, but now I added hostname to it. But panel URL for each account is List Accounts still with IP address. So I can't visit each account with the link.


7
How to / Quote/quotes in cronjob
« on: March 06, 2020, 04:59:41 PM »
Can anyone tell me, how to add cron job with quote/quotes within command ?
Right now, when I put new cron job from user, quote/quotes will get escaped.
Example:
Code: [Select]
wget -q -O - "https://example.com/system/jobs/run_single?auth=f27e083fdc05a20474eafa808d430a1c&jID=11" >/dev/null 2>&1
will saved like this:
Code: [Select]
wget -q -O - \"https://example.com/system/jobs/run_single?auth=f27e083fdc05a20474eafa808d430a1c&jID=11\" >/dev/null 2>&1
Which was just can't read by the system.
Note: quotes is needed because there a '&' symbol in url.

8
CentOS 7 Problems / Re: Can't add domains
« on: February 10, 2020, 02:46:39 PM »
Hi,

I have CentOS, CWP7 and 10 domains. After last update I can not add any more new domains.

For example, I try to add domain test.com
Whatever I give as path I get error: Domain test.com path not within user home folder!
But, if I choose for path: home/admin/Domains/test I get funny error:
Warning! : No special characters are allowed!

I'm logged as root. I try all combination of path, with public_html in path and without. Now, I started to suspect that problem is in update ?

Any suggestions ? Ideas ?

On mine, if I use Jailkit for shell, that problem will happen. Try disable Jailkit, then that problem will be gone.

Pages: [1]