URGENT test page problem/domohost

domohost

New member
Joined
Apr 28, 2004
Messages
2
Location
australia
i edited httpd.conf in ssh console
and then i try to load http://domohost.ru
its loads but you can see test page but their was a hosting page before
and also as you can see directadmin working http://domohost.ru:2222
and mail /webmail as weel
so i have an apache problem
how can i get my site working this bug/my mistake spread in all server now if you go to catg.net is the same problem ....
how can i fix it ? please help me
 
Contents of the httpd.conf file for domohost.ru

maybe this will help ? solving the problem ?>
# Auto generated apache config file by DirectAdmin version 1.21.3
# Modifying this file is not recommended as any changes you make will be
# overwritten when the user makes any changes to his/her website

# Frontpage requires these parameters in every httpd.conf file or else
# it won't work.
Port 80
ServerRoot /etc/httpd


<VirtualHost 67.18.5.210:80>


ServerName www.domohost.ru
ServerAlias www.domohost.ru domohost.ru
ServerAdmin [email protected]
DocumentRoot /home/admin/domains/domohost.ru/public_html
ScriptAlias /cgi-bin/ /home/admin/domains/domohost.ru/public_html/cgi-bin/

User admin
Group admin
CustomLog /var/log/httpd/domains/domohost.ru.bytes bytes
CustomLog /var/log/httpd/domains/domohost.ru.log combined
ErrorLog /var/log/httpd/domains/domohost.ru.error.log

<Directory /home/admin/domains/domohost.ru/public_html>
Options +Includes -Indexes
php_admin_flag engine on
php_admin_flag safe_mode OFF
</Directory>



#php_admin_value open_basedir /home/admin/:/tmp/:/var/www/:/usr/local/lib/php/:/etc/virtual/

</VirtualHost>

<VirtualHost 67.18.5.210:80>


ServerName www.forum.domohost.ru
ServerAlias www.forum.domohost.ru forum.domohost.ru
ServerAdmin [email protected]
DocumentRoot /home/admin/domains/domohost.ru/public_html/forum
ScriptAlias /cgi-bin/ /home/admin/domains/domohost.ru/public_html/forum/cgi-bin/

User admin
Group admin
CustomLog /var/log/httpd/domains/domohost.ru.forum.bytes bytes
CustomLog /var/log/httpd/domains/domohost.ru.forum.log combined
ErrorLog /var/log/httpd/domains/domohost.ru.forum.error.log
<Directory /home/admin/domains/domohost.ru/public_html/forum>
Options +Includes -Indexes
php_admin_flag engine on
php_admin_flag safe_mode OFF
</Directory>



#php_admin_value open_basedir /home/admin/:/tmp/:/var/www/:/usr/local/lib/php/:/etc/virtual/

</VirtualHost>
 
Hello,

Just as a followup, the /etc/httpd/conf/httpd.conf did not have any "Include" lines which are needed to load in all the User httpd.conf files.

John
 
Back
Top