Advertisement
Guest User

redmine

a guest
Aug 3rd, 2015
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1.  
  2.  
  3. <VirtualHost *:80>
  4. DefaultInitEnv RailsEnv production
  5. # RAILS_ENV production
  6. DefaultInitEnv RAILS_ENV production
  7. ServerAdmin support_mail
  8. ServerName project.example.com
  9. DocumentRoot /var/www/project.example.com/public
  10. <Directory /var/www/project.example.com/public>
  11. Options Indexes ExecCGI FollowSymLinks
  12. Order allow,deny
  13. Allow from all
  14. AllowOverride all
  15. </Directory>
  16. ErrorLog /var/log/apache2/proyectos_isarea_error.log
  17. LogLevel debug
  18. CustomLog /var/log/apache2/proyectos_isarea_access.log combined
  19. ServerSignature On
  20. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement