108 reputation
16
bio website
location India
age 28
visits member for 1 year, 11 months
seen Mar 5 at 7:30
stats profile views 10

Software Engineer working on python , Django , Jquery , CSS and HTML.


Mar
5
awarded  Notable Question
Aug
26
awarded  Popular Question
May
1
awarded  Supporter
Jun
28
awarded  Organizer
Jun
23
awarded  Editor
Jun
17
awarded  Student
Jun
17
awarded  Scholar
Jun
17
comment How to make apache to run python scripts using MOD_WSGI or MOD_PYTHON in RHEL6?
@Eduardo Thank you very much Eduardo. It worked so fine :)
Jun
17
accepted How to make apache to run python scripts using MOD_WSGI or MOD_PYTHON in RHEL6?
Jun
17
comment How to make apache to run python scripts using MOD_WSGI or MOD_PYTHON in RHEL6?
@Cyclops @Eduardo My actual requirement is to make Apache to execute python scripts. So should i need to make use of MOD_PYTHON instead of MOD_WSGI
Jun
17
comment How to make apache to run python scripts using MOD_WSGI or MOD_PYTHON in RHEL6?
Ok then i changed it to this now AddHandler wsgi-script .py and now i am getting 403 error You don't have permission to access /test.py on this server. , and so i tried chmod 777 test.py , gave the python file full permission. Still getting the 403 error.
Jun
17
comment How to make apache to run python scripts using MOD_WSGI or MOD_PYTHON in RHEL6?
you mean python script. its name is test.py . And i am running it by 10.193.187.52/test.py like this
Jun
17
comment How to make apache to run python scripts using MOD_WSGI or MOD_PYTHON in RHEL6?
I ran this comment - apachectl -t -D DUMP_MODULES and it said syntax ok so that means WSGI is ok. And i even tried editing the httpd.conf and it said mod_wsgi already loaded . module has been loaded. now whats next?
Jun
17
asked How to make apache to run python scripts using MOD_WSGI or MOD_PYTHON in RHEL6?