Advertisement
varkanduku

Untitled

Oct 26th, 2015
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.33 KB | None | 0 0
  1. <VirtualHost *: <%= @port -%>>
  2.         ServerName  <%= @servername%>
  3.  
  4.         ServerAdmin     something@someone.com
  5.         DocumentRoot    <%= @document_root %>
  6.  
  7.         ErrorLog        <%= @log_dir -%>/<%= @servername -%>-error.log
  8.         CustomLog       <%= @log_dir -%>/<%= @servername -%>-access.log combined
  9. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement