Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. [Wed Aug 23 12:41:27.030525 2017] [mpm_prefork:notice] [pid 6699] AH00163: Apache/2.4.25 (Unix) configured -- resuming normal operations
  2. [Wed Aug 23 12:41:27.030788 2017] [core:notice] [pid 6699] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
  3. [Wed Aug 23 12:41:36.262631 2017] [authz_core:error] [pid 6705] [client 127.0.0.1:50895] AH01630: client denied by server configuration: /Users/directory/Sites/wp-extensie/
  4.  
  5. VirtualHost configuration:
  6. ServerRoot: "/usr"
  7. Main DocumentRoot: "/Users/directory/Sites/wp-extensie"
  8. Main ErrorLog: "/private/var/log/apache2/error_log"
  9. Mutex default: dir="/private/var/run/" mechanism=default
  10. Mutex mpm-accept: using_defaults
  11. PidFile: "/private/var/run/httpd.pid"
  12. Define: DUMP_VHOSTS
  13. Define: DUMP_RUN_CFG
  14. User: name="_www" id=70
  15. Group: name="_www" id=70
  16.  
  17. ServerRoot "/usr"
  18.  
  19. Listen 8070
  20.  
  21. DocumentRoot "/Users/directory/Sites/wp-extensie"
  22. <Directory /Users/directory/Sites/wp-extensie"">
  23.  
  24. Options Indexes Multiviews FollowSymLinks
  25. MultiviewsMatch Any
  26.  
  27. AllowOverride All
  28.  
  29. #
  30. # Controls who can get stuff from this server.
  31. #
  32. Require all granted
  33. </Directory>
  34.  
  35. <VirtualHost *:8070>
  36. DocumentRoot "/Users/directory/Sites/wp-extensie"
  37. ServerName server.local
  38. </VirtualHost>
  39.  
  40. listen 8070
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement