Date: Fri, 11 Jul 2014 16:28:30 +0300 From: Allan Sundry <4flatline@gmail.com> To: apache@freebsd.org Subject: apache24 MPM_ITK Message-ID: <CABVLW29JFNjKVdOOR9SLvEdeQcFU=_6yXH8jd6i8zqPzRX_T%2BA@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
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@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CABVLW29JFNjKVdOOR9SLvEdeQcFU=_6yXH8jd6i8zqPzRX_T%2BA>