Hi,
i would like to know if exist a directive for mod_perl like open_basedir
for php.
I know that best solution will be chroot entire apache that is more
secure to use chroot funciont of modules but anyway..
that is waht i am looking for.
Thx and Byez DoM
Previously I had problems trying to reinstall mod_perl2. So I've
upgraded the server to FreeBSD 6.0, new perl (5.8.7), removed /usr/
local/lib/perl5/site_perl/5.8.6 (old modules), then:
install httpd (2.2.0)
./configure --with-mpm=prefork --with-expat=/usr/local --enable-so
make all install
On Thu, 26 Jan 2006 12:08:12 -0500
[EMAIL PROTECTED] wrote
> I need to add a unique variable to every GET request processed by the
> application without issuing a redirect. Is there a way to cleanly
> accomplish it in MP2?
>
> The following is the illustration:
>
> Request that looks like
Ryan Perry wrote:
> >> on FreeBSD 5.4 I get:
> >>
> >> # perl Makefile.PL MP_APXS=/usr/local/apache2/bin/apxs
> >> String found where operator expected at /usr/local/lib/perl5/5.8.6/
> >> mach/IO.pm line 11, near "XSLoader::load 'IO'"
> >> (Do you need to predeclare XSLoader::load?)
> >> s
Hi,
I need to add a unique variable to every GET request processed by the
application without issuing a redirect. Is there a way to cleanly accomplish
it in MP2?
The following is the illustration:
Request that looks like /app?m=someparams received by the browser should
become /app?m=someparams&
On Thu, Jan 26, 2006 at 10:28:59AM -0600, Ryan Perry wrote:
> on FreeBSD 5.4 I get:
>
> # perl Makefile.PL MP_APXS=/usr/local/apache2/bin/apxs
> String found where operator expected at /usr/local/lib/perl5/5.8.6/
> mach/IO.pm line 11, near "XSLoader::load 'IO'"
> (Do you need to predeclar