Questions tagged [mod-python]

Mod_python is an Apache module that embeds the Python interpreter within the server.

Mod_python is an Apache module that embeds the Python interpreter within the server. With mod_python you can write web-based applications in Python that will run many times faster than traditional CGI and will have access to advanced features such as ability to retain database connections and other data between hits and access to Apache internals.

Currently mod_python is not under active development. This does not mean that it is "dead" as some people have claimed. It smiply means that the code and the project are mature enough when very little is required to maintain it.

Projects website:

Current State of Mod_Python

289 questions
-1
votes
1 answer

Running django with mod_python on a shared apache server

I'm in a university and I'm provided with a public_html folder where I can put my CGI scripts. For eg. when I put PHP scripts and visit them from my browser, it works correctly and the PHP is properly interpreted. I wish to run Django apps in this…
greenberet123
  • 1,351
  • 1
  • 12
  • 22
-1
votes
3 answers

how to redirect to new page with javascript , after submit html form?

I am using html, javascript & mod_python. I want to submit html form. To do this I used document.formName.submit(); after submitting I want to redirect to new page. I tried location="newpage.html" but this is not working.
Mahmoud Farahat
  • 5,364
  • 4
  • 43
  • 59
-1
votes
1 answer

Remote Web server connection issue

I have set up a server for our Django web application so that everyone in our LAN can access them. I have installed Ubuntu 12.04 with apache version 2.2.22 and modpython version 3.3.1. In some of our systems in the LAN, the server is not accessible…
user12757
  • 39
  • 1
  • 9
-1
votes
2 answers

Test page for mod_wsgi

mod_python has a test page script which emits information about the server configuration. You can put SetHandler mod_python PythonHandler mod_python.testhandler into your .htaccess and it displays the page. Now my question: Does something similiar…
glglgl
  • 89,107
  • 13
  • 149
  • 217
1 2 3
19
20