I think there's been a misunderstanding in this thread.
To the OP... you do NOT have to write the vhost section: ISPConfig does that for you. The apache directives option is only for additional non standard directives you want added to the VirtualHost container for the site in question.
As for your current problem, you must have changed something in the httpd config files controlled by ISPConfig.
(note: I presume the paths will be the same for all distros: I'm quoting from a Centos setup)
Make sure that Section 3 of your httpd.conf contains only comments and:
Code:
NameVirtualHost *:80
NameVirtualHost *:443
Include /etc/httpd/conf/sites-enabled/
and that your sites-available/ispconfig.vhost file start with:
Code:
######################################################
# This virtual host contains the configuration
# for the ISPConfig controlpanel
######################################################
Listen 8080
NameVirtualHost *:8080
<VirtualHost _default_:8080>
...
If those check out okay, then we'll have to look at other possible settings that would cause your problem.
Recent comments
20 hours 33 min ago
1 day 1 hour ago
1 day 2 hours ago
1 day 3 hours ago
1 day 5 hours ago
1 day 9 hours ago
1 day 10 hours ago
1 day 13 hours ago
2 days 2 hours ago
2 days 3 hours ago