Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15413175
D7529.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D7529.id.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D7529: Update configuration instructions for Apache 2.4
Attached
Detach File
Event Timeline
Log In to Comment