你这个怎么装的?error while loading shared libraries: libexpat.so.1: cannot open shared object file: No such file or directory这个错误信息是说你的 Linux 没有符合你装的这个 apache 的运行环境依赖,准确的是说 libexpat.so.1 没有找到。这个错误信息和 Windows 下面的 DLL 文件未找到一个意思。
ps -aux,配置文件配置好了吗