Some sites doesn`t work :/

xprotect

Verified User
Joined
Feb 10, 2006
Messages
72
I have Apache 2.0.55 on my server, i was tried to downgrade it to 1.3.34 by HOW-TO from forum, then apache crashes :/
Now Apache/2.0.55 is working but some sites doesn`t work (they get typical Apache Welcome Page)
 
http://www.directadmin.com/forum/sh...04&perpage=20&highlight=./build&pagenumber=14

look over there...

u have to

Code:
cd /usr/local/directadmin/data/users
for i in `ls`; do { echo "Include /usr/local/directadmin/data/users/$i/httpd.conf" >> /etc/httpd/conf/httpd.conf; }; done;


i've made this.. but after i had delete all clients in /etc/httpd/conf/httpd.conf that was written two times...

i hope you understand my english :)
 
Back
Top