久久精品水蜜桃av综合天堂,久久精品丝袜高跟鞋,精品国产肉丝袜久久,国产一区二区三区色噜噜,黑人video粗暴亚裔

Gallery: 在Windows Server2003和Apache上的安裝:修訂間差異

來自站長百科
跳轉至: 導航、? 搜索
(新頁面: This is just a placeholder for now. = Using Apache = ==mod rewrite== *For mod-rewrite to work I had to do the most stuff. But all the alterations are mod-rewrite and Apache specific. The...)
?
(沒有差異)

2008年11月25日 (二) 10:40的版本

This is just a placeholder for now.

Using Apache

mod rewrite

  • For mod-rewrite to work I had to do the most stuff. But all the alterations are mod-rewrite and Apache specific. They have nothing to do with G2. However, the G2 test told me that Apache Mod-rewrite worked correctly. But when I went into my galleries all URL's were broken. So the test is for this moment not adequate enough on Win32. Things I had to alter in my setup to make url rewriting work:
  • This step I had done already before the G2 test of url-rewriting. After this step the test gave me green light, however it did not work yet. enable the mod_rewrite.so module in httpd.conf by removing the # in front of
LoadModule rewrite_module modules/mod_rewrite.so 
  • Enable symlinks for the gallery2 dir in httpd.conf. My rather unrestrictive options for that dir are: Options IncludesNOEXEC Indexes MultiViews FollowSymLinks ExecCGI
  • Add a rewrite log in httpd.conf to see what is happening:

RewriteLog "C:/Program Files/Apache Group/Apache2/logs/rewrite.log"

  • Restart the Apache service.