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.


Topics - x1705

Pages: [1]
1
Backup / New backup (beta)
« on: November 12, 2019, 01:00:16 AM »
Using the "NEW backup (beta)" option seems nice.
except it is defiant on using First a local "tmp" (temporary) directory..
Then, "moving" to the 'path' you choose in the Settings.. which doesn't make good sense. imo.

for example;
I have a separate partition for my backups, so my main system is free from these..
During the CWP (new) backup, it uses my main systems Available Space.. which,
for good reason is usually not enough to hold the system AND a complete backup.

thus;
why i (and most) use a separate partition, or entire Disk..

this is a big oversight, imo.. this means that i need to have at Least Double the Available Space Available to do a complete backup.
I have entered already the better chosen path in the backup settings (a seperate partition, which HAS the space for this).. but alas,
The (NEW backup Beta) is using the systems local space as a "temp" first.. smh.

Makes not good sense.

Thanks..
i hope this gets addressed before it leaves 'beta'. :) 
It looks like a nice backup/restore system, but this kind of kills it.
Cheers
X

2
Suggestions / Aesthetic Look..
« on: October 28, 2019, 07:55:06 AM »
I would like to suggest #1 a CHANGELOG before UPDATING. :)

I would also like to see something like this on teh front CWP Admin Panel.
the info bar raised, and add a Tempurature Gauge in its poisition instead.

8)
X


https://ibb.co/6FX3fvK

3
SSL / Removing Nginx (and varnish) websites dont work..
« on: September 20, 2019, 01:49:14 PM »
Hey, I deciced to just run "Apache", i removed the Nginx (and varnish)..
thats all i did, and my websites (SSL) wont show..

what configuration file do i need to change "back" to allow Only Apache?

I can use Varnish, thats just a cache server..
but when i use/or remove nGinx, SSL fails.

please advise.

Thanks!

X

4
Apache / .htaccess works, but isnt working completely.?
« on: September 02, 2019, 02:34:32 PM »
I am trying to do a Rewright in my .htaccess file.. i have it placed in my sites document root (example.com/topics)
 
I have also (for testing) added it to the vhosts.conf of that domain. (which didnt do anything better)

here is the htaccess file paste:
Options +FollowSymlinks -MultiViews
Options +Indexes
RewriteEngine On
RewriteBase /
<IfModule mod_rewrite.c>

order allow,deny
allow from all

RewriteRule ^topics/(.+)\+(.+)$ topics/$1_$2 [R=301] [N]
RewriteRule ^/example.com/topics/ /example.com/topics/?

The first 'rule' should replace the "+" symbols into "_" (in the URI) after i do a search..
The second 'rule' should 'remove' the 'QUERY SYMBOLS' ("?q=")

when i do a "search" (using a standard form)
the URL changes to "example.com/topics/?q=word+searched+for"

i would like to make that rewright do this:
"example.com/topics/word_searched_for"

ive seen it done.. there are MANY examples online (stackexchange/google, etc)
NON have worked..

I can verify my mod_rewrite is working.

and

i know the proper .htaccess file IS being used,
as if i make a random change, it will through a "500 Error".
so, i know its working.

anyways, i have worked on this for several Days..
ANY help or suggestion would be grately appreciated.

Thanks in advance.
X



5
Suggestions / Aesthetics..
« on: August 24, 2019, 12:03:46 PM »
I'd like to see the CWP Version shown in the bottom module relocated to that of the "update cwp" Button in the middle..
I think it woul dmake more sense, and even be easier to check.. :)

https://ibb.co/K5cwqj7


6
Updates / .869 now cwp.service / httpd wont start
« on: August 24, 2019, 10:20:37 AM »
went to bed last night, just hours ago, everything was fine.. again,
another update, .869... now my cwp.service wont load.. httpd all down.
Varnish cache server down...
Error 503 Backend fetch failed

well, apparently all my CERTS dissapeared.

can we DISable these friggin updates?

:/

getting really fed up with this.

7
Updates / Pre-Update ChangeLog... CWP
« on: August 23, 2019, 01:40:25 AM »
@CWP Admins, (Sandeep/Igor)..

Due to the resent 'glitches' (albeit from the updates or not),

Would it be possible to present a "PRE-Update "ChangeLog" (Detailed)..

panel_suggestion: when an update is available, as indicated on the panel,
allow the end user to view the changes PRIOR to activating update.

I truly think that the consumer base here that uses CWP, and would Like to keep using it.
would be of greater help, in the forums, and for other new-users just joining CWP..

I'll check the cwp website in the meantime, but i think it would be of value to offer it (the pending ChangeLog), right on teh Panel.

X


8
MySQL / MySQL Server wont start..
« on: August 22, 2019, 02:18:16 PM »
cant start mysql..
as it is it has to run in mysqld_safe --skip-grant -tables

but that is not the correct way..

i have reset mysql_root pwd..

have had this happen a lot over the last couple of upgrades.

any sugestions?
Thanks.
X
--------------------------------------------------------------------------------------------------------------------------------------------------
Aug 22 08:45:23  mysqld[6582]: 2019-08-22  8:45:23 139907290274048 [ERROR] InnoDB: Could not open or create the system tablespace. If you tried to add new data files to the system tablespace, and it failed here, you should now edit innodb_data_file_path in my.cnf back to what it was, and remove the new ibdata files InnoDB created in this failed attempt. InnoDB only wrote those files full of zeros, but did not yet use them in any way. But be careful: do not remove old data files which contain your precious data!
Aug 22 08:45:23  mysqld[6582]: 2019-08-22  8:45:23 139907290274048 [ERROR] Plugin 'InnoDB' init function returned error.
Aug 22 08:45:23  mysqld[6582]: 2019-08-22  8:45:23 139907290274048 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
Aug 22 08:45:23  mysqld[6582]: 2019-08-22  8:45:23 139907290274048 [Note] Plugin 'FEEDBACK' is disabled.
Aug 22 08:45:23  mysqld[6582]: 2019-08-22  8:45:23 139907290274048 [ERROR] Unknown/unsupported storage engine: InnoDB
Aug 22 08:45:23  mysqld[6582]: 2019-08-22  8:45:23 139907290274048 [ERROR] Aborting
Aug 22 08:45:23  systemd[1]: mariadb.service: main process exited, code=exited, status=1/FAILURE
Aug 22 08:45:23  systemd[1]: Failed to start MariaDB 10.1.41 database server.
Aug 22 08:45:23  systemd[1]: Unit mariadb.service entered failed state.
Aug 22 08:45:23  systemd[1]: mariadb.service failed.

---------------------------------------------------------------------------------------------------------------------------------------------------

I have made a backup of ibdata1, ib_logfile0, and ib_logfile1..
tried restarting, still doesnt work..

also made sure proper ownerships mysql:mysql on entire /var/lib/mysql direcory.
permissions?  seem okay.

also, restored from a 'working' backup the entire directory..
same thing.

frustrating.
:/
Thanks.

9
Updates / missing Softaculous, replaced by Fantastico F3 ??? :( wtf
« on: August 17, 2019, 05:53:30 PM »
did CWP just completely remove option to have Softaculous, i had installs and paid for that service.. :(
Besides the new CWP "Fantastico F3", does not load .. isn't that cPanel?  I dont have cPanel, been with CWP for 2 years now.....

how can i keep or at best still access my Softaculous end-user panel?
i can get to the "script installers", but not the softaciulous" fo rthe USER..


Not Happy about this "update" i just went directly to my softaculous URL and was able to see the Softaculous End-User Page..
but NONE of my previous installs are available now!!! >:/

nor, does it list ANY of my Domains that I had them all Hosted on.. WTF.

Not a very good way to "DUMP" that @CWP.. it was CONNECTED to my CWP!! and my users!!
now, the websites still SHOW, but theres NO way to manage them already from Softaculous!!

Couldn't you at LEAST allowed either/or "softaculous / Fantastico F3", i guess maybe you should Get Fantastico F3 WORKING first!
this is AWFUL.

shame on you guys ive more than supported, and been supportive of CWP for 2 years.. paid over and enough, not to mention TIPS, and "Contributions"...

you just WRECKED my entire ENDUSER experience...

I want it back.

Thanks..
very disapointed.

X >:(
:(

Thanks..
X

10
CentOS 7 Problems / CWP User Panel "Hangs" (cant log in)
« on: August 13, 2019, 06:44:44 PM »
Hi,
My CWP USER/Client Panel "hangs" when i try to log in.
It just says "Please Wait!" .. but never logs me in.

I tried creating new users to test, and they also do not log in.

Also, There was a brief 'warning message' on top about this, but it dissapeared. ? :/


Any suggestions?
Is it permissions?
Should I 'edit' and re-save my account? (hoping that wont destroy anything?)
Thanks!
X

11
CentOS-WebPanel Bugs / after .856 update, user panel not working..
« on: August 03, 2019, 07:47:00 AM »
Hi,
After most recent .9.8.856 update my CWP USER Panel is not allowing any login..
It just refreshes the screen and returns to the login prompt..

If i create a new User Account, that works, but none of my original ones are allowing login.

Please Advise.

I have ran sh /scripts/update_cwp
refreshed servers
cleared cache on browsers
tried 3 different browsers.

have made no other changes.
server has been up and running for 300+ days straight now..

Thank you.
8)

12
Softaculous / SitePad
« on: July 26, 2018, 06:41:54 PM »
I contacted the makers of Softaculous & SitePad..
I asked them when/if they were going to be able to implement "SitePad", as I think it would be a Great Benefit to CWP!!  Here is what they said;

Hi,

We need some API from CWP and are waiting for the same.

Once that API is available by CWP we will integrate SitePad asap.

Regards,
SitePad Sales

Softaculous - http://www.softaculous.com
Virtualizor - http://www.virtualizor.com
Webuzo - http://www.webuzo.com
AMPPS - http://www.ampps.com
---------------------------------------------------------------------------------------------------------------

I sure hope CWP can get the API to them.. I know CWP is really busy, but i truly think having SitePad Available would be a huge benefit!  :)
Thanks for reading.
X
 8)

13
Installation / Adding Domain's doesn't update my /etc/hosts file
« on: July 08, 2018, 11:43:11 PM »
Hi,
When i add a new Domain to CWP.
I have to manually include it in my /etc/hosts file list.

shouldn't this option be automatic?

Thanks.
X

14
DNS / rDNS/PTR check for IP 192.168.1.150 = not found!
« on: July 04, 2018, 03:11:55 PM »
How can I fix this? 

Your Hostname is: srv.XXXX.net and it resolves to IP: 173.XX.X.211 [Check Black List]
rDNS/PTR = 173-XX-X-211.client.mchsi.com SUCCESS [Check SenderBase]

**Above shows "SUCCESS"** but then below shows this (and why is it checking my LOCAL IP?)

rDNS/PTR check for IP 192.168.122.1 = not found!
rDNS/PTR check for IP 192.168.1.150 = not found!

******************************************************************************************************

I have tried manually adding a PTR record to srv.XXXX.net 173.XX.X.211.in-addr.arpa
(i don't know if i did it correctly, but nonetheless, it still shows that 'error') ~ or is it a 'glitch'?

*******************************************************************************************************

Advice on resolving this (step by step) as i am not real comfortable fidgeting with DNS much. :)
My system works fine, all sites are online, etc.. just this 'error'.

Thanks in Advance.
8)



Pages: [1]