Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
I
ISPConfig 3
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 1,522
    • Issues 1,522
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 16
    • Merge Requests 16
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • ISPConfig
  • ISPConfig 3
  • Issues
  • #5065

Closed
Open
Opened Jun 27, 2018 by Danny Wood@danwood76
  • Report abuse
  • New issue
Report abuse New issue

Strict fcgi starter script permissions leads to a 500 server error on debian wheezy

short description

Due to the permissions of the fastcgi script directories you get a 500 server error when enabling fast-cgi on a server running debian wheezy after updating to the latest ISPConfig

correct behaviour

Sites should load with fast cgi enabled

environment

Server OS: Debian Server OS version: Wheezy ISPConfig version: 3.1.12

If it might be related to the problem

Server version: Apache/2.2.22 (Debian)
Server built:   May 30 2018 12:49:05
PHP 5.4.45-0+deb7u14 (cli) (built: May  9 2018 18:47:17) 
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
    with Xdebug v2.2.1, Copyright (c) 2002-2012, by Derick Rethans

proposed fix

The issue looks like it was introduced in this commit: a7c4cb62

After debugging the changes it looks like the directory permissions need to be 555 for fastcgi to work correctly in this setup

A quick patch that makes it function correctly on our server is attached.fcgi-scriptdir-permissions-fix.patch

Edited Aug 17, 2018 by Till Brehm
Assignee
Assign to
3.1.13
Milestone
3.1.13
Assign milestone
Time tracking
None
Due date
No due date
2
Labels
Bug Fixed
Assign labels
  • View project labels
Reference: ispconfig/ispconfig3#5065