uname -a says
Linux odin 2.6.18-238.1.1.el5xen #1 SMP Tue Jan 4 13:52:39 EST
2011 x86_64 x86_64 x86_64 GNU/Linux
I've installed the latest (February 25) version of pylons, and
mod_wsdl. I have Apache's httpd.conf with this new line:
WSGIScriptAlias /myapp "/var/www/html/pylons/helloworld/dispatch.wsgi"
First I cd to /var/www/html/pylons/helloworld and run this (I had to
change file ownership first):
paster serve --reload production.ini
Then I launch firefox from an xterm window and enter this into the
address line:
http://127.0.0.1:5500/sample/index
It shows my sample/index page and displays an image correctly.
(Then I change ownership back to 'apache:apache'.) From my laptop I
have windows 7 running with Firefox loaded there. When I enter this
into the address line:
http://odin.labmed.washington.edu/myapp/sample/index
The page gets served, as before, but the image is broken. I've tried
*many* path variations but they all end up broken.
There must be some setting I need to set somewhere to get apache/wsdl
to serve images. Any ideas?
Please respond to [email protected] instead of my gmail address.
--
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en.