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

Pages: [1]
1
CentOS-WebPanel Bugs / Re: Every morning all vhosts lose their settings
« on: November 06, 2021, 10:07:27 PM »
Hi,

Could you perhaps supply the apache log files, since you are a CWP Pro user, kindly create a ticket and I am certain that Control Web Panel would be able to assist.

Regards

2
How to / Re: Cluster
« on: November 03, 2021, 10:56:17 PM »
I just looked, didn't see this Option under User Accounts -> CWP -> CWP Migration  :-\

Server is running latest 0.9.8.1084

I wish this was an option.

I just had a look and I see the CWP -> CWP Migration its under "User Accounts".

i saw in CWP->CWP migration the option "CLUSTER" it is for Cluster DNS?

O really CWP has implemented the Cluster for Multi Server option???  :D :D :D :D :D :D :D

I don't think there is a cluster option as of yet. I do remember seeing the word "Cluster" although i cannot find it  :-\

3
How to / Re: How to use backend on my website
« on: November 03, 2021, 10:49:55 PM »
Hi,

I think you might be confused.

To do back-end coding you will need to learn programming languages such as PHP, Java, Node JS, SQL, Python, GoLang.
Depends on what you want to build honestly speaking.

Bellow are some useful links:
https://www.codecademy.com/resources/blog/what-is-front-end/
https://www.codecademy.com/resources/blog/what-is-back-end/

Full Stack is basically someone that has the ability to do both Front-End and Back-End.

https://www.w3schools.com/whatis/whatis_fullstack.asp

4
Installation / Re: EMERGENCY HELP ME
« on: November 03, 2021, 10:35:55 PM »
Hi,

I am a SysAdmin and i will gladly help you install and setup the entire system although it will cost you a small fee.

Feel free to contact me via a Direct Message.

Is the server at your home or is it a dedicated server that you bought and is hosted by a provider ?

The answer to the above question would determine if you already have a static IP.

If its on your home network its 100% dynamic IP. Not too hard to work around if we cannot acquire a static IP for your home.

Once the server is setup 100%, then get the CWP Pro license

5
Installation / Re: NEW INSTALL CENT7 DATABASE FAIL...AGAIN
« on: November 03, 2021, 10:30:56 PM »
Hi,

I have tried to replicate your problem and its just not possible.

What are your steps when installing CWP.
Did you update CentOS 7 before installing CWP ?


6
Installation / Re: wordpress instalation
« on: November 03, 2021, 10:26:29 PM »
Hi,

There is no need for CWP Pro to install wordpress.

You can download WordPress via this link: https://wordpress.org/download/ Or you could use built-in installers provided by CWP (Addons) or Softaculous.

To install wordpress using the provided CWP Addon. Login to your clients account and simply find "Addons" and it should be listed there.

7
CentOS-WebPanel Bugs / Re: User Panel Login removes port
« on: November 03, 2021, 08:42:35 PM »
Interesting,

I tried a few proxy work arounds and it works but i have to set the port to either 2087/2083 which is useless if a client tries to access the panel.

I do not see any responses from admins for a work around or what could be causing the issue.

I'll continue to find a fix this weekend.

8
CentOS-WebPanel Bugs / Re: User Panel Login removes port
« on: October 29, 2021, 09:06:40 PM »
Hi,

I am looking into why the the first load redirects and removes the port number from the url.

Example:
users enter https://example.com:2083 which would redirect them instantly to https://example.com. On the second attempt it then works. Same goes with 2087.

It might just be a apache redirect issue.

I have the server redirect everything through https all http attempts redirect to https

added an .htacces with the following to /usr/local/apache/htdocs

Code: [Select]
# Redirect Everything to HTTPS
# DO NOT REMOVE
RewriteEngine on
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

9
Evening,

After the latest update my main domain had a similar issue where some of the domains and logins redirected to a 404 error.

To solve this, I simply did a reboot and it solved the 404 issues.

Although, what I have noticed recently. When entered https://domain_or_IP:port it would redirect to the main domain or ip.

I am looking into why the the first load redirects and removes the port number from the url.

Example:
users enter https://example.com:2083 which would redirect them instantly to https://example.com. On the second attempt it then works. Same goes with 2087.

It might just be a apache redirect issue.

I have the server redirect everything through https all http attempts redirect to https

added an .htacces with the following to /usr/local/apache/htdocs

Code: [Select]
# Redirect Everything to HTTPS
# DO NOT REMOVE
RewriteEngine on
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}

10
CentOS 7 Problems / Re: How To Reset/Update Disk Quota
« on: October 29, 2021, 08:41:44 PM »
Thanks for the direction bud, Will have a look into how to expand the drive at OS level.

I thought this could be the OS itself but i had to at least ask to see if this possibly could be something CWP has built in to detect changes.

I have noticed it automatically updates the dynamic ram which is assigned 4560 to 10000. Thought it might have something similar for storage lol.

Your response is appreciated :)


11
CentOS 7 Problems / How To Reset/Update Disk Quota
« on: October 29, 2021, 05:57:11 PM »
Hi,

So I currently have a server running using Hyper V, which I assigned 50GB, I now have added another 50GB by expanding the Hyper V drive.

The issue i currently have is:

The Control Web Panel Still recognizes the old storage, how do I go about updating the entire servers disk quota and letting it know that it now has 100GB instead of the original 50GB.

Without any loss to current data

Thank You

Pages: [1]