FS#39267 - mod_cgi isn't built with Apache 2.4

Attached to Project: Arch Linux
Opened by Arthur Darcet (Arthur) - Monday, 10 March 2014, 14:04 GMT
Last edited by Anatol Pomozov (anatolik) - Monday, 10 March 2014, 15:42 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

mod_cgi isn't built with Apache anymore.

When working with the prefork worker mod_cgid has no advantages over mod_cgi and it fails when used in conjunction with an AssignUserId directive.

Additional info:
* Apache 2.4

Config:

LoadModule mpm_prefork_module modules/mod_mpm_prefork.so
LoadModule mpm_itk_module /usr/lib/httpd/modules/mpm_itk.so
LoadModule cgi_module modules/mod_cgi.so
#LoadModule cgid_module modules/mod_cgid.so


<VirtualHost *:80>


ScriptAlias /BackupPC_Admin /usr/share/backuppc/cgi-bin/BackupPC_Admin
AssignUserID backuppc http
</VirtualHost>
This task depends upon

Closed by  Anatol Pomozov (anatolik)
Monday, 10 March 2014, 15:42 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#39206 
Comment by D. Casey Tucker (dctucker) - Monday, 10 March 2014, 15:23 GMT
I'm noticing that there's quite a lot that isn't built with apache anymore, and it's becoming a sysadmin headache for me.

Loading...