Advertisement
Guest User

Untitled

a guest
Aug 21st, 2014
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. Modifies le fichier /etc/apache2/sites-enabled/owncloud
  2. Avec:
  3.  
  4. <VirtualHost *:80>
  5. ServerName owncloud.damload.com
  6. DocumentRoot /home/dam/public_html/owncloud
  7. <Directory /home/dam/public_html/owncloud>
  8. Options FollowSymlinks
  9. AllowOverride all
  10. Order allow,deny
  11. Allow from all
  12. </Directory>
  13.  
  14. LogLevel warn
  15.  
  16. CustomLog "${APACHE_LOG_DIR}/owncloud.log" common
  17. ServerSignature Off
  18. </VirtualHost>
  19.  
  20.  
  21. Et tu /etc/init.d/apache2 restart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement