This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, 6.1 has been updated
       via  46546d3239db91b4a3bfa10aded4bd4c11c37cff (commit)
      from  ffc656501593d885804ffcdd1cc7590e32842531 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=46546d3239db91b4a3bfa10aded4bd4c11c37cff

commit 46546d3239db91b4a3bfa10aded4bd4c11c37cff
Author: Franck Villaume <[email protected]>
Date:   Wed Oct 11 11:31:40 2017 +0000

    httpd configuration. add missing default 404 page

diff --git a/src/etc/httpd.conf.d/vhost-main.inc 
b/src/etc/httpd.conf.d/vhost-main.inc
index 1e64c5c..13b5f0c 100644
--- a/src/etc/httpd.conf.d/vhost-main.inc
+++ b/src/etc/httpd.conf.d/vhost-main.inc
@@ -58,6 +58,8 @@ SetEnv FF__core__config_path "${FF__core__config_path}"
 
   RequestHeader unset FusionForgeSessionKey
   RequestHeader append FusionForgeSessionKey "${FF__core__session_key}"
+
+  ErrorDocument 404 /404.php
 </Directory>
 
 # Directory options for vendor dir (${FF__core__source_path}/vendor

-----------------------------------------------------------------------

Summary of changes:
 src/etc/httpd.conf.d/vhost-main.inc | 2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to