mm... i used 'http -l' and i didn't see mod_php, seems like by use of <ifmodule> it loads mod_php5,
On Tue, Sep 18, 2012 at 7:06 AM, Graham Dumpleton < [email protected]> wrote: > If you aren't using mod_php, how are you hosting the PHP site within the > same Apache? > > On 18 September 2012 00:03, Galikhan Khamitov <[email protected] > > wrote: > >> I mean that it is working but when I call some php site (that works >> normally before i add loadModule) >> my browser gets loaded and doesnt give some feedback. httpd.conf >> generated by cpanel may be beacuse of this >> there is inconsistensy. >> errorlog shows number of rows: >> [notice] child pid 94## exit signal segmentation fault(11) >> >> About testing as i said a just only add 'loadModule' and this problem >> starts. >> rows with hello wsgi app are commented , for now i dont use them >> >> I dont use mod_python and mod_php >> >> Seems like this version of apache(2.0.64) doesnt have this command 'http >> -M' >> >> >> On Tue, Sep 18, 2012 at 6:20 AM, Graham Dumpleton < >> [email protected]> wrote: >> >>> Define doesn't respond? >>> >>> You mean it is not contactable? You mean it will not even respond to a >>> request for a static file? >>> >>> With what WSGI application are you testing? The WSGI hello world or >>> some big framework dependent application? >>> >>> What mod_wsgi configuration have you used to configure your WSGI >>> application? >>> >>> Are you also loading mod_python or mod_php into same Apache? >>> >>> Have you tried running Apache explicitly as: >>> >>> httpd -M >>> >>> to see if Apache can even start and dump out list of modules it is >>> loading? >>> >>> Note that on some systems 'httpd' may actually need to be 'apache2'. >>> >>> Graham >>> >>> On 17 September 2012 05:27, gmailuser <[email protected]> >>> wrote: >>> > Hi all >>> > apache doesn't respond when I add >>> > >>> > LoadModule mod_wsgi modules/mod_wsgi.so >>> > >>> > to httpd.conf. There nothing in error_log. >>> > I am using VPS ,rhel5, apache(2.0.64), mod_wsgi-3.4, python2.7 >>> > compilation of mod_wsgi was ok. >>> > >>> > >>> > >>> > >>> > >>> > >>> > >>> > >>> > >>> > >>> > >>> > -- >>> > You received this message because you are subscribed to the Google >>> Groups >>> > "modwsgi" group. >>> > To view this discussion on the web visit >>> > https://groups.google.com/d/msg/modwsgi/-/Y9HzkfeOTwEJ. >>> > To post to this group, send email to [email protected]. >>> > To unsubscribe from this group, send email to >>> > [email protected]. >>> > For more options, visit this group at >>> > http://groups.google.com/group/modwsgi?hl=en. >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "modwsgi" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group at >>> http://groups.google.com/group/modwsgi?hl=en. >>> >>> >> >> >> -- >> Galikhan Khamitov >> [image: Picture] >> >> -- >> You received this message because you are subscribed to the Google Groups >> "modwsgi" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/modwsgi?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/modwsgi?hl=en. > -- Galikhan Khamitov [image: Picture] -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
