Apache error

Apache Area

he status of your system is being checked to ensure that all enabled features are available, that the mail server is properly configured, and that quotas are active …
Your system has 3.76 GB of memory, which is at or above the Virtualmin recommended minimum of 256 MB.

BIND DNS server is installed, and the system is configured to use it.

Mail server Postfix is installed and configured.

Postfix can support per-domain outgoing IP addresses, but is not currently configured to do so. This can be setup in the Postfix Mailserver module.

Apache configuration errors were found :
Syntax error on line 271 of /etc/apache2/apache2.conf:
The address or port is invalid
Action ‘configtest’ failed.
The Apache error log may have more information.

… your system is not ready for use by Virtualmin.

How can I fix this issue please?

Setup DNS zone?
Create PostgresSQL database?
Setup spam filtering?
Setup spam filtering?
Setup Webalizer for web logs?
Create MySQL database?
Setup IP-based virtual FTP?
Setup IP-based virtual FTP?
Enable AWstats reporting?

Failed to create virtual server : Webalizer cannot be enabled unless a website is configured

I uncheck this I get this error
Enable AWstats reporting?

Failed to create virtual server : Webalizer cannot be enabled unless a website is configured

If I go back after adding the virtual server and enable some of the features I am getting this

Syntax error on line 1 of /etc/apache2/sites-enabled/cyberchatnet.com.conf:
The address or port is invalid
Action ‘configtest’ failed.
The Apache error log may have more information.

Is this causing a issue NameVirtualHost [192.168.0.192]:80 I am getting a error in apache?

I am also getting this error

Apache configuration errors were found :
Syntax error on line 1 of /etc/apache2/sites-enabled/cyberchatnet.com.conf:
The address or port is invalid
Action ‘configtest’ failed.
The Apache error log may have more information.

Include the virtual host configurations:

Include sites-enabled/
NameVirtualHost 192.168.0.192:80
NameVirtualHost 192.168.0.192:443
NameVirtualHost 192.168.0.192:80
NameVirtualHost [192.168.0.192]:80

Howdy,

It looks like there is a problem with this line here:

NameVirtualHost [192.168.0.192]:80

I don’t believe Apache allows brackets around the IP address.

You may want to comment out that NameVirtualHost line.

Also, then edit /etc/apache2/sites-enabled/cyberchatnet.com.conf, and remove the brackets from the first line in that file (it should still have the IP address, just not brackets).

-Eric