Advertisement
Sergio_Istea

ejemplo.conf

May 10th, 2023
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. # Fichero /etc/apache2/sites-available/ejemplo.conf
  2.  
  3. #<VirtualHost *:???>
  4.  
  5. <VirtualHost *:80>
  6.  
  7. LogLevel debug
  8. errorlog /path/to/app/error.log
  9.  
  10. LogFormat "%h %l %u %t /%r/" custom
  11. CustomLog /path/to/app/custom.log combined
  12.  
  13. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement