MozPlugger is a browser plugin which can show many types of multimedia
inside the browser. To accomplish this, MozPlugger uses external
programs such as mplayer, xpdf, ...
submitted by Tobias Ulmer <tobiasu@tmux.org> (MAINTAINER)
ok wilfried@
Fixes a security bug that could allow attacker to execute arbitrary
commands as the apache user.
More information:
http://www.rudedog.org/auth_ldap/Changes.html
ok henning@ (MAINTAINER)
this package aims to provide the full power of perl together with the
apache web server version 2. you can use perl to manage apache, respond to
requests for web pages and much more.
there already exists a mod_perl in ports (www/mod_perl) for use with the
apache in the base openbsd system. this one is usable only with
www/apache-httpd. the mod_perl developers were kind enough to set things up
so they wont conflict with each other, so you can have both running
concurrently.
originally from srebrenko sehic, with some naming tweaks from me. lots of
help from robert@ (as always).
im importing this now so it can be worked on in tree, but not hooking it up
to the bulk builds. there are a few warts that need to be fixed but i hate
sending tarballs around when we have a tree to develop in. its also nice to
have commit messages against changes so you can see why decisions were made
a certain way. after everyone is happy it can be hooked up.
define prefix the way apache likes it.
this is because apache2 has a different understanding of what the prefix
means, and our understanding and application of it on this port leads to
extremely confused paths in a lot of its generated files.
our understanding of prefix is to mean the path at which the binaries,
libs, manpages, and so on are stored, ie, /usr/local. apache2 understands
prefix to mean "install architecture-independent files", or in real terms
the ServerRoot. obviously using /usr/local as the server root when we want
to use /var/apache2 for that purpose is uncomfortable for it, and it leads
to things like broken paths in the default config files and builds of
modules.
ok robert@
Hiawatha is a secure webserver for Unix. It has been written with 'being
secure' as its main goal. Hiawatha has many security features that no
other webserver has.
Hiawatha does not have all the fancy features, but it is very secure and
fast and is really easy to configure. Rootjail, run CGIs under any
uid/gid you want, prevention of SQL injection and cross-site scripting,
banning of clients who try such exploits and many other features make
Hiawatha an interesting webserver for those who need more security than
what the other available webservers are offering.
ok steven@
programs. Fix RUN_DEPENDS so package updates work correctly.
Update problem reported by some guy at 23C3 in Berlin. RUN_DEPENDS problem
noticed by sturm@.
ok sturm@, ajacoutot@
- put config files in /etc/apache2 instead of /var since this is not
chrooted
- make a couple of comments that refer to 'httpd' refer to 'httpd2'
instead
- don't install the build makefiles
ideas from bernd@ and steven@, ok steven@