PHP – PATH_INFO问题

这可能属于stackoverflow.com网站,但我不这么认为,因为这与Apacheconfiguration有关。

我收到一个错误:

Notice: Undefined index: PATH_INFO 

这是一个股票的Apacheconfiguration,我想你可以在httpd.conf中使用AcceptPathInfo On

 <Directory "/srv/http"> Options Indexes FollowSymLinks AllowOverride All AcceptPathInfo On Order allow,deny Allow from all </Directory> 

我在这里configuration错了什么?

这是由于我的configuration问题被忽略了。