Page MenuHomePhabricator

D7529.id.diff
No OneTemporary

D7529.id.diff

Index: src/docs/user/configuration/configuration_guide.diviner
===================================================================
--- src/docs/user/configuration/configuration_guide.diviner
+++ src/docs/user/configuration/configuration_guide.diviner
@@ -55,13 +55,24 @@
</VirtualHost>
If Apache isn't currently configured to serve documents out of the directory
-where you put Phabricator, you may also need to add a section like this:
+where you put Phabricator, you may also need to add `<Directory />` section. The
+syntax for this section depends on which version of Apache you're running.
+(If you don't know, you can usually figure this out by running `httpd -v`.)
+For Apache versions older than 2.4, use this:
+ name="Apache Older Than 2.4"
<Directory "/path/to/phabricator/webroot">
Order allow,deny
Allow from all
</Directory>
+For Apache versions 2.4 and newer, use this:
+
+ name="Apache 2.4 and Newer"
+ <Directory "/path/to/phabricator/webroot">
+ Require all granted
+ </Directory>
+
After making your edits, restart Apache, then continue to "Setup" below.
= Webserver: Configuring nginx =

File Metadata

Mime Type
text/plain
Expires
Thu, Mar 20, 5:21 PM (3 h, 10 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7474736
Default Alt Text
D7529.id.diff (1 KB)

Event Timeline