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

Pages: [1] 2
1
CentOS-WebPanel GUI / what is purpose of Add a New Domain function
« on: December 15, 2017, 12:49:30 AM »
Hello.
in centos web panel. to create a new domain , we have to create new user account which will add the domain for that user as well.
but what is the reason for Add a New Domain in Domain tool set ?
is that for any other domain for same user other then the was created in New user Account ?
why first domain never gets listed in List Domain section ?

any thoughts ?
Thanks

2
DNS Manager / How to use Free DNS manager on VPS
« on: December 15, 2017, 12:26:27 AM »
Hello.
after many trial and errors ( mostly errors ) i decided reconfigure my vps and thus use free dns since i only have one ip address.
I registered a domain from godaddy. ( should have registered with centOs ). used centOs nameserver in godaddy.
in free dns manager , Created a zone file for my VPS host name . in Centos web panel , use centos name servers in Edit Name server ips. and two name server zone been created in my dns zone list.

now , if i create new user , this will automatically create zone file in my DNS server with proper info.
do i need to use free dns manager to create the zone for new Domain of the user ? or free dns manger for my vps only needs to have a record of my VPS host name ?

i hope i explained thing properly

3
MySQL / Re: Warning: [obfuscated](): (HY000/2002): Connection refused
« on: December 12, 2017, 04:53:14 PM »
at very beginning of this error your 2006 Mysql server has gone away error indication of time out. you can set
max_allowed_packet to higher value such as 100M in your mysql configuration and see if this will sort the problem .

4
Apache / Re: magento and apache document root issue
« on: December 12, 2017, 02:31:38 PM »
Thank you for pointing this out.
will look into that configuration section to see what is what .  :'(

5
PHP / Re: How to install php 7.x
« on: December 12, 2017, 01:31:33 AM »
before posting for help, i did all i could from cwp .. however, i decided to use php selector setting .. i click on install dependencies once this was done , went back to php selector and selected the version7.24 and compiled , and to my surprised .. it did switch to this version and testing on client side with script verified it ..


6
Apache / Re: HELP APACHE.
« on: December 12, 2017, 12:08:55 AM »
im new to this but as per my experience, any port you assign to any application , you may want to make sure the port is open in your CWP firewall in TCP_IN , TCP_OUT section of Firewall configuration. 

7
DNS Manager / Re: A and AAA RECORD
« on: December 11, 2017, 11:58:52 PM »
if you are only using IPV4 , then only need A record. AAAA records are for IPV6.

8
Other / Re: File Manager session issue
« on: December 11, 2017, 11:08:39 PM »
This problem still exist with Centos Web panel on Centos linux 6.5 Final. after login , and clicking on any folder , message Session time out shows up .. and have to log back in and same happens each time like going around circles. i think somehow sessions are not being updated with each successful login into the file manager ( client side )

9
PHP / How to install php 7.x
« on: December 11, 2017, 09:36:58 PM »
totally new to linux stuff, i have done all i can from scanning the web and having my vps working . sadly the php switcher is not working and i need to switch php to higher then current version to upgrade my magento 2 .. so how can i install php 7.x and what should i do after has been installed
Tanks

10
Apache / magento and apache document root issue
« on: December 11, 2017, 09:05:32 PM »
Hello.
vps running centos linux , with centos web panel.
Moved my Magento 2 site from shared hosting to vps .. everything seems to be working except Web setup wizard in admin.
after countless search and reading about the issue , suggestion is that , magento is being served from /pub folder , and setup wizard wont work because this is the intended behaviour. solution is to point apache document root to root installation of magento.
looking at apache config file .. is see this

DocumentRoot "/usr/local/apache/htdocs"
<Directory "/usr/local/apache/htdocs">
    #
    # Possible values for the Options directive are "None", "All",
    # or any combination of:
    #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    #
    # Note that "MultiViews" must be named *explicitly* --- "Options All"
    # doesn't give it to you.
    #
    # The Options directive is both complicated and important.  Please see
    # http://httpd.apache.org/docs/2.4/mod/core.html#options
    # for more information.
    #
    Options Indexes FollowSymLinks

    #
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    #   AllowOverride FileInfo AuthConfig Limit
    #
    AllowOverride All

    #
    # Controls who can get stuff from this server.
    #
    Require all granted
</Directory>

as it states , DocumentRoot: The directory out of which you will serve your
 documents. By default, all requests are taken from this directory.

however, all my documents are located in /home/USERNAME/public_html/
so this is a bit confusing ..
Magento installed in public_html as a root installation . so question is , how can i change document root from /pub to / from within apache config?
Thanks.

11
PHP / Re: PHP Selector not Switching?
« on: December 11, 2017, 06:04:13 PM »
There seems to be problem with switching to version 7.x .. i managed to switch to . 5.6.31 from 5.6.30 .. and that worked. looked at the process in SSH while was downloading and installing ..but with 7.x is not the same , i can see stuff being processed but at the end messaged says nothing to do , install made . and nothing really happens.

if anyone knows how to switch to 7.x or figure what seems to be the problem , let me know. thanks.

site admin, could you please move this topic to the right location ( PHP SELECTOR ). thanks.

12
Apache / Re: Symlink problem?
« on: December 11, 2017, 05:09:20 AM »
solved.
was missing magento main htaccess in the root .  ;D ::)

13
Apache / Symlink problem?
« on: December 11, 2017, 03:04:16 AM »
Hello.
im trying to make my Magento site work .. is has been moved from another host to new VPS..
My front page loads but every other links including admin display 404 file not found. after researching the net , it seems to be issue with symlink.
as per requested , added Options FollowSymLinks inside <Direcotry></Direcotry> in my Vhost and rebooted the server , and still not working .
vhost section looks like this
<Directory "/home/USERNAME/public_html">
Options FollowSymLinks
        AllowOverride All
</Directory>
I am totally at lost and have no other ideas at where to look . I hope someone can help me out  thanks

14
PHP / PHP Switcher not Switching?
« on: December 11, 2017, 12:31:07 AM »
Hello.
i have latest CWP installed on Centos linux VPS .. need to have PHP 7 for my magento .. i used the switcher , gone through the compile and still i see same old php version on the dash ..

i found this control panel exhausting..maybe some one can recommend a panel that i can install on centos vps that is free and actually works ?

15
MySQL / PhpMyadmin 504 Gateway Time out
« on: December 10, 2017, 06:01:34 PM »
Hello.
VPS.
CentOs Web Panel ( latest version ) installed 2 days go.
CentOs linux version 6xx
During Database Import , I keep getting 504 Gate Way time out.
I can see my database has been populated with tables , but due to time out , tables are incomplete.
I searched the net for all regarding this issue and i have set time limits , file size limits , etc that i could find . but i still getting same issue .
Import file size is less then 2 Meg so I have no idea why i get this error .

any suggestion ?

Pages: [1] 2