alexkrycek3
New Member
- Messages
- 6
- Reaction score
- 0
- Points
- 0
I created an .htaccess file in my scripts directory with only the following:
AddHandler mod_python .py
PythonHandler mod_python.publisher
PythonDebug On
But when I try to run my script, I get the following errors:
[Mon Apr 14 12:36:43 2008] [error] [client 199.45.160.30] File does not exist: /home/alexkryc/public_html/500.shtml
[Mon Apr 14 12:36:43 2008] [alert] [client 199.45.160.30] /home/alexkryc/public_html/scripts/.htaccess: Invalid command 'PythonHandler', perhaps misspelled or defined by a module not included in the server configuration
There was an earlier post with the exact same issue, but the issue was left unresolved.
Could someone help me figure this out? Thanks.
cPanel name: alexkryc
website: gil.pcriot.com
AddHandler mod_python .py
PythonHandler mod_python.publisher
PythonDebug On
But when I try to run my script, I get the following errors:
[Mon Apr 14 12:36:43 2008] [error] [client 199.45.160.30] File does not exist: /home/alexkryc/public_html/500.shtml
[Mon Apr 14 12:36:43 2008] [alert] [client 199.45.160.30] /home/alexkryc/public_html/scripts/.htaccess: Invalid command 'PythonHandler', perhaps misspelled or defined by a module not included in the server configuration
There was an earlier post with the exact same issue, but the issue was left unresolved.
Could someone help me figure this out? Thanks.
cPanel name: alexkryc
website: gil.pcriot.com
Last edited: