Does the host name the error mentions exist in /etc/hosts?

Does the host name you set ServerName directive to in Apache configuration 
exist in /etc/hosts?

Are you loading mod_nss into Apache?

This appears to be an Apache or system configuration issue. Search for 
‘avahi_entry_group_add_service_strlst’ on Google and there are various 
discussions about it. My knowledge of Red Hat based Linux distros is not enough 
to understand the cause. See what you can find and let me know as will be 
curious.

http://www.linuxquestions.org/questions/linux-newbie-8/avahi_entry_group_add_service_strlst-failed-938189/

Graham

> On 6 Dec 2016, at 8:33 AM, [email protected] wrote:
> 
> Thank you for an immediate response. It works for me. Now mod_wsgi is loaded 
> onto the server and I can access Apache server page through localhost.
> 
> But when I have placed myapp.conf file. I could not access the page and the 
> error_log says avahi_entry_group_add_service_strlst failed invalid hostname
> 
>  Is there anything I need to do?
> 
> Thanks,
> Ram
> 
> On Monday, December 5, 2016 at 1:49:35 PM UTC-6, [email protected] wrote:
> Hi All,
> 
> I am using Redhat scientific Linux 6.7. OS has python2.6 already installed.  
> I have downloaded anaconda3.sh file from anaconda3.org 
> <http://anaconda3.org/> and installed it. Then I have downloaded the mod_wsgi 
> tar.gz file, unzipped it and used the commands.
> 
> ./configure --with-apxs=/usr/bin/python 
> --with-python=/home/vmuser/anaconda3/bin/pytthon3.5
> make 
> make install
> 
> Everything goes well here and the mod_wsgi.so files is also stored in 
> ./etc/httpd/modules/mod_wsgi.so
> 
> Then, if I run ldd /etc/httpd/modules/mod_wsgi.so   I get the below output
> 
>       linux-vdso.so.1 =>  (0x00007ffda809f000)
>       libpython3.5m.so.1.0 => /lib64/libpython3.5m.so.1.0 (0x00007f4c4813a000)
>       libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f4c47f1e000)
>       libdl.so.2 => /lib64/libdl.so.2 (0x00007f4c47d19000)
>       libutil.so.1 => /lib64/libutil.so.1 (0x00007f4c47b16000)
>       librt.so.1 => /lib64/librt.so.1 (0x00007f4c4790e000)
>       libm.so.6 => /lib64/libm.so.6 (0x00007f4c4760b000)
>       libc.so.6 => /lib64/libc.so.6 (0x00007f4c47249000)
>       /lib64/ld-linux-x86-64.so.2 (0x00007f4c4887e000)
> 
> I also created a folder symlink python3.5 in /usr/local/lib to point to the 
> anaconda3 python library
> 
> When I have run service httpd start  I get the below error
> 
> cannot load /etc/httpd/modules/mod_wsgi.so into server: libpython3.5m.so.1.0: 
> cannot open shared object file: Permission denied.
> 
> Can anyone help on this? I read many blogs but still couldnt resolve this. 
> 
> mod_wsgi express start-server is starting up correctly but  httpd is not 
> starting.. can anyone tell me the difference and also some debug options?
> 
> it s been 5 days I have struck on this issue. Help is highly appreciated. 
> 
> Thank you.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "modwsgi" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected] 
> <mailto:[email protected]>.
> To post to this group, send email to [email protected] 
> <mailto:[email protected]>.
> Visit this group at https://groups.google.com/group/modwsgi 
> <https://groups.google.com/group/modwsgi>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to