[users@httpd] Strange with AllowOverrideList Directive

2016-03-29 Thread Виталий Фадеев
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

Re: [users@httpd] Rewrite domain to language specific page but no address bar redirection

2016-03-29 Thread Christian Hettler
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

RE: [users@httpd] Rewrite domain to language specific page but no address bar redirection

2016-03-29 Thread Alexandru Duzsardi
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

Re: [users@httpd] Cannot find request by error log id

2016-03-29 Thread Виталий Фадеев
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

Re: [users@httpd] Cannot find request by error log id

2016-03-29 Thread Russel Van Tuyl
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. > >> > >>

Re: [users@httpd] Cannot find request by error log id

2016-03-29 Thread 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:tid [client IP:PORT] PHP Warning: >> unlink(/tmp/file_name.txt): No such file or directory in >> /var/www/file_test.php on lin

Re: [users@httpd] TLSv1.2

2016-03-29 Thread Leonay Wynn
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

Re: [users@httpd] Strange with AllowOverrideList Directive

2016-03-29 Thread Kees Nuyt
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

Re: [users@httpd] TLSv1.2

2016-03-29 Thread Yann Ylavic
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

[users@httpd] .so modules not being created Apache 2.4.18

2016-03-29 Thread Leonay Wynn
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

Re: [users@httpd] .so modules not being created Apache 2.4.18

2016-03-29 Thread Yann Ylavic
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 > -

Re: [users@httpd] .so modules not being created Apache 2.4.18

2016-03-29 Thread Yann Ylavic
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 >>

Re: [users@httpd] .so modules not being created Apache 2.4.18

2016-03-29 Thread Leonay Wynn
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:

Re: [users@httpd] .so modules not being created Apache 2.4.18

2016-03-29 Thread Leonay Wynn
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

Re: [users@httpd] .so modules not being created Apache 2.4.18

2016-03-29 Thread Yann Ylavic
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:

Re: [users@httpd] Cannot find request by error log id

2016-03-29 Thread Виталий Фадеев
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

Re: [users@httpd] Strange with AllowOverrideList Directive

2016-03-29 Thread Luca Toscano
[+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