Apache Handlers - can't find in cPanel

Status
Not open for further replies.

gillwill

New Member
Messages
9
Reaction score
0
Points
0
Hello,

I'm trying to set up for running Python scripts, but I can't find anywhere in the cPanel for adding an Apache Handle.

Is this not available in Free Hosting?

I'm somewhat familiar with Apache configurations files, is there another way I can access and manually put the handler into a configuration files.

Any help on this is greatly appreciated.

Thanks,

-Gil
 

Hue Kares

New Member
Messages
38
Reaction score
6
Points
0
Hi Gil, Welcome.

You'll be pleased to know Python is available in free hosting, and hopefully just a few steps away from you playing with it. :drool:

You shouldn't need to worry about any Apache handlers. Just pop your .py files into the cgi-bin directory. Then, in the cPanel file manger, change the permissions (right-click on the files) to 755.

If your script is good, you should be sorted (try an 'Hello World' first...)

If you need further help, just come back and ask.
 
Status
Not open for further replies.
Top