apache24 MPM_ITK

Allan Sundry 4flatline at gmail.com
Fri Jul 11 13:28:52 UTC 2014


Hi!

I have many Apache 2.2 virtual hosts with the same configuration:
 CODE: SELECT ALL
<http://forums.freebsd.org/viewtopic.php?f=43&t=47193#> <VirtualHost
*:80>
    ServerAdmin  webmaster at site.com
    ServerName  site.com
    ServerAlias www.site.com
    DocumentRoot /home/site.com/htdocs/
    ErrorLog     /home/site.com/logs/error.log
    CustomLog    /home/site.com/logs/access.log common
    AssignUserID site.com ftp
    <Directory /home/site.com/htdocs/>
        DirectoryIndex index.html index.htm index.php
        Options Includes FollowSymLinks SymLinksIfOwnerMatch
        AllowOverride All
        Order allow,deny
        Allow from all
   </Directory>
</VirtualHost>
I get errors when trying to run the same configuration on Apache 2.4:
 CODE: SELECT ALL
<http://forums.freebsd.org/viewtopic.php?f=43&t=47193#> Performing
sanity check on apache24 configuration:
AH00526: Syntax error on line 8 of
/usr/local/etc/apache24/Includes/site.com.conf:
Invalid command 'AssignUserID', perhaps misspelled or defined by a module
not included   in the server configuration
Unfortunately the apache24 port can not be compiled with support MPM_ITK.

Help solve the problem.


More information about the freebsd-apache mailing list