I’ve done this before with the help of a very good blog entry. But when I tried to do the same thing today I can’t find that page. So I decide to write this down, in case I’ll need it later.
The most problem of setting up Vsftpd with file based virtual user on FreeBSD is […]
Well on the WordPress site they said the Pretty Permalinks like
/category/title is only available on Apache. Well this is definitely
not true as long as you know your web server.
Here is how I made it with Lighttpd, and some tips to keep my original
rss link.
My original rss link is http://dryice.name/blog/index.rss. The new rss
link is http://dryice.name/blog/rss/. And […]
When updating www/mod_scgi to 1.11 today, I found the variable USE_APACHE could use version numbers.
However, after placing it in my /etc/make.conf to replace the old WITH_APACHE2, I got an error message whenever I install a port:
Max recursion level (500) exceeded.: Resource temporarily unavailable
After some googling I found this variable should be used internal only, that […]
¶
Posted 23 August 2006
§
freebsd
‡
This is because of the mod_perl2 changes. I know it but don’t know how to fix it.
Share This
‘passthrough|PT’ (pass through to next handler)
This flag forces the rewriting engine to set the uri field of the internal request_rec structure to the value of the filename field. This flag is just a hack to be able to post-process the output of
RewriteRule
directives by Alias,
ScriptAlias
, Redirect, etc. directives from other URI-to-filename translators. A trivial example […]
The easiest way is to disable the autoindex module, by comment out the following line in apach config file
LoadModule autoindex_module libexec/apache2/mod_autoindex.so
Hmm, how could I forget this?
This way we even same some RAMs
Share This