先安装PHPNOW,再安装bugfree时候,输入127.0.0.1/bugfree/install时,提示internal error,非常奇怪,其他的网页显示还是正常的。没辙了,试了几个网页之后,看error log去。
logs文件夹里面的error和default-error_log,error没什么显示,看另一个有类似下面的:
[Tue Feb 05 15:29:09 2013] [alert] [client 127.0.0.1] D:/phpnow/htdocs/bugfree/.htaccess: Invalid command 'IndexIgnore', perhaps misspelled or defined by a module not included in the server configuration
[Tue Feb 05 15:29:09 2013] [error] [client 127.0.0.1] File does not exist: D:/phpnow/htdocs/favicon.ico
[Tue Feb 05 15:29:09 2013] [error] [client 127.0.0.1] File does not exist: D:/phpnow/htdocs/404.html
从上面就可以看到问题出现在APACHE的index,
解决办法:修改APACHE的配置文件httpd.conf,开启
LoadModule autoindex_module modules/mod_autoindex.so
相关推荐
- [enterprise] fixed bug with error pages - fixed bug in XML export with the ShowProgress property - fixed bug in RTF export with font size in empty cells - fixed bug in ODF export with UTF8 encoding ...
26)..Fixed: Rare EurekaLog internal error 27)..Fixed: Ignored unhandled thread exceptions (when EurekaLog is disabled) now triggers default OS processing (WER) 28)..Fixed: Irnored exceptions (via per-...
Differentiate locks, latches, and other SQL Server internal “locking” mechanism such as spinlocks and other synchronization objects. Recommended Reading Chapter 14 “Locking”, Inside SQL ...
VCLZip will now no longer try to free ArchiveStream, you must free it yourself. This was due to a problem where it would be freed automatically if there was a problem with the ArchiveStream when ...
If you have any suggestion or bug reports, feel free to send them to me ! 1.2 Important notice -------------------- This program has not been designed to be a web site plague tool, but it ...
write(*,*) ' Error opening startup file' stop end if call itrin (itform,descr,modfil,datfil,maxitr,tolreq,iruf, * nit,pmu,rlast,tobt,ifftol,iof2) close(iof2) c c if this is zeroth iteration ...
Memory Scan: Fixed a rare situation that could cause an error Memory Scan: Simple values now works with groupscan Memory Scan Lua: Scanfiles now also get deleted if the memory scan object is freed ...
* Many small bugfixes, including memory leaks. * Changes to the etoken and gpk profiles to eleminate overlapping file ids. * pinpad code by Martin Paljak * add user_consent parameter to pkcs15emu add ...
Free memory on memory constraints. On-demand loading for optimal memory usage. Very fast insert and retrieve. Multi-thread-able and parallel-able usage. Pages should be linked together so you can ...
As every C++ programmer knows, the language has many powerful features, but this power brings with it complexity, which in turn can make code more bug-prone and harder to read and maintain....
You can see this extra value if you use DBCC PAGE to look at the actual index rows the section on indexes internal. . Finding Rows in a Clustered Index The Leaf Level of a Clustered Index ...