this was resolved by changing 1024 to 2048 on 3 lines of two files, as
shown below, and recompile the kernel/userland.
./sys/sys/syslimits.h:46:#definePATH_MAX 2048 /*
max bytes in pathname */
./include/stdio.h:187:#define FILENAME_MAX2048/* must be <=
PATH_MAX
I tried php without suhosin patch and it was the same. Thanks Stuart
On Wed, Dec 28, 2011 at 4:44 PM, Stuart Henderson wrote:
> This may be restricted by suhosin, try increasing
> suhosin.get.max_value_length from its default of 512 in your
> php-5.2.ini file then restart apache.
>
> On 2011-12-2
This may be restricted by suhosin, try increasing
suhosin.get.max_value_length from its default of 512 in your
php-5.2.ini file then restart apache.
On 2011-12-28, Alan Cheng wrote:
> Hello list,
>
> I'm trying to install an PHP web app that generates very long URLs on my
> OpenBSD 5.0 i386 snaps
Hello list,
I'm trying to install an PHP web app that generates very long URLs on my
OpenBSD 5.0 i386 snapshot. But I just keep getting "file name too long"
errors in apache error log like below.
It happened on both built-in apache 1.3 and apache-httpd (2.2.20) in ports.
I even tried compile apach
4 matches
Mail list logo