Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'httpd'

1281747 - Vhost Template: apache vhost httpd rtsp cwt114
  1. <VirtualHost *:80>
  2.     ServerAdmin webmaster@test.com
  3.  
  4.     DocumentRoot /home/vhost/test.com/htdocs
  5.     ServerName test.com
  6.  
  7.     <Directory /home/vhost/test.com/htdocs>
  8.         Options Indexes FollowSymLinks
  9.  
937821 - Newb error somewhere: apache virtualhost httpd
  1. <VirtualHost 192.168.2.7>
  2.    ServerName rt.localhost.localdomain
  3.    DocumentRoot /opt/rt3/share/html
  4.    AddDefaultCharset UTF-8
  5.  
  6.    PerlModule Apache::DBI
  7.    PerlRequire /opt/rt3/bin/webmux.pl
  8.  
  9.  
875869 - s0rs: inspircd httpd s0rs
  1. /*       +------------------------------------+
  2. *       | Inspire Internet Relay Chat Daemon |
  3. *       +------------------------------------+
  4. *
  5. *  InspIRCd: (C) 2002-2008 InspIRCd Development Team
  6. * See: http://www.inspircd.org/wiki/index.php/Credits
  7. *
  8. * This program is free but copyrighted software; see
  9.  
  10.