posted on Jan, 30 2015 @ 12:20 PM
Hello.
I recently have been setting up a server to host some content that would eat up my bandwidth on my paid hosting provider.
I have run into some issues with the configuration. It is an Ubuntu server environment called Zentyal.
Now i have already apt-get install apache2. I tried to follow the virtual host configuration in the original documentation for the server OS.
As per TOS i have redacted the url's xxx.xx
interceptor@zen:/etc/apache2$ sudo service apache2 restart
* Restarting web server apache2
[fail]
* The apache2 configtest failed.
Output of config test was:
apache2: Syntax error on line 219 of /etc/apache2/apache2.conf: Syntax error on line 16 of /etc/apache2/sites-enabled/xxx.xx.conf:
/etc/apache2/sites-enabled/xxx.xx.conf:16: < Directory > was not closed.
Action 'configtest' failed.
The Apache error log may have more information.
What does the directory was not closed mean?
I can ping my ip and i get a response. In the browser i get page timeout. I have already made sure the proper ports are open and my domain resolves
the the proper ip. I have also made firewall entries to allow traffic on those ports.
I believe that i messed up something when configuring my vhosts.
Anyone of you Linux gurus have an idea? I can provide redacted versions of the xxx.xx.conf if needed.
edit on 1/30/2015 by shaneslaughta
because: (no reason given)