Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…erf-tuning.html#symlinks

Set -SymLinksIfOwnerMatch to avoid Apache extra system calls to check up on symlinks.
  • Loading branch information
laukstein committed Dec 14, 2011
1 parent 2b5eeee commit e2ca1bf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .htaccess
Expand Up @@ -329,6 +329,17 @@ FileETag None



# ----------------------------------------------------------------------
# Apache Performance Tuning
# ----------------------------------------------------------------------

# Without -SymLinksIfOwnerMatch Apache will have to issue extra system calls to check up on symlinks.
# For highest performance and no symlink protection set +FollowSymLinks and -SymLinksIfOwnerMatch

Options -SymLinksIfOwnerMatch



# ----------------------------------------------------------------------
# Suppress or force the "www." at the beginning of URLs
# ----------------------------------------------------------------------
Expand Down

0 comments on commit e2ca1bf

Please sign in to comment.