Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paste
P1869
apache.conf
Active
Public
Actions
Authored by
epriestley
on Oct 16 2015, 4:08 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Referenced Files
F883698: apache.conf
Oct 16 2015, 4:08 PM
2015-10-16 16:08:43 (UTC+0)
Subscribers
None
ServerTokens ProductOnly
ServerSignature Off
<Directory "/core/lib/phabricator/webroot">
Require all granted
</Directory>
<VirtualHost *>
DocumentRoot /core/lib/phabricator/webroot
RewriteEngine on
RewriteRule ^/rsrc/(.*) - [L,QSA]
RewriteRule ^/favicon.ico - [L,QSA]
RewriteRule ^(.*)$ /index.php?__path__=$1 [B,L,QSA]
</VirtualHost>
Event Timeline
epriestley
edited the content of this paste.
(Show Details)
Oct 16 2015, 4:08 PM
2015-10-16 16:08:43 (UTC+0)
epriestley
changed the title of this paste from untitled to
apache.conf
.
epriestley
updated the paste's language from
autodetect
to
autodetect
.
Log In to Comment