Re: [users@httpd] Re: Special characters in password for mod_dbd

2018-08-21 Thread Mimiko
Thank you I was looking for such info and didn't found. Why so much chars left for params split? Should I fire a request or this will not be changed in future by concept? On 20.08.2018 22:14, Christophe JAILLET wrote: This seems to be mysql APR driver specific. For some reasons, in APR, in

[users@httpd] Special characters in password for mod_dbd

2018-08-19 Thread Mimiko
Hello. I have special characters in the password to connect to database from httpd basic authentication using mod_dbd in version 2.4. I use: DBDriver mysql DBDParams host=some_ip,dbname=schema,user=user_name,pass=password_with_special_chars.:)]|&; But httpd does not read it correctly so could

[users@httpd] Distribution repository vs compiled.

2018-05-31 Thread Mimiko
Hello dears. Tell me, please, what's better to use in production: 1) Precompiled binaries of apache httpd from distribution 2) or Self compiled from sources What are the risks for each options and pro and cons of each? Thank you.

Re: [users@httpd] APACH_ HTTP_SERVER

2017-07-16 Thread Mimiko
Well. Not much you can do. Read the docs! On 16.07.2017 09:59, Chaim Tsinman - PointRF R&D wrote: HELLO. I INSTALED APACH_ HTTP_SERVER(2.4 , FOR WINDOWS10 ). I want to download a different file from apach not just the two files that came in 'htdocs' folder (apachehaus.ico , index.html ) ...

Re: [users@httpd] Load module .a

2014-10-16 Thread Mimiko
On 16.10.2014 16:07, Eric Covener wrote: That's just how libtool works. You don't get an .so because your libtool doesn't know how to create them on your system. How's that? I've compiled other projects and created .so files. Anyway, for now I will stick with th

Re: [users@httpd] Load module .a

2014-10-16 Thread Mimiko
On 16.10.2014 15:34, Nick Kew wrote: How does that differ from the command your build, or apxs on your system, executed? For example: make[2]: Entering directory `/home/mimiko/src/httpd/server' make[3]: Entering directory `/home/mimiko/src/httpd/server/mpm' make[4]: Entering direct

Re: [users@httpd] Load module .a

2014-10-16 Thread Mimiko
are going fast, so I can't catch. I should redirect output to file, thought. -- Mimiko desu. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Load module .a

2014-10-16 Thread Mimiko
n: gcc -shared -Wl,--whole-archive /opt/httpd/modules/mod_foo.a -Wl,--no-whole-archive -o /opt/httpd/modules/mod_foo.so I've done this command for all modules in modules directory and loaded in httpd without problem. It's a trick

[users@httpd] Load module .a

2014-10-16 Thread Mimiko
h-lua=/opt/lua --with-ssl=/opt/openssl --with-mpm=prefork --enable-mpms-shared=all --enable-so=static -- Mimiko desu. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: us

Re: [users@httpd] Redirect to other server if file/directory does not exists.

2014-08-05 Thread Mimiko
httpd://server1/ and rewrite where calling httpd://server2/index.php But index.php was not present on the second server. I thought that server2 would be called like server1 without autoappending index.php. -- Mimiko desu. --

Re: [users@httpd] Redirect to other server if file/directory does not exists.

2014-08-05 Thread Mimiko
T_FILENAME} helps. -- Mimiko desu. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] Redirect to other server if file/directory does not exists.

2014-08-04 Thread Mimiko
4 file not found if file does not exist. Why it does not proxy? -- Mimiko desu. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] gi-bi: malloc.c:3096: sYSMALLOc: Assertion

2014-02-21 Thread Mimiko
che/2.4.8-dev (Unix) ./configure --prefix=/opt/httpd --enable-exception-hook --enable-pie --with-mpm=worker modperl-2.0.9dev perl Makefile.PL MP_APXS=/opt/httpd/bin/apxs MP_APR_CONFIG=/opt/httpd/bin/apr-1-config MP_GENERATE_XS=1 MP_USE_DSO=1 -- Mimiko desu. --

[users@httpd] Build error mod_ftp for head

2013-11-30 Thread Mimiko
to incomplete type ftp_data_connection.c:294: error: dereferencing pointer to incomplete type ftp_data_connection.c:294: error: dereferencing pointer to incomplete type Please update mod_ftp to handle latest httpd version. -- Mimiko desu. -