[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#155750: apache-sslconfig breaks httpd.conf



Package: apache-ssl
Version: 1.3.26.1+1.48-0woody2

After installing apache-ssl I run apache-sslconfig, after that I discovered
that /etc/apache-ssl/httpd.conf is broken and apche-ssl no longer starts,
reporting the following error:

  Syntax error on line 1155 of /etc/apache-ssl/httpd.conf:
  Invalid command 'VirtualHost', perhaps mis-spelled or
     defined by a module not included in the server configuration

Just correct the configuration file:

  VirtualHost www.domain.it
  #SSLEnable
  #</VirtualHost>

should be

  <VirtualHost www.domain.it>
  SSLEnable
  </VirtualHost>

------------------------------------
Niccolo Rigacci <niccolo@texnet.it>
Tex.NET s.r.l.




Reply to: