Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • I ISPConfig 3
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 551
    • Issues 551
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 41
    • Merge requests 41
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • 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
  • #3732

Closed
Open
Created Jan 11, 2016 by Kristián Feldsam@feldsam

Incompatible IFs in httpd vhost config

Hi, I figure out, that on CentOS 7 httpd vhost config use this IFs

<IfModule mod_suexec.c>

<IfModule mod_fcgid.c>

<IfModule mod_dav_fs.c>

But it should be

<IfModule suexec_module>

<IfModule fcgid_module>

<IfModule dav_fs_module>

I have problem with not working suexec and this IF caused problem.

Assignee
Assign to
Time tracking