Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerName bethesparkle.com
  3. ServerAlias www.bethesparkle.com
  4. <Directory /var/www/users/kenny/domains/bethesparkle.com/html>
  5. Options Indexes FollowSymLinks MultiViews ExecCGI Includes
  6. AllowOverride All
  7. </Directory>
  8. DocumentRoot /var/www/users/kenny/domains/bethesparkle.com/html
  9. CustomLog /var/www/users/kenny/domains/bethesparkle.com/logs/access.log combined
  10. </VirtualHost>
  11.  
  12. [log_config:error] [pid 27405] (13)Permission denied: AH00649: could not open transfer log file /var/www/users/kenny/domains/bethesparkle.com/logs/access.log.
  13. AH00015: Unable to open logs
  14.  
  15. drwxr-xr-x. root root system_u:object_r:var_t:s0 /var
  16. drwxr-xr-x. root root system_u:object_r:httpd_sys_content_t:s0 /var/www
  17. drwxr-xr-x. apache apache unconfined_u:object_r:httpd_sys_content_t:s0 /var/www/users
  18. drwxr-xr-x. kenny apache unconfined_u:object_r:httpd_sys_content_t:s0 /var/www/users/kenny
  19. drwxr-xr-x. kenny apache unconfined_u:object_r:httpd_sys_content_t:s0 /var/www/users/kenny/domains
  20. drwxr-xr-x. kenny apache unconfined_u:object_r:httpd_sys_content_t:s0 /var/www/users/kenny/domains/bethesparkle.com
  21. drwxrwxr-x. apache apache unconfined_u:object_r:httpd_sys_content_t:s0 /var/www/users/kenny/domains/bethesparkle.com/logs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement