Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • I ISPConfig 3
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 599
    • Issues 599
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 46
    • Merge requests 46
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISPConfig
  • ISPConfig 3
  • Issues
  • #6569

[installer] apache2 fcgid.conf should place new argument inside IfModule

The installer adds MaxRequestLen 15728640 at the end of the file if it is not there (default) instead of placing it inside <IfModule mod_fcgid.c>...</IfModule>. The merge request puts it inside the IfModule block and modifies it if it exists.

configure_apache() in install/dist/lib/debian60.lib.php is not needed as install/lib/installer_base.lib.php deals with /etc/apache2/mods-available/fcgid.conf in the same way.

Edited Sep 07, 2023 by Dr. Yves Kreis
Assignee
Assign to
Time tracking