On 27 nov, 15:13, [EMAIL PROTECTED] wrote:
> On 26 nov, 23:22, Graham Dumpleton <[EMAIL PROTECTED]> wrote:
>
>
>
> > On Nov 27, 12:21 am, [EMAIL PROTECTED] wrote:
>
> > > Hi,
>
> > > I'm using a simple form to make possible the users of our site upload
> > > files.
>
> > >
> > >
> > >
>
On 26 nov, 23:22, Graham Dumpleton <[EMAIL PROTECTED]> wrote:
> On Nov 27, 12:21 am, [EMAIL PROTECTED] wrote:
>
>
>
> > Hi,
>
> > I'm using a simple form to make possible the users of our site upload
> > files.
>
> >
> >
> >
> >
> >
> >
> >
> >
> >
>
> >
On Nov 27, 12:21 am, [EMAIL PROTECTED] wrote:
> Hi,
>
> I'm using a simple form to make possible the users of our site upload
> files.
>
>
>
>
>
>
>
>
>
>
>
> The "upload.py" looks like this:
>
> from mod_python import apache, util;
>
> def index(req):
>
Maxim Sloyko wrote:
> m.banaouas wrote:
>
> > Can i install and use "Apache 2.2.3" & "mod_python 3.2.10" (most recent
> > versions) without facing any known major issue ?
Only that to use Apache 2.2 you must have mod_python 3.2.10 or later,
older versions of mod_python do not work with the more
m.banaouas wrote:
> Can i install and use "Apache 2.2.3" & "mod_python 3.2.10" (most recent
> versions) without facing any known major issue ?
Works fine for me.
The only "known major issue" you can face is general non-threadsafety
of Python interpreter. So, if you are using Apache MPM, you have
please ignore that last message, the instructions on that webpage
worked, it was my fault.
Thanks,
Ido.
--
http://mail.python.org/mailman/listinfo/python-list
Hi Graham, thank you for that link but it didn't help.
I've followed the instructions, yet In the 'basic-content-handler'
section, after getting to the point where it says to add this to the
main Apache configuration file:
AllowOverride FileInfo
I replaced /some/directory with the correct direc
Ido Yehieli wrote:
> Thank you for your response,
> but I think it's not it - that didn't make any difference.
Suggest you read:
http://www.dscpl.com.au/articles/modpython-001.html
It contains helpful hints for getting a basic handler working
in mod_python. If you can get that working, then t
Thank you for your response,
but I think it's not it - that didn't make any difference.
--
http://mail.python.org/mailman/listinfo/python-list
Ido Yehieli schrieb:
> [...]
> Anyone has any idea as to what went wrong?
> [...]
If you compiled mod_python as a Dynamic Shared Object (DSO) you have to
tell Apache to load that module. For example like this:
LoadModule python_module libexec/mod_python.so
See the mod_python documentation, espe
Dan <[EMAIL PROTECTED]> wrote in
news:[EMAIL PROTECTED]:
> My question is, how mature/stable is mod_python? Is it suitable for a
> production environment? The documentation is a bit lacking, and I've
I use mod_python for all my web stuff, including several live production
sites - no problems
Dan wrote:
I've been writing a server application in Python. The app listens on
a socket and interfaces to a database.
Now I'd like to write a web application to also access the database.
It seems natural to use Python. I've installed mod_python (Debian
libapache2-mod-python2.3, mod_python 3.1.3-
12 matches
Mail list logo