Juan Natera wrote: > The worst of all is that Apache simply doesnt start, and I get no error > message at all.
The error might be on the console, or you could try capturing it and writing it to a file. However, I suggest you ditch IPC::Shareable since it's dog slow. Use MLDBM::Sync, Cache::FileCache, IPC::MM, or Cache::Mmap. - Perrin