mod_wsgi is not a framework, so don't expect it to generate web pages for
you it is a way of using WSGI (Web Service Gateway Interface) with apache
only, and is very light weight compared to other alternatives. You could get
what you want from something like Django which would then sit on top of
mod_wsgi. You're still going to be writing some code however.

-Carl

On Fri, Sep 19, 2008 at 10:35 AM, Lukasz Szybalski <[EMAIL PROTECTED]>wrote:

>
> Hello,
> Is there a way from modwsgi to get something similar to this:
>
> http://www.franklindigitalproperties.com/php_info.php
>
> especially the part that lists all the related modules.
>
> Thanks,
> Lucas
>
>
>
>
> --
> Python and OpenOffice documents and templates
> http://lucasmanual.com/mywiki/OpenOffice
> Fast and Easy Backup solution with Bacula
> http://lucasmanual.com/mywiki/Bacula
>
> >
>


-- 
-------------------------------------------------------------------------------
Carl J. Nobile (Software Engineer)
[EMAIL PROTECTED]
-------------------------------------------------------------------------------

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to modwsgi@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to