Hi Steve!
Welch Wunder, hier sprechen alle deutsch... naja ich komm ja auch mit beiden Sprachen zurecht
StevenE Wrote:solved so far for me....
<IfModule mod_php5.c> is apache 2 syntax ... I'm using apache22 where the '.c' shouldn't be there
but still have the problem with
Starting apache22.
apache2_mod_cband: cannot create shared memory segment for remote hosts
apache2_mod_cband: cannot create shared memory segment for virtual hosts
Regarding your Problem: As youre running FreeBSD which does have this great jail things... do your webserver run in a jail?
Since jails are considered for hight security there is no default support for shared memory.
There is a sysctl tunable for this behaviour: security.jail.sysvipc_allowed
If set to "1" there is no Problem with sharedmemory and mod_cband i think.
Greetings