File based virtual user settings for Vsftpd on FreeBSD

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 […]

don’t use USE_APACHE in /etc/make.conf

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 […]

mason doesn’t work

This is because of the mod_perl2 changes. I know it but don’t know how to fix it.

Share This

The "PT" flag of mod_rewrite

‘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 […]

Disable apache directory listing

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

Close
E-mail It