I am using apache, to run Trac and things have been working well. What I
am trying to do is to bring another web app online using trac.
What I want my users todo is to access track by:
http://MachineName:9000/WorldView/
And the other by
http://MachineName:9000/ReviewBoard/
The location in my
You could try configuring Virtual hosts to run on different ports,
running your different programs/scripts in each different host.
Rodolfo De Nadai wrote:
Is there a way to direct a specific script to run on a diferent port
than the default configurated in http.conf??
Exemple:
default port is
Please disregard apparently you can have apache server up asp/aspx.
Cheers
Chris
Chris Howell wrote:
Is it possible to get Apache to serve out ASPX files ?
Cheers
Chris
-
The official User-To-User support forum of the Apache
Is it possible to get Apache to serve out ASPX files ?
Cheers
Chris
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail:
SetHandler mod_python
PythonInterpreter main_interpreter
PythonHandler trac.web.modpython_frontend
PythonOption TracUriRoot /Worldview
But it doesn't seem to work and I am thinking that I could make a better
decision if I fully understood the location directive.
Cheers
Chris Howell
[EMAIL P
Chris Howell wrote:
Brian Munroe wrote:
On 9/4/07, Chris Howell <[EMAIL PROTECTED]> wrote:
Brian:
I made the modifications you suggested my httpd conf file now has this
entry in it.
LoadModule python_module modules/mod_python.so
Order deny,allow
Satisfy all
AddH
Brian Munroe wrote:
On 9/4/07, Chris Howell <[EMAIL PROTECTED]> wrote:
Brian:
I made the modifications you suggested my httpd conf file now has this
entry in it.
LoadModule python_module modules/mod_python.so
Order deny,allow
Satisfy all
AddHandler mod_pyth
FYI, I fixed the 404 error I was receiving so please disregard my post.
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe,
Brian Munroe wrote:
On 8/31/07, Chris Howell <[EMAIL PROTECTED]> wrote:
AddHandler python-program .py
PythonHandler mptest
PythonDebug On
Chris:
I would suggest you use the Publisher mod_python handler, at least to
get started.
Here is a simple hello, world in mod_pyth
in
_process_target
module = import_module(module_name, path=path)
File "C:\Python25\Lib\site-packages\mod_python\importer.py", line 304, in
import_module
return __import__(module_name, {}, {}, ['*'])
ImportError: No module named mptest
So I've tried two approaches and
od_python\importer.py", line 304, in
import_module
return __import__(module_name, {}, {}, ['*'])
ImportError: No module named mptest
Any help would be great.
Cheers
Chris Howell
Software Engineer
the PYXIS innovation - /Common Ground for Digital Earth/
Kingston Ontario
w: www.pyxisinnovation.com
That's what I am going to do.
Brian Munroe wrote:
On 8/30/07, Chris Howell <[EMAIL PROTECTED]> wrote:
So I am very bewildered.
Yea me too, I have the *exact* same configuration and everything works
perfectly. Googling tells me that there was some problems with Apache
2.
My mistake there is no "s" it is just Apache Software Foundation//blah!
I download Python 2.5 from Python.org and
the mod_python from.
www.modpython.org
I did not, alter any paths from the default install. So I am very
bewildered.
Cheers
Chris
Brian Munroe wrote:
On 8/30/07, Jeff Peng <
Sorry, what I meant was the directory is like htis
Apache
Modules
mod_python.so
It is under the modules dir.
Jeff Peng wrote:
Original-Nachricht
Datum: Thu, 30 Aug 2007 10:46:43 -0400
Von: Chris Howell <[EMAIL PROTECTED]>
When I went to the modules dir
ed on this would be
greatly appreciated.
Regards,
Chris Howell
Software Engineer
the PYXIS innovation - /Common Ground for Digital Earth /
Kingston, Ontario
w: www.pyxisinnovation.com
15 matches
Mail list logo