CrunchBang Linux Pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

CrunchBang Linux Pastebin

Posted by R3nCi on Sat 6th Oct 09:27 (modification of post by view diff)
download | new post

  1. # If you just change the port or add more ports here, you will likely also
  2. # have to change the VirtualHost statement in
  3. # /etc/apache2/sites-enabled/000-default
  4. # This is also true if you have upgraded from before 2.2.9-3 (i.e. from
  5. # Debian etch). See /usr/share/doc/apache2.2-common/NEWS.Debian.gz and
  6. # README.Debian.gz
  7.  
  8. NameVirtualHost 18418718138:4080
  9. # Listen *.80
  10. # Listen *.443
  11.  
  12. <IfModule mod_ssl.c>
  13.     # If you add NameVirtualHost *:443 here, you will also have to change
  14.     # the VirtualHost statement in /etc/apache2/sites-available/default-ssl
  15.     # to <VirtualHost *:443>
  16.     # Server Name Indication for SSL named virtual hosts is currently not
  17.     # supported by MSIE on Windows XP.
  18.     Listen 443
  19. </IfModule>
  20.  
  21. <IfModule mod_gnutls.c>
  22.     Listen 443
  23. </IfModule>

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me