I'm moving an app that works on my local computer to a (VPS) server.
Apache has mod_fastcgi installed.
I'm tying to follow the directions at 
http://www.djangoproject.com/documentation/0.96/fastcgi/

When I access my site I get the aqua screen sayiing apache /cpanel/whm
is installed ; now you need to add content"

.htaccess is set up (and seems clear)

In httpd.conf I'm supposed to enter:

FastCGIExternalServer /home/user/public_html/mysite.fcgi -socket /home/
user/mysite.sock

?? What/where is mysite.sock??

or:

FastCGIExternalServer /home/user/public_html/mysite.fcgi -host
127.0.0.1:3033

?? Is 3033 a magic port?? or should it match a port specified
somewhere else?

Do I need to restart Apache after this change?

Thanks
Karl


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" 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/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to