Hello!
I trying to completely disable of .htaccess.
I have this in httpd.conf:
Options FollowSymLinks
AllowOverride None
Require all denied
Also, i have this in vhost include file:
Options FollowSymLinks
AllowOverride None
AllowOverrideList None
Require
did you check the flag [PT] for RewriteRule?
Christian
On Fri, Mar 25, 2016 at 04:27:46PM +0200, Alexandru Duzsardi wrote:
> I tested a bit more , and unfortunately it breaks somewhere
> Probably I should have mentioned that the path’s after ….hostname.com/ are
> not always physical paths on
I'm not sure what you mean
For now I can't figure it out why does it behave like this ... if I try to
access http://lang-fr.domain.com/ It says that /fr/index.php does not exist , I
would like it to no try to find an index just access the path specified
Regarding the PT flag , did you mean some
May be we need to get help from php team?
2015-11-13 13:54 GMT+06:00 Kurtis Rader :
> On Tue, Nov 3, 2015 at 3:05 AM, Виталий Фадеев wrote:
>>
>> I modify access and error log formats by add %L parameter.
>>
>> In my error log i get this:
>> [Tue Nov 03 02:55:33.635958 2015] [VjiEkn8AAAEAAHuBfzkA
unsubscribe
On Tue, Mar 29, 2016 at 6:45 AM, Виталий Фадеев wrote:
> May be we need to get help from php team?
>
> 2015-11-13 13:54 GMT+06:00 Kurtis Rader :
> > On Tue, Nov 3, 2015 at 3:05 AM, Виталий Фадеев
> wrote:
> >>
> >> I modify access and error log formats by add %L parameter.
> >>
> >>
On Fri, Nov 13, 2015 at 2:54 AM, Kurtis Rader wrote:
>> In my error log i get this:
>> [Tue Nov 03 02:55:33.635958 2015] [VjiEkn8AAAEAAHuBfzkAAABB] [-:error]
>> [pid 31617:tid [client IP:PORT] PHP Warning:
>> unlink(/tmp/file_name.txt): No such file or directory in
>> /var/www/file_test.php on lin
I have added ./configure --prefix=/apps/httpd --enable-ssl
--with-ssl=/usr/local/ssl --with-mpm=worker --enable-module=headers
--enable-shared=headers
my mod_headers.so is not being generated with this. I tried to copy over
the mod.so files i need to run my previous config from my old dir but the
On Tue, 29 Mar 2016 15:06:50 +0600, you wrote:
>Hello!
>
> I trying to completely disable of .htaccess.
> I have this in httpd.conf:
>
>Options FollowSymLinks
>AllowOverride None
>Require all denied
>
>
> Also, i have this in vhost include file:
>
>Options FollowSymL
On Tue, Mar 29, 2016 at 6:03 PM, Leonay Wynn wrote:
> I have added ./configure --prefix=/apps/httpd --enable-ssl
> --with-ssl=/usr/local/ssl --with-mpm=worker --enable-module=headers
> --enable-shared=headers
>
> my mod_headers.so is not being generated with this. I tried to copy over the
> mod.so
I need to upgrade from 2.2 to to 2.4
i used ./configure --prefix=/apps/httpd --enable-ssl
--with-ssl=/usr/local/ssl --with-mpm=worker --enable-module=headers
as well as
./configure --prefix=/apps/httpd --enable-so --enable-ssl
--with-ssl=/usr/local/ssl --with-mpm=worker --enable-module=headers
On Tue, Mar 29, 2016 at 7:52 PM, Leonay Wynn wrote:
> I need to upgrade from 2.2 to to 2.4
>
> i used ./configure --prefix=/apps/httpd --enable-ssl
> --with-ssl=/usr/local/ssl --with-mpm=worker --enable-module=headers
>
> as well as
> ./configure --prefix=/apps/httpd --enable-so --enable-ssl
> -
On Tue, Mar 29, 2016 at 8:52 PM, Yann Ylavic wrote:
> On Tue, Mar 29, 2016 at 7:52 PM, Leonay Wynn wrote:
>> I need to upgrade from 2.2 to to 2.4
>>
>> i used ./configure --prefix=/apps/httpd --enable-ssl
>> --with-ssl=/usr/local/ssl --with-mpm=worker --enable-module=headers
>>
>> as well as
>>
Thanks gain Yann,
$ ./configure --prefix=/apps/httpd --enable-so --enable-ssl=shared
--enable-headers=shared --with-ssl=/usr/local/ssl --with-mpm=worker
and still no .so files of any sort. let me try the make depend and see what
it says.thx
On Tue, Mar 29, 2016 at 2:55 PM, Yann Ylavic wrote:
make depend results:
make depend
Making depend in srclib
make[1]: Entering directory `/home/jonesk/httpd-2.4.18/srclib'
Making depend in apr
make[2]: Entering directory `/home/jonesk/httpd-2.4.18/srclib/apr'
make[3]: Entering directory `/home/jonesk/httpd-2.4.18/srclib/apr'
make[3]: Leaving direct
On Tue, Mar 29, 2016 at 9:18 PM, Leonay Wynn wrote:
> make depend results:
You still need "make && make install" after "make depend".
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail:
Hello!
I will check it on live system.
BTW, why does %{c}L not documented?
2016-03-29 19:31 GMT+06:00 Eric Covener :
> On Fri, Nov 13, 2015 at 2:54 AM, Kurtis Rader wrote:
>>> In my error log i get this:
>>> [Tue Nov 03 02:55:33.635958 2015] [VjiEkn8AAAEAAHuBfzkAAABB] [-:error]
>>> [pid 31617
[+dev@]
Hi!
2016-03-29 11:06 GMT+02:00 Виталий Фадеев :
> Hello!
>
> I trying to completely disable of .htaccess.
> I have this in httpd.conf:
>
> Options FollowSymLinks
> AllowOverride None
> Require all denied
>
>
> Also, i have this in vhost include file:
>
> Op
17 matches
Mail list logo