You cannot post messages because only members can post, and you are not currently a member.
Description:
User support for the Aspen web server.
|
|
|
2.5 support
|
| |
I've started working on py3k compatibility (again) and I'm feeling the
pain of keeping code compatible with 2.5. When, if ever, is 2.5
support going to be dropped?
|
|
HTTP Request With Data Problem
|
| |
*This may be related to issue #129.* * * *If no data is sent in the request, the simplate works fine.* * * *If data is included, I get the following error:* * File "/home1/posscode/python/lib/py thon2.7/urlparse.py", line 387, in parse_qsl,* * ValueError: bad query field: '{"x":"87d7"}'* *I am using jQuery $.ajax function.*... more »
|
|
Aspen on BlueHost
|
| |
I posted these instructions on BlueHost user forum. [link] I've got a simple JSON simplate working pulling data from a MySQL database. First access takes around 5 seconds. Subsequent accesses within 5 mins of... more »
|
|
Apache FastCGI Error Log, Only index.html works
|
| |
Running on BlueHost using Apache + FastCGI. Aspen works fine when no filename is specified in URL ( index.html displays properly ) When a filename is specified, the following entries show in error log. Looking for suggestions on what to try. project_root None default... more »
|
|
Install with Apache FastCGI
|
| |
I am trying this on BlueHost which I think works similarly to the other large shared hosters like DreamHost and HostGator. So far I got it to work when specifying the directory only (no filename) in the URL. The index.html works (showing a simple greetings message). If I specify a file name, it does not work. I have tried the virtual path... more »
|
|
Recipe for returning a file as response to a request
|
| |
I'm trying to use Aspen for some quick and dirty impedance matching between some static content and a service that is sending HTTP requests with a peculiar format. I want to receive a request of the form "foo?x=1&y=2&z=3", pick out a file in the filesystem based on that (e.g. "1/2/3.png") and then return that as the response to the request.... more »
|
|
Aspen at SC12?
|
| |
Hey all,
We just picked up a couple new list members who, I gather, heard about
Aspen at the SC12 conference. Can I ask for more details about Aspen's
representation at the conference? I'm glad to hear about this, but I was
unfamiliar with the conference before just now.
chad
|
|
List directories aspen v0.8
|
| |
Hi there!
I'm working with aspen 0.8 and nginx like proxy_pass for aspen with
it, I I'm generating heat maps using gheat, but I won't that show my
file listing. How I can configure aspen v0.8 for not allow the list
directories?
|
|
python 3 port
|
| |
Dan,
I'm personally not a fan of depending on 2to3 or 3to2 at installation
...
Cool. Sounds like we're on the same page. :-)
chad
|
|
vendorized cherrypy & tornado causing fun times
|
| |
Dan,
[Note: Moving to aspen-users list.]
Those libraries are vendorized because I like providing production-quality
batteries out of the box. In the CherryPy case especially the WSGIServer
was designed to be usable standalone, and in fact has been split off as the
Cheroot project:
[link]... more »
|
|
|