Re: [users@httpd] I have .so file in modules but getting syntax error

2017-01-17 Thread Hemant Chaudhary
Solved the 4013 error its because of permission. But getting error in linking httpd: Syntax error on line 67 of /home/hemant/apache/conf/httpd.conf: Cannot load modules/mod_authn_file.so into server: dlopen (6CA053F0->/home/hemant/apache/modules/mod_authn_file.so, 5): DLL File\n Format Error:

[users@httpd] Apache 2.4.18: warnings issued since environment vars definitions isn't always loaded

2017-01-17 Thread Konstantin Boyandin
Hello, OS: Ubuntu 16.04, Apache version: 2.4.18 (latest Apache from default repository). Command sudo apache2 -M writes spurious lines like this: [Wed Jan 18 03:32:29.510875 2017] [core:warn] [pid 11564] AH00111: Config variable ${APACHE_LOG_DIR} is not defined even though the mentioned

Re: [users@httpd] I have .so file in modules but getting syntax error

2017-01-17 Thread Eric Covener
On Tue, Jan 17, 2017 at 12:35 PM, Hemant Chaudhary wrote: > httpd: Syntax error on line 67 of /home/hemant/apache/conf/httpd.conf: > Cannot load modules/mod_authn_file.so into server: dlopen > (6CA053F0->/home/hemant/apache/modules/mod_authn_file.so, 5):

Re: [users@httpd] I have .so file in modules but getting syntax error

2017-01-17 Thread Hemant Chaudhary
Hi I removed mos_so.so from conf file. Now I have .so for mod_authn_file in modules but geeting the same error while starting the server. httpd: Syntax error on line 67 of /home/hemant/apache/conf/httpd.conf: Cannot load modules/mod_authn_file.so into server: dlopen

Re: [users@httpd] Simultaneous users vs Concurrent users

2017-01-17 Thread Eric Covener
On Mon, Jan 16, 2017 at 11:47 PM, Duong Tuan An wrote: > I have spent time to find out what is different between Simultaneous users > and Concurrent users. However, there are many different results and I'm > confusing now. IMO the definitions are not really very

Re: [users@httpd] I have .so file in modules but getting syntax error

2017-01-17 Thread Eric Covener
On Tue, Jan 17, 2017 at 4:15 AM, Hemant Chaudhary wrote: > httpd: Syntax error on line 66 of /home/hemant/apache/conf/httpd.conf: > Cannot load modules/mod_so.so into server: dlopen > (6CA053F0->/home/hemant/apache/modules/mo > d_so.so, 5): FileSystem Error\n 4013

[users@httpd] Unresolved error in apr while creating static httpd-2.4.23

2017-01-17 Thread Hemant Chaudhary
Hi While porting static httpd-2.4.23, I am getting unresolved reference error to u to apr_queue_push and apr_threads. I have checked that it links libapr-1.a and libaprutil-1.a with it also. Please help to solve error. Thanks Hemant

[users@httpd] I have .so file in modules but getting syntax error

2017-01-17 Thread Hemant Chaudhary
Hi I have .so file of modules but when I am starting server with "./httpd", I am getting error syntax error. I am porting apache-2.4.23 httpd: Syntax error on line 66 of /home/hemant/apache/conf/httpd.conf: Cannot load modules/mod_so.so into server: dlopen