Advertisement
arseniy899

httpd

Feb 25th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <Directory "c:/WebServer/www/cloff/Cloff_APP/AndStd_Proj/plugins/hotels/src/main/res/raw/">
  2. Options Indexes FollowSymLinks
  3. AllowOverride All
  4. Require all granted
  5. </Directory>
  6.  
  7. ------------------------------------------------------------------------
  8. <VirtualHost *:80>
  9. DocumentRoot c:/WebServer/www/cloff/Cloff_APP/AndStd_Proj/plugins/hotels/src/main/res/raw
  10. ServerName chess.nv
  11. ServerAlias chess.nv
  12. ErrorLog c:/myscrum/log/nv_cloff_undefine.log
  13. CustomLog c:/myscrum/log/nv_cloff_access.log common
  14. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement