Posted by Shurique Sat 20th Jan 2007 00:05 - Syntax is Apache conf - 31 views
Modification of posting from Shurique Fri 19th Jan 2007 23:56
Download | New Post | Modify | Diff | Hide line numbers
  1. NameVirtualHost *
  2.  
  3. # Default
  4.  
  5.  
  6.   DocumentRoot "/Users/shuriken/Sites"
  7.  
  8.   "/Users/shuriken/Sites">
  9.  
  10.     Order Allow,Deny
  11.  
  12.  
  13.  
  14.  
  15.  
  16.       UserDir Sites
  17.  
  18.  
  19.  
  20.  
  21. # Soundspire development
  22.  
  23.  
  24.   ServerName soundspire
  25.   DocumentRoot "/Users/shuriken/Sites/soundspire"
  26.  
  27.   "/Users/shuriken/Sites/soundspire">
  28.  
  29.     Order Allow,Deny
  30.  
  31.  
  32.  
  33.  
  34. # Local W3C markup validator
  35.  
  36.  
  37.   ServerName v
  38.   DocumentRoot "/Users/shuriken/Sites/local/validator/htdocs"
  39.  
  40.   # This is the directory where you have the validator's "check"
  41.   # script as well as its and *.html, *.css etc files.
  42.  
  43.   "/Users/shuriken/Sites/local/validator/htdocs">
  44.  
  45.     Options +ExecCGI +IncludesNOEXEC +Indexes
  46.     AllowOverride None
  47.     AddHandler server-parsed .html
  48.     AddCharset utf-8 .html
  49.  
  50.     Order Allow,Deny
  51.  
  52.  
  53.  
  54.   "/check">
  55.  
  56.     SetHandler cgi-script
  57.  
  58.  
  59.  

PermaLink to this entry https://pastebin.co.uk/9359
Posted by Shurique Sat 20th Jan 2007 00:05 - Syntax is Apache conf - 31 views
Modification of posting from Shurique Fri 19th Jan 2007 23:56
Download | New Post | Modify | Diff | Hide line numbers