mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Don't recommend putting Phabricator on the main Directory directive
Summary: Fixes T5428. The rules are different under `<Directory />` and this is very rare, so don't make this harder than it needs to be. Test Plan: Read text. Reviewers: btrahan, chad Reviewed By: chad Subscribers: epriestley Maniphest Tasks: T5428 Differential Revision: https://secure.phabricator.com/D9646
This commit is contained in:
parent
a496d4aa42
commit
6844b61a05
1 changed files with 1 additions and 2 deletions
|
@ -33,8 +33,7 @@ is correctly configured.
|
||||||
NOTE: The domain must contain a dot ('.'), i.e. not be just a bare name like
|
NOTE: The domain must contain a dot ('.'), i.e. not be just a bare name like
|
||||||
'http://example/'. Some web browsers will not set cookies otherwise.
|
'http://example/'. Some web browsers will not set cookies otherwise.
|
||||||
|
|
||||||
Now, either create a VirtualHost entry (to put Phabricator on a subdomain)
|
Now create a VirtualHost entry for Phabricator. It should look something like
|
||||||
or edit the Directory entry for the DocumentRoot. It should look something like
|
|
||||||
this:
|
this:
|
||||||
|
|
||||||
name=httpd.conf
|
name=httpd.conf
|
||||||
|
|
Loading…
Reference in a new issue