After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 650475 - foundation-web is configured to have index.php as DirectoryIndex only, i.e. not index.html
foundation-web is configured to have index.php as DirectoryIndex only, i.e. n...
Status: RESOLVED FIXED
Product: sysadmin
Classification: Infrastructure
Component: Other
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Jeff Schroeder
GNOME Sysadmins
Depends on:
Blocks:
 
 
Reported: 2011-05-18 12:15 UTC by Tobias Mueller
Modified: 2011-05-18 12:30 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tobias Mueller 2011-05-18 12:15:23 UTC
Heya,

could anybody please have a look at /etc/httpd/sites.d/foundation.gnome.org.conf on webapps? I suspect that the DirectoryIndex, which is set to index.php only, prevents a nice page being displayed, i.e. for http://foundation.gnome.org/vote/2011/

If one wants to set that manually, it probably needs to be set to index.php index.html.
Comment 1 Jeff Schroeder 2011-05-18 12:28:51 UTC
There was a block in the apache config that sets the DirectoryIndex to index.php for f.g.o/vote/ and /vote/2011 was inheriting that. I setup a directory conditional on /vote/2011 and it did the trick.
Comment 2 Jeff Schroeder 2011-05-18 12:30:38 UTC
There was a block in the apache config that sets the DirectoryIndex to index.php for f.g.o/vote/ and /vote/2011 was inheriting that. I setup a directory conditional on /vote/2011 and it did the trick.