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.
Pages: [1]
1
CentOS-WebPanel Bugs / blank white pages in subdomains- workaround, no fix required?
« on: October 04, 2018, 08:47:00 AM »
Assuming you have a main domain created Main. com
all you have to to do from your main admin is, Add a domain instead.
for example Domains>Add Domain
make sure the appropriate user is selected, Simply create your sub as a domain.
Example:
SUB.Main. com
NOTE: Once the sub.domain is created from main admin it will appear under domains in the user account.
all you have to to do from your main admin is, Add a domain instead.
for example Domains>Add Domain
make sure the appropriate user is selected, Simply create your sub as a domain.
Example:
SUB.Main. com
NOTE: Once the sub.domain is created from main admin it will appear under domains in the user account.
2
CentOS-WebPanel Bugs / Re: FIX THE APACHE REBUILD ALLREADY-- ITS BEEN WACK FOR 6 MONTHS
« on: September 29, 2018, 01:57:26 AM »
the httpd.cont gets wiped other then 3 lines if that means anything
3
CentOS-WebPanel Bugs / FIX THE APACHE REBUILD ALLREADY-- ITS BEEN WACK FOR 6 MONTHS
« on: September 29, 2018, 01:50:04 AM »
. all i have to do is run it too kill httpd... Dont even have to add anything... i love centos... Too bad you cant get these things in order. i mean you cant even notice out of 21 lines you have mod-rewrite there twice?
4
Installation / please fix installation instructions
« on: August 27, 2018, 10:32:55 PM »
when you google search "cwp installation"...
it leads to the main instructions bypassing where you should install the minimal versions of centos 6 and 7.
this conflicts with the cwp installation , crashing httpd and or portions of the php controller.
Or at least thats all i can figure out is the reason for a month of trying to set up cent os and in the end i set up the php version i know my scripts require and just a few apache mods and voila what once said "depricated" works fine...
in conclusion a lot of the problems here is simply improper linking to main instructions (skiping page 1 and 2) from search engines themselves.
Solution is to put all 3 steps on the final instruction page.
it leads to the main instructions bypassing where you should install the minimal versions of centos 6 and 7.
this conflicts with the cwp installation , crashing httpd and or portions of the php controller.
Or at least thats all i can figure out is the reason for a month of trying to set up cent os and in the end i set up the php version i know my scripts require and just a few apache mods and voila what once said "depricated" works fine...
in conclusion a lot of the problems here is simply improper linking to main instructions (skiping page 1 and 2) from search engines themselves.
Solution is to put all 3 steps on the final instruction page.
5
MySQL / Re: Mysql change root password
« on: August 26, 2018, 11:14:55 AM »
just for the record changes can be reverted.
yum history list
if you had removed it will say one will say "Erased" in the list with an id to the left.
It will look like this including the date.
This is the id--> 14 | root <root> | 2018-08-26 06:32 | Erase | 5
so just run this :
yum history rollback [id]
So for my example the command would be :
yum history rollback 14
this will undo the erase/remove.
yum history list
if you had removed it will say one will say "Erased" in the list with an id to the left.
It will look like this including the date.
This is the id--> 14 | root <root> | 2018-08-26 06:32 | Erase | 5
so just run this :
yum history rollback [id]
So for my example the command would be :
yum history rollback 14
this will undo the erase/remove.
6
Installation / 1 line installs
« on: August 21, 2018, 01:15:59 AM »
1 line install:
CentOS 6: New Installer with MARIA-DB 10-latest
cd /usr/local/src && curl -o cwp-latest -L http://centos-webpanel.com/cwp-latest && sh cwp-latest
===================================================================================
CentOS 7: Installer for CentOS 7
cd /usr/local/src && curl -o cwp-el7-latest -L http://centos-webpanel.com/cwp-el7-latest && sh cwp-el7-latest
I used the first just now..
.. just case no one else here tried it. enjoy8)
CentOS 6: New Installer with MARIA-DB 10-latest
cd /usr/local/src && curl -o cwp-latest -L http://centos-webpanel.com/cwp-latest && sh cwp-latest
===================================================================================
CentOS 7: Installer for CentOS 7
cd /usr/local/src && curl -o cwp-el7-latest -L http://centos-webpanel.com/cwp-el7-latest && sh cwp-el7-latest
I used the first just now..
.. just case no one else here tried it. enjoy8)
7
Installation / Re: How to install CentOS Web Panel?
« on: August 21, 2018, 01:11:51 AM »
1 line install:
CentOS 6: New Installer with MARIA-DB 10-latest
cd /usr/local/src && curl -o cwp-latest -L http://centos-webpanel.com/cwp-latest && sh cwp-latest
===================================================================================
CentOS 7: Installer for CentOS 7
cd /usr/local/src && curl -o cwp-el7-latest -L http://centos-webpanel.com/cwp-el7-latest && sh cwp-el7-latest
CentOS 6: New Installer with MARIA-DB 10-latest
cd /usr/local/src && curl -o cwp-latest -L http://centos-webpanel.com/cwp-latest && sh cwp-latest
===================================================================================
CentOS 7: Installer for CentOS 7
cd /usr/local/src && curl -o cwp-el7-latest -L http://centos-webpanel.com/cwp-el7-latest && sh cwp-el7-latest
8
CentOS 6 Problems / Re: Error with ionCube Encoder version
« on: August 11, 2018, 10:24:07 AM »
i get this error now, but this command yum install cwp-php doesnt help...
As for using php switcher is not good advise ...
if your seeing this error you cant access your panel.
if you reboot server the error goes away until i click on the"php selector" so in my case php selector is triggering the error.
so is there anyone that knows whats happening?
and please dont tell me to contact support , $7 pr visit and/or $12 a month is way to expensive.
As for using php switcher is not good advise ...
if your seeing this error you cant access your panel.
if you reboot server the error goes away until i click on the"php selector" so in my case php selector is triggering the error.
so is there anyone that knows whats happening?
and please dont tell me to contact support , $7 pr visit and/or $12 a month is way to expensive.
Pages: [1]