1 (edited by chmod444 2010-12-01 10:22:05)

Topic: website not brows

hello last night I installed At my cent os Server Your plugin
and i Have problem



[root@sv ~]# uname -a
Linux sv.xxxxxxxx 2.6.18-194.26.1.el5 #1 SMP Tue Nov 9 12:54:20 EST 2010 x86_64 x86_64 x86_64 GNU/Linux


[root@sv ~]# php -v
PHP 5.2.14 (cli) (built: Nov 30 2010 20:03:15)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
with the ionCube PHP Loader v4.0.1, Copyright (c) 2002-2010, by ionCube Ltd.


Apache 2.2.17    Running
DirectAdmin 1.36.2     Running
Exim 4.69    Running
MySQL 5.0.51a    Running
Named 9.3.6    Running
ProFTPd 1.3.1     Running
sshd     Running
dovecot 1.2.16     Running
Php 5.2.14    Installed


I cant download any file from my server

http://0dl.site.com/exaple/file.rar
Can not find error


just I see at my Web site this message:
http://ipaddress
http://0dl.site.com

Welcome TO nginix


I think Browsing to Vhost have Problem

how should solve problem

Re: website not brows

Do you have a subdomain named  0dl.site.com  inside your Da server  ? . I thiuk you may only pointing the subdomain dns  to a dedicated IP only. If  so you need to create this subdomain. If your apache won't have this  subdomain vhost , then it won't work too.

You can submit a support ticket too to check this issue.

Syslint Technologies | 24x7 Server Management | Outsourced Support | Software Development - (0091) 471-3273-211

3 (edited by chmod444 2010-12-03 11:56:07)

Re: website not brows

content of:
/etc/httpd/conf/extra/directadmin-vhosts.conf

Include /usr/local/directadmin/data/users/admin/httpd.conf
Include /usr/local/directadmin/data/users/b2t/httpd.conf
Include /usr/local/directadmin/data/users/tehsong/httpd.conf
Include /usr/local/directadmin/data/users/xsong/httpd.conf
Include /usr/local/directadmin/data/users/music/httpd.conf


for example:
content of : /usr/local/directadmin/data/users/b2t/httpd.conf

<VirtualHost 85.17.xxx.xxx:80 >


        ServerName www.0dl.example.com
        ServerAlias www.0dl.example.com 0dl.example.com  0dl0.example.com www.0dl0.example.com
        ServerAdmin webmaster@0dl.example.com
        DocumentRoot /home/b2t/domains/0dl.example.com/public_html


        UseCanonicalName OFF

        SuexecUserGroup b2t b2t
        CustomLog /var/log/httpd/domains/0dl.example.com.bytes bytes
        CustomLog /var/log/httpd/domains/0dl.example.com.log combined
        ErrorLog /var/log/httpd/domains/0dl.example.com.error.log

        <Directory /home/b2t/domains/0dl.example.com/public_html>
                Options +Includes -Indexes

                php_admin_flag engine ON
                <IfModule !mod_php6.c>
                        php_admin_flag safe_mode OFF
                </IfModule>
                php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f b2t@0dl.example.com'
.
.
.
.


I want make Work My Webserver beter Then I install Terial 15 days OF Danginx
Every Thing Work With apache I can Browse websites download file But when I install  danginx
As I said above:


I cant download any file from my server

http://0dl.site.com/exaple/file.rar
Can not find error

just I see at my Web site this message:
http://ipaddress
http://0dl.site.com

Welcome TO nginix

Re: website not brows

What is inside  the following files ,

/usr/local/directadmin/data/users/b2t/domains.list
/usr/local/directadmin/data/users/b2t/domains/example.com
/usr/local/directadmin/data/users/b2t/domains/example.com.subdomains


Also try to run this script   /usr/local/directadmin/scripts/rebuildnginxvhost

Syslint Technologies | 24x7 Server Management | Outsourced Support | Software Development - (0091) 471-3273-211

5 (edited by chmod444 2010-12-03 13:39:56)

Re: website not brows

content of:
/usr/local/directadmin/data/users/b2t/domains.list


0dl.example.com


[root@sv ~]# cd /usr/local/directadmin/data/users/b2t/domains/
[root@sv domains]# ls
0dl.example.com.conf  0dl.example.com.ip_list   0dl.example.com.subdomains
0dl.example.com.ftp   0dl.example.com.pointers  0dl.example.com.usage


this file was empty:

/usr/local/directadmin/data/users/b2t/domains/example.com.subdomains

I Unistalled danginx BEacuse My website have 100 000 Viwers at a day and When I isntall Danginx All of MY Files Gone out of hand
What IS Your opinion How can I Introduce vhosts to DAnginx
What IS the problem?

Re: website not brows

Hello,

Please open a support request at   http://portal.sysvm.com/   with  required login credentials .

Syslint Technologies | 24x7 Server Management | Outsourced Support | Software Development - (0091) 471-3273-211