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 - kyme32.ro

Pages: [1]
1
Apache / Re: Default Page Displayed for all domains
« on: April 28, 2015, 05:11:25 PM »
i didn't installed it at first but after i've installed it, same result

there are the settings of it
Code: [Select]
Apache IP (recommended: your Shared IP, or 127.0.0.1): 188.215.77.24
Apache Port (recommended: 82): 80
Varnish IP (recommended: Shared IP or all): all
Varnish Port (recommended: 80): 6081
Varnish Storage Size (recommended: 1G): 1G

netstat info
Code: [Select]
Netstat info
tcp        0      0 :::80                       :::*                        LISTEN      2319/httpd         
tcp        0      0 0.0.0.0:6081                0.0.0.0:*                   LISTEN      2366/varnishd       
tcp        0      0 127.0.0.1:6082              0.0.0.0:*                   LISTEN      2363/varnishd       
tcp        0      0 :::6081                     :::*                        LISTEN      2366/varnishd       

if anyone can tell me what's wrong please let me know, i will share the root pass with support team if anybody is good willing to take a look at it and maybe make it working for me and for every user with this problem

2
Apache / Re: Default Page Displayed for all domains
« on: April 28, 2015, 02:33:52 AM »
i have following settings
188.215.77.24 is my external ip(internet provider)
192.168.1.130 is my lan ip

vhosts

Code: [Select]
# vhost_start kyme32.ro
<VirtualHost 188.215.77.24:80>
ServerName kyme32.ro
ServerAlias www.kyme32.ro
ServerAdmin kyme32@yahoo.com
DocumentRoot "/home/kyme32/public_html"
ScriptAlias /cgi-bin/ "/home/kyme32/public_html/cgi-bin/
#
# Custom settings are loaded below this line (if any exist)
# Include "/usr/local/apache/conf/userdata/kyme32/kyme32.ro/*.conf

<IfModule mod_suexec.c>
        SuexecUserGroup kyme32 kyme32
</IfModule>

<IfModule mod_suphp.c>
        suPHP_UserGroup kyme32 kyme32
        suPHP_ConfigPath /home/kyme32
</IfModule>

<Directory "/home/kyme32/public_html">
        AllowOverride All
</Directory>

</VirtualHost>
# vhost_end kyme32.ro

# vhost_start cs.kyme32.ro
<VirtualHost 188.215.77.24:80>
ServerName cs.kyme32.ro
ServerAlias www.cs.kyme32.ro
ServerAdmin kyme32@yahoo.com
DocumentRoot "/home/kyme32/public_html/cs_kyme32_ro"
ScriptAlias /cgi-bin/ /home/kyme32/public_html/cs_kyme32_ro/cgi-bin/
#
# Custom settings are loaded below this line (if any exist)
# Include "/usr/local/apache/conf/userdata/kyme32/cs.kyme32.ro/*.conf

<IfModule mod_suexec.c>
        SuexecUserGroup kyme32 kyme32
</IfModule>

<IfModule mod_suphp.c>
        suPHP_UserGroup kyme32 kyme32
</IfModule>

<Directory "/home/kyme32/public_html/cs_kyme32_ro">
        AllowOverride All
</Directory>

</VirtualHost>
# vhost_end cs.kyme32.ro

they are all rebuilded and default template

under accounts the ip address for domain kyme32.ro is 188.215.77.24

NS1: ns1.kyme32.ro | IP:188.215.77.24 [Change]
NS2: ns2.kyme32.ro | IP:188.215.77.24 [Change]
Server IP: 192.168.1.130 | 192.168.1.130
Shared IP: 188.215.77.24 [Change]
Hostname: localhost.kyme32.ro [Change]

NS are configured on website tld as in cwp

/var/named/kyme32.ro.db
Code: [Select]
; Panel %version%
; Zone file for kyme32.ro
$TTL 14400
kyme32.ro.      86400        IN      SOA     ns1.kyme32.ro. kyme32.yahoo.com. (
         2013071600      ; serial, todays date+todays
                86400           ; refresh, seconds
          7200            ; retry, seconds
            3600000         ; expire, seconds
           86400 )         ; minimum, seconds

kyme32.ro. 86400 IN NS ns1.kyme32.ro.
kyme32.ro. 86400 IN NS ns2.kyme32.ro.

kyme32.ro. IN A 188.215.77.24

localhost.kyme32.ro. IN A 127.0.0.1

kyme32.ro. IN MX 0 kyme32.ro.

mail IN CNAME kyme32.ro.
www IN CNAME kyme32.ro.
ftp IN CNAME kyme32.ro.
; Add additional settings below this line
ns1.kyme32.ro. 14400 IN A 188.215.77.24

ns2.kyme32.ro. 14400 IN A 188.215.77.24

cs     14400   IN      A       188.215.77.24 ; #subdomain cs

i am behind a router, what has dmz to 192.168.1.130, every port pointing to server
now can anybody please tell me why my domain point to default page and that's in /usr/local/apache/htdocs/index.html

the install of centos is made in minimal desktop version 6.6

the yum list installed | grep httpd returns
Code: [Select]
httpd-tools.x86_64    2.2.15-39.el6.centos
any hints what can i do to get it working and don't return again to microsux?

3
Apache / Re: Default Page Displayed for all domains
« on: April 24, 2015, 10:05:26 AM »
i lost my day trying to make it work and i noticed that if you are behind a router it won't work, every domain and subdomain will point to usr/local/apache/htdocs, but if you put in shared ip your lan ip, for ex 192.168.1.130, it will work and yes, after that you need to edit your domain ip and rebuild vhosts, and sadly that will be only for you, b'cuz propagation will be made with 192.168.1.130.

Maybe this will help you guys to firgure it out, i'm kinda noob in linux

4
CentOS 6 Problems / Re: Warnings
« on: May 07, 2014, 11:23:16 PM »
i have the same errors but the thing it's only when i am logged in panel, i see this via server not on putty, when i log in centos webpanel warnings starts, i guess they have something with the data refreshing on web, everything works but still i'm kinda annoyed to let it be that way
it's a new install of latest centos
can anybody tell a fix for it?
the first warning what comes when i log in it's
[pool webpanel] child 12219 said into stderr: "rndc:neither /etc/rndc.conf nor /etc/rndc.key was found"
after comes lots of php notice undefined index login in /etc/webpanel/panel/login.php(1) : eval()'d code(1) : eval()'d code on line 1
after top5 process loads the  WARNING: [pool webpanel] child 12222 said into stderr: "couldn't write 80 items to stdout: Broken pipe" starts
when i log out everything stops
Any help or possible fix please?
Thank you very much,
Emanuel

Pages: [1]