Advertisement
Guest User

Untitled

a guest
Aug 24th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. # apache2ctl start
  2. (98)Address already in use: AH00072: make_sock: could not bind to address [::]:443
  3. (98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:443
  4. no listening sockets available, shutting down
  5. AH00015: Unable to open logs
  6. Action 'start' failed.
  7. The Apache error log may have more information.
  8.  
  9. # cat /etc/apache2/ports.conf
  10.  
  11. Listen 80
  12.  
  13. <IfModule ssl_module>
  14. Listen 443
  15. </IfModule>
  16.  
  17. <IfModule mod_gnutls.c>
  18. Listen 443
  19. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement