Templates problems

CheSPB

New member
Joined
May 6, 2008
Messages
4
Hello!

Clean new install of DA on Debian 6 server with custombuild 1.2.

I have strange problems with virtual_host templates:

1. DA doesn't want to take a virtual_host2*.conf templates. Only taking a virtual_host*.conf. I have made soft links from virual_host2*.conf to virtual_host*.conf.

2. DA inputing "Port 80" directive in users templates. I only found it in templates/httpd.conf file and comment it. But it doesn't help. Still adding this directive and apache is crashing with error.

What should I check? Why DA is taking configs for old apache version?

Thank you in advance!
 
Please post the output of:
Code:
/usr/local/directadmin/directadmin c | grep apache_ver
 
Please post the output of:
Code:
/usr/local/directadmin/directadmin c | grep apache_ver


# /usr/local/directadmin/directadmin c | grep apache_ver
apache_ver=1.3

Thank you! I see the problem :(
But how can I fix it?

In options.conf I have "apache_ver=2.2", and
# ./build versions gives me:

Latest version of Apache: 2.2.25
Installed version of Apache: 2.2.25
 
# /usr/local/directadmin/directadmin c | grep apache_ver
apache_ver=1.3

Thank you! I see the problem :(
But how can I fix it?

In options.conf I have "apache_ver=2.2", and
# ./build versions gives me:

Latest version of Apache: 2.2.25
Installed version of Apache: 2.2.25

Look like I found the answer!
Just put apache_ver=2.2 in my directadmin.conf.

Thank you very much!
 
Back
Top