@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -2
+1 -2
src/docs/user/configuration/configuration_guide.diviner
··· 33 33 NOTE: The domain must contain a dot ('.'), i.e. not be just a bare name like 34 34 'http://example/'. Some web browsers will not set cookies otherwise. 35 35 36 - Now, either create a VirtualHost entry (to put Phabricator on a subdomain) 37 - or edit the Directory entry for the DocumentRoot. It should look something like 36 + Now create a VirtualHost entry for Phabricator. It should look something like 38 37 this: 39 38 40 39 name=httpd.conf