Help Wanted

Apache 1.3.3 – CPUFreak91

CPUFreak91

Member

Posts: 2337
From:
Registered: 02-01-2005
Hi,

I was wondering how to install Python (the server edition) onto Apache 1.3.3 from Linux? Do any of you know how?


EDIT> Woo! My 300th post!
------------------
My old sig sucks... I need a new one. Can I steal yours?

Learn How to Use Linux

[This message has been edited by CPUFreak91 (edited September 02, 2005).]

D-SIPL

Moderator

Posts: 1345
From: Maesteg, Wales
Registered: 07-21-2001
You need to compile and install mod_python.

--D-SIPL

------------------
"One World. One Web. One Program." -Microsoft promotional advertisement
"Ein Volk, ein Reich, ein Fuhrer!" -Adolf Hitler

CPUFreak91

Member

Posts: 2337
From:
Registered: 02-01-2005
quote:
Originally posted by D-SIPL:
You need to compile and install mod_python.

On the server.... how do I do that? SSH?

------------------
Linux is best for me and Windows or Mac is best for you. End of age long argument.
--
See The 2 Month Game Blog

Learn How to Use Linux

D-SIPL

Moderator

Posts: 1345
From: Maesteg, Wales
Registered: 07-21-2001
Is it someone elses box? If so you will need to SSH in and will need the righ priveleges as well on the user you are logging in as. Do you know where the Apache directory is on the server in question?

There may also be some config files that will need to be edited afterwards if i remember rightly. It's a bit of a pain. I installed Zope for a friend recently and that was quite long.

--D-SIPL

------------------
"One World. One Web. One Program." -Microsoft promotional advertisement
"Ein Volk, ein Reich, ein Fuhrer!" -Adolf Hitler

CPUFreak91

Member

Posts: 2337
From:
Registered: 02-01-2005
quote:
Originally posted by D-SIPL:
Is it someone elses box? If so you will need to SSH in and will need the righ priveleges as well on the user you are logging in as. Do you know where the Apache directory is on the server in question?

Oh crud. Yes this is someone else's box (in europe). I have never used ssh either.

------------------
Linux is best for me and Windows or Mac is best for you. End of age long argument.
--
See The 2 Month Game Blog

Learn How to Use Linux

D-SIPL

Moderator

Posts: 1345
From: Maesteg, Wales
Registered: 07-21-2001
At your command prompt type:

bash>ssh --help

for the full list of options. You will probably want to do

bash>ssh -l <ip address/hostname>

And any options then piped onto that at the end, like port number an stuff.

--D-SIPL

------------------
"One World. One Web. One Program." -Microsoft promotional advertisement
"Ein Volk, ein Reich, ein Fuhrer!" -Adolf Hitler

CPUFreak91

Member

Posts: 2337
From:
Registered: 02-01-2005
Thanks,
I'll play around when I can get to better internet.

------------------
Linux is best for me and Windows or Mac is best for you. End of age long argument.
--
See The 2 Month Game Blog

Learn How to Use Linux