我正在尝试在mac中使用PHP。但是当我尝试运行php文件时,它会打印php代码。不执行该PHP代码。所以我搜索一些来源并尝试解决。但没有什么能帮助我。现在我正在尝试从终端执行apachectl -S。但我得到了以下错误。请让我解决我的问题。
private <T> Coder<T> getDefaultCoder(Class<T> c) {
if (Writable.class.isAssignableFrom(c)) {
Class<? extends Writable> writableClass = (Class<? extends Writable>) c;
return (Coder<T>) WritableCoder.of(writableClass);
} else if (Void.class.equals(c)) {
return (Coder<T>) VoidCoder.of();
}
// TODO: how to use registered coders here?
throw new IllegalStateException("Cannot find coder for " + c);
请让我知道。
答案 0 :(得分:0)
您必须通过取消注释该行(通过删除标题/etc/apache2/http.conf
)来加载#
中的php模块:
LoadModule php5_module libexec/apache2/libphp5.so