Project

General

Profile

Actions

Defect #10255

closed

Problem with icon img disapearing in administration tab

Added by seb rey about 12 years ago. Updated about 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Administration
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

With a fresh classic installation on apache2 + redmine 1.3.1 ( i follow all step here without error http://www.redmine.org/projects/redmine/wiki/RedmineInstall )

Redmine 1.3.1.stable (MySQL)
Default administrator account changed True
Attachments directory writable True
Plugin assets directory writable True
RMagick available (optional) True

I have no png icon on the site with apache2, but with the test server on port 3000 it's ok, i don't understand why..
All files on /var/www/redmine are chown by redmine user/group

My apache2 configuration for redmine is :

<VirtualHost *:80>
ServerName mysitename.fr
ServerAlias www.mysitename.fr

DocumentRoot /var/www/redmine/public/
RailsEnv production
RailsBaseURI /
&lt;Directory /var/www/redmine/public/&gt;
Options Indexes FollowSymLinks -MultiViews
PassengerResolveSymlinksInDocumentRoot on
AllowOverride None
Order deny,allow
Allow from all
&lt;/Directory&gt;
&lt;/VirtualHost&gt;

My default file is

<VirtualHost *:80>
ServerAdmin webmaster@localhost

DocumentRoot /var/www
&lt;Directory /&gt;
Options FollowSymLinks
AllowOverride None
&lt;/Directory&gt;
&lt;Directory /var/www/&gt;
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
&lt;/Directory&gt;
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
&lt;Directory "/usr/lib/cgi-bin"&gt;
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
&lt;/Directory&gt;
ErrorLog ${APACHE_LOG_DIR}/error.log
  1. Possible values include: debug, info, notice, warn, error, crit,
  2. alert, emerg.
    LogLevel warn
CustomLog ${APACHE_LOG_DIR}/access.log combined
Alias /doc/ "/usr/share/doc/" 
&lt;Directory "/usr/share/doc/"&gt;
Options Indexes MultiViews FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
Allow from 127.0.0.0/255.0.0.0 ::1/128
&lt;/Directory&gt;

</VirtualHost>

I use apache 2 + passenger v 3.0.11


Files

Actions #1

Updated by Etienne Massip about 12 years ago

  • Status changed from New to Closed
  • Resolution set to Invalid

Sorry, this tracker is for Redmine core bugs and FR only, please ask in Help forum.

Actions

Also available in: Atom PDF