Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
I
ISPConfig 3
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 480
    • Issues 480
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 22
    • Merge Requests 22
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • ISPConfig
  • ISPConfig 3
  • Issues
  • #6014

Closed
Open
Opened Jan 13, 2021 by WHO@who

AWStats Icon wrong alias

short description

Regarding the bug #4481 (closed), an alias was stored in Apache config 000-ispconfig.conf:

<Directory /usr/share/awstats>
        Require all granted
    </Directory>

Alias ​​/awstats-icon "/usr/share/awstats/icon"

This path is no longer current

correct behaviour

The path is no longer up-to-date. The icons are now called under "/stats/icon".

Therefore the alias should be set to: Alias /stats/icon "/usr/share/awstats/icon"

environment

Server OS: Debian
Server OS version: Buster ISPConfig version: 3.2.2 stable

If it might be related to the problem: #4481 (closed)

Edited Jan 13, 2021 by WHO
Assignee
Assign to
3.2.3
Milestone
3.2.3
Assign milestone
Time tracking
None
Due date
None
Reference: ispconfig/ispconfig3#6014