Apache 2 Problem and Bug

fusionictnl

Verified User
Joined
Jun 22, 2004
Messages
1,052
Location
Netherlands
Okay, I've had Apache 2 for 2 days now and it was working fine. Until a reseller changed some setting that will rewrite the httpd.conf. Apache was down for a few hours, because it couldn't be started anymore.

The installation/update to apache 2 went okay and all steps were followed and completed okay.

What goes wrong in the conf:

Port 80 is one of the first lines in a domains vhost conf. Apache 2 uses Listen 80, but this may not be added to the conf, because it will cause Apache to bind on 0.0.0.0. Why suddenly is this added ??????

I didn't do it, the control panel did it.

Second problem, it again puts:

User [username]
Group [username]

as stated in the template it should use SuexecUserGroup

directadmin.conf is setup to use Version 2.0

Very very strange! Not happy about this!
 
About the Port thing, can't find any template that adds:

# Auto generated apache config file by DirectAdmin version 1.23.1
# 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



Looks like this is code written hardly and that the panel as what I think doesn't use the version 2 templates anymore (or never did).
 
Same problems here...

suddenly apache stopped and there was an error in the ips.conf with <VirtualHost> cannot contain Username or Group

How to fix this ?


Second error (as I posted on the forum) with php.. an error in fsockopen() so both my webmails do not work anymore.
 
Back
Top