which apxs outputs: "/usr/bin/which: no apxs in (/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/simamura/bin)"
in each aplication there is indeed folder apache2, so output to ls -las $HOME/webapps/django_app/apache2/bin/ is total 1296 4 drwxr-xr-x 2 simamura simamura 4096 Jan 23 12:42 . 4 drwxr-xr-x 7 simamura simamura 4096 Jan 23 12:42 .. 632 -rwxr-xr-x 1 simamura simamura 644379 Oct 8 2013 httpd 644 -rwxr-xr-x 1 simamura simamura 658143 Oct 8 2013 httpd.worker 4 -rwxr-xr-x 1 simamura simamura 126 Jan 23 12:42 restart 4 -rwxr-xr-x 1 simamura simamura 207 Jan 23 12:42 start 4 -rwxr-xr-x 1 simamura simamura 333 Jan 23 12:42 stop Output of ls -las $HOME/webapps/django_app/apache2 is total 28 4 drwxr-xr-x 7 simamura simamura 4096 Jan 23 12:42 . 4 drwxr-xr-x 6 simamura simamura 4096 Jan 23 19:15 .. 4 drwxr-xr-x 2 simamura simamura 4096 Jan 23 12:42 bin 4 drwxr-xr-x 2 simamura simamura 4096 Jan 23 12:42 conf 4 drwxr-xr-x 2 simamura simamura 4096 Oct 8 2013 lib 4 drwxr-xr-x 2 simamura simamura 4096 Jan 28 13:35 logs 4 drwxr-xr-x 2 simamura simamura 4096 Oct 8 2013 modules Finally, content of start script is #!/bin/bash LD_LIBRARY_PATH=/home/simamura/webapps/django_app/apache2/lib /home/simamura/webapps/django_app/apache2/bin/httpd.worker -f /home/simamura/webapps/django_app/apache2/conf/httpd.conf -k start 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]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/d/optout.
