Github user linas-h1p commented on the pull request:

    https://github.com/apache/cloudstack/pull/1547#issuecomment-220014434
  
    Seems to be ok now. Thanks for the quick fix.
    
    Another issue:
    With the remade apache config generation, i see you are either putting 
multiple Listen directives or not cleaning up some. Hence apache fails to start 
with "Address already in use: make_sock: could not bind to address 
172.30.0.11:80"
    `root@r-74-VM:~# grep -r Listen /etc/apache2/
    /etc/apache2/ports.conf:Listen 172.30.0.11:80
    /etc/apache2/ports.conf:    Listen 172.30.0.11:443
    /etc/apache2/ports.conf:    Listen 172.30.0.11:443
    /etc/apache2/vhostexample.conf:Listen 10.1.1.1:80
    /etc/apache2/vhostexample.conf:    Listen 10.1.1.1:443
    /etc/apache2/vhostexample.conf:    Listen 10.1.1.1:443
    /etc/apache2/sites-enabled/vhost-172.30.0.11.conf:Listen 172.30.0.11:80
    /etc/apache2/sites-enabled/vhost-172.30.0.11.conf:Listen 172.30.0.11:443
    /etc/apache2/sites-enabled/vhost-172.30.0.11.conf:Listen 172.30.0.11:443`
    
    Putting Listen to ports.conf is enough, no need to add them to the vhosts 
themselves.
    
    Currently this breaks metadata service on the VR
    
    Also, i'm still checking the multiple subnets per vlan functionality 
(specifically dhcp) on my setup. Since we also need that right now, and i'm not 
sure if it's working for me yet. I'll get back on that soon, when i have 
specific info (trying to debug / understand the changes from these commits )


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to