VM *上的Apache 2有时*没有找到启用mods的目录
我在Ubuntu 10.04服务器VM(ESXi 4.1)上运行Apache 2并得到一些非常奇怪的东西:
有时会找到启用mods的目录。
有时它不是。似乎没有找到约75%。
两者之间没有任何改变。
以下是error.log的一些摘录,结合命令行来演示正在发生的事情:
所以我首先停止Apache以便更容易在日志中查找内容:
CMDLN: root@bunny:/etc/apache2# apache stop
APWARN: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
ERRLOG: [Tue Feb 15 11:45:40 2011] [notice] caught SIGTERM, shutting down
然后我开始吧:
CMDLIN: root@bunny:/etc/apache2# apache start
APWARN: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
ERRLOG: [Tue Feb 15 11:46:09 2011] [notice] Apache/2.2.14 (Ubuntu) proxy_html/3.0.1 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations
然后我重新启动它:
CMDLIN: root@bunny:/etc/apache2# apache restart
APWARN: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
ERRLOG: [Tue Feb 15 11:46:15 2011] [notice] SIGHUP received. Attempting to restart
然后我将目录改回一个来测试它使用我的shell路径的理论
CMDLIN: root@bunny:/etc/apache2# cd ..
CMDLIN: root@bunny:/etc# apache restart
APWARN: apache2: Syntax error on line 33 of /etc/apache2/apache2.conf: Include directory 'mods-enabled' not found
ERRLOG: apache2: Syntax error on line 33 of /etc/apache2/apache2.conf: Include directory 'mods-enabled' not found
到目前为止看起来......有点......
CMDLIN: root@bunny:/etc# apache restart
APWARN: apache2: Syntax error on line 33 of /etc/apache2/apache2.conf: Include directory 'mods-enabled' not found
仍然看起来像,但这次没有日志错误。切换回apache目录并再次尝试
CMDLIN: root@bunny:/etc# cd apache2/
CMDLIN: root@bunny:/etc/apache2# apache restart
APWARN: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
APWARN: httpd not running, trying to start
ERRLOG: [Tue Feb 15 11:46:30 2011] [warn] pid file /var/run/apache2.pid overwritten -- Unclean shutdown of previous Apache run?
ERRLOG: [Tue Feb 15 11:46:30 2011] [notice] Apache/2.2.14 (Ubuntu) proxy_html/3.0.1 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations
嗯,看起来就是这样,对吧?至于为什么......不知道......
除了那个DNS之外的另一个OK重启...
CMDLIN: root@bunny:/etc/apache2# apache restart
APWARN: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
ERRLOG: [Tue Feb 15 11:46:36 2011] [notice] SIGHUP received. Attempting to restart
到目前为止一切都那么好......等等......哎呀,当我没有更改目录时,这会显示在日志中,而Apache正在尝试启动,而是关闭。
ERRLOG: apache2: Syntax error on line 33 of /etc/apache2/apache2.conf: Include directory 'mods-enabled' not found
我去重启它......
CMDLIN: root@bunny:/etc/apache2# apache restart
APWARN: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
APWARN: httpd not running, trying to start
ERRLOG: [Tue Feb 15 11:46:45 2011] [warn] pid file /var/run/apache2.pid overwritten -- Unclean shutdown of previous Apache run?
ERRLOG: [Tue Feb 15 11:46:45 2011] [notice] Apache/2.2.14 (Ubuntu) proxy_html/3.0.1 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations
它又回来了。我很困惑。
我不知道为什么会这样,而且它应该这样做是没有意义的。我的直觉告诉我,它在某种程度上没有得到正确的路径,并期望mods启用由于某种原因相对于我所处的位置,在我的shell中...虽然它本身就会毛茸茸,但它变得更糟当Apache在运行同一个“错误”的过程中自行关闭时
这是我的httpd.conf:
< Location~“/ ws /?.*$”>
SetHandler perl-script
PerlResponseHandler Webservices :: Qmedtrix
< /位置>
< Directory / var / www>
选项+ ExecCGI +包含
< /目录>
<目录/ usr / share>
选项ExecCGI FollowSymlinks索引
< /目录>
ProxyPass / group http:// localhost:8080 / group
ProxyPassReverse / group http:// localhost:8080 / group
这是我的apache2.conf:
LockFile $ {APACHE_LOCK_DIR} /accept.lock
PidFile $ {APACHE_PID_FILE}
超时300
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 15
StartServers 2
MinSpareThreads 25
MaxSpareThreads 75
ThreadLimit 64
ThreadsPerChild 25
MaxClients 150
MaxRequestsPerChild 0
用户$ {APACHE_RUN_USER}
组$ {APACHE_RUN_GROUP}
AccessFileName .htaccess
< Files~“^ 。ht”>
订单允许,拒绝
拒绝所有人
满足所有
< /文件>
DefaultType text / plain
HostnameLookups On
ErrorLog $ {APACHE_LOG_DIR} /error.log
LogLevel警告
包括mods-enabled / * .load
包括mods-enabled / * .conf
包括httpd.conf
包括ports.conf
LogFormat“%v:%p%h%l%u%t ”%r “%> s%O ”%{Referer} i “”%{User-Agent} i “”vhost_combined
LogFormat“%h%l%u%t ”%r “%> s%O ”%{Referer} i “”%{User-Agent} i “”合并
LogFormat“%h%l%u%t ”%r “%> s%O”常见
LogFormat“%{Referer} i - >%U”referer
LogFormat“%{User-agent} i”代理
包括conf.d /
包含已启用的网站/
这是我的默认虚拟域:
< VirtualHost *:80>
ServerAdmin webmaster @ localhost
DirectoryIndex index.shtml index.html
DocumentRoot / var / www
<目录/>
选项FollowSymLinks
AllowOverride无
< /目录>
<目录/ var / www />
选项索引FollowSymLinks MultiViews +包含+ ExecCGI
AllowOverride无
订单允许,拒绝
允许所有人
< /目录>
ErrorLog /var/log/apache2/error.log
#可能的值包括:debug,info,notice,warn,error,crit,
#resit,emerg。
LogLevel警告
CustomLog /var/log/apache2/access.log结合起来
< /虚拟主机>
和我的envars档案:
#unset HOME
#我已经尝试了上面的行启用而不是,没有区别。
if [“$ {APACHE_CONFDIR ## / etc / apache2-}”!=“$ {APACHE_CONFDIR}”];然后
后缀= “ - $ {APACHE_CONFDIR ##的/ etc / apache2-}”
其他
后缀=
科幻
export APACHE_RUN_USER = www-data
export APACHE_RUN_GROUP = www-data
export APACHE_PID_FILE = / var / run / apache2 $ SUFFIX.pid
export APACHE_RUN_DIR = / var / run / apache2 $ SUFFIX
export APACHE_LOCK_DIR = / var / lock / apache2 $ SUFFIX
export APACHE_LOG_DIR = / var / log / apache2 $ SUFFIX
export LANG = C.
export LANG
我很难过。
有什么想法在这里发生了什么?
没有找到相关结果
已邀请:
3 个回复
习让休堂溯
掸牛浓疗
磋判粗惊
文件中的行:
删除所有这些。 然后还编辑你的envvars来删除你的$ suffix,这样你的结束文件看起来像这样:
我遇到了和你一样的问题。并在使用envvars后修复它。