Python Host
Nov 24, 2008
I currently host my site with Sharkspace [url] and have been very very pleased. I would recommend them without any hesitation. PHP, MySQL, Cpanel, great and affordable hosting packages.....
However, I want to start developping using Python and the Django framework.
With Sharkspace, Mod_python is not enabled. Django framework cannot be used on their shared hosting servers.
So, I need recommendations on a host who has Mod_python enabled (LoadModule python_module modules/mod_python.so)and allows Django to be installed.
I was told by Sharkspace that Django requires root access. I am not very familar with this framework as I have been using PHP and Zend Framework up until this point.
View 7 Replies
ADVERTISEMENT
Oct 24, 2007
Any good stable, secure Linux web host providing the same you know of?
View 3 Replies
View Related
Aug 8, 2007
I am following this guide to make my sitemap:
[url]
Here is the config file I am using (edited for my site):
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!--
sitemap_gen.py example configuration script
This file specifies a set of sample input parameters for the
sitemap_gen.py client.
You should copy this file into "config.xml" and modify it for
your server.
********************************************************* -->
<!-- ** MODIFY **
The "site" node describes your basic web site.
Required attributes:
base_url - the top-level URL of the site being mapped
store_into - the webserver path to the desired output file.
This should end in '.xml' or '.xml.gz'
(the script will create this file)
Optional attributes:
verbose - an integer from 0 (quiet) to 3 (noisy) for
how much diagnostic output the script gives
suppress_search_engine_notify="1"
- disables notifying search engines about the new map
(same as the "testing" command-line argument.)
default_encoding
- names a character encoding to use for URLs and
file paths. (Example: "UTF-8")
-->
<site
base_url=[url]
store_into="domains/mydomain/public_html/sitemap.xml"
verbose="1"
>
<!-- ********************************************************
INPUTS
All the various nodes in this section control where the script
looks to find URLs.
MODIFY or DELETE these entries as appropriate for your server.
********************************************************* -->
<!-- ** MODIFY or DELETE **
"url" nodes specify individual URLs to include in the map.
Required attributes:
href - the URL
Optional attributes:
lastmod - timestamp of last modification (ISO8601 format)
changefreq - how often content at this URL is usually updated
priority - value 0.0 to 1.0 of relative importance in your site
-->
<url
href=[url]
changefreq="monthly"
priority="1"
/>
<url
href=[url]
changefreq="monthly"
priority="0.8"
/>
<url
href=[url]
changefreq="daily"
priority="0.8"
/>
<url
href=[url]
changefreq="yearly"
priority="0.8"
/>
<!-- ********************************************************
FILTERS
Filters specify wild-card patterns that the script compares
against all URLs it finds. Filters can be used to exclude
certain URLs from your Sitemap, for instance if you have
hidden content that you hope the search engines don't find.
Filters can be either type="wildcard", which means standard
path wildcards (* and ?) are used to compare against URLs,
or type="regexp", which means regular expressions are used
to compare.
Filters are applied in the order specified in this file.
An action="drop" filter causes exclusion of matching URLs.
An action="pass" filter causes inclusion of matching URLs,
shortcutting any other later filters that might also match.
If no filter at all matches a URL, the URL will be included.
Together you can build up fairly complex rules.
The default action is "drop".
The default type is "wildcard".
You can MODIFY or DELETE these entries as appropriate for
your site. However, unlike above, the example entries in
this section are not contrived and may be useful to you as
they are.
********************************************************* -->
<!-- Exclude URLs that end with a '~' (IE: emacs backup files) -->
<filter action="drop" type="wildcard" pattern="*~" />
<!-- Exclude URLs within UNIX-style hidden files or directories -->
<filter action="drop" type="regexp" pattern="/.[^/]*" />
</site>
I have put the config file and the python script file in the directory /domains/mydomain/public_html/
Now I am trying to run the script via SSH. I have logged in fine to the admin account, and I am running this command:
Code:
python domains/mydomain/public_html/sitemap_gen.py --config=config.xml
Here is what is returning:
Quote:
Reading configuration file: config.xml
[ERROR] Cannot read configuration file: config.xml
Configuration file errors -- exiting.
View 11 Replies
View Related
Jun 16, 2009
We are having an issue when trying to cache Fedora Core 10.
Code:
vzpkg create cache fedora-core-10-x86_64
Creation OS template cache for fedora-core-10-x86_64 template
Error: Python directory not found in /vz/pkgenv/rpm46x64
Error: Can't find environment directory /vz/pkgenv/rpm46x64: No such file or directory
The only recent changes that have been made is the Hostname. Before making this change, I was caching OS templates like it was christmas.
View 1 Replies
View Related
Mar 27, 2009
i have been thinking of getting dedicated server and was wondering is it easy to install python on CentOS or is it already installed?
View 8 Replies
View Related
May 28, 2008
to enable these on a shared cpanel server (which is using php 5x, apache 2x, suphp)
python
mod_python
django
How can I enable all these 3 safely without any negative conflicts?
View 3 Replies
View Related
Dec 26, 2008
I have Python on my server and it is using the most CPU and Memory on my server than any other process. I don't believe any of my clients use it so I am planning to delete it.
I am just wondering, does CentOS 5.2 (With cPanel) require Python, or is it not required so I can delete it without any problems caused?
View 14 Replies
View Related
Mar 2, 2007
If a shared hosting server has mod_python enabled, can we assume that it also has the MySQLdb module installed?
I mean, whats the point in having mod_python if theres no way to connect to a database?
View 0 Replies
View Related
Dec 27, 2007
this only shows up in Centos 5, it seems.
You do the good ole "yum update"
and...something very bad happens:
Loading "installonlyn" plugin
>> Loading "rhnplugin" plugin
>>
>>
>> Could not find any working storages.
Ok..this is one of the times google fails me..I guess because this is a fairly new problem.
If you are lucky:
Visit the rpm repo of your choice..manually download:
python-sqlite*
and
sqlite*
and force a re-install:
rpm -ivh python-sqlite* --force
rpm -ivh sqlite* --force
Sadly..I did find that..and it was tried..and did not work for me.
The fix? Ohhh...you gonna love this:
I completely removed python and everything that depends on it.
Drastic? Oh yeah. But after wasting two days with fixes that did not help...I figured this was the only way. Drastic measures were called for.
It was. It worked. You put everything back..and it is fine.
Oh..I noticed yum.3.2.1is available..and decided to give that a shot as well. It is fine.
Certainly not as much fun as the time I decided to attempt a upgrade of glib2 on a vps..but close.
View 1 Replies
View Related
Aug 26, 2007
how may in disable pytion in cpanel?
View 4 Replies
View Related
Feb 13, 2009
I plan to develop a nice website in Python,AJAX with backend as mySQL database. This website is gonna send out a lot of notifications depending on the kind of activities that every account/logins does.
I am not very sure whats the business going to be for this website but would want to wait for few months after launching.
So, Please suggest me a cheap Hosting provider who can help me host my code in Python , MySQL database and also allow 100s of emails every day. I would also want to register a domain for my website too. Would everything comes as package?
I should also have 100GB space atleast to be prepared to grow !
I have not hosted any of my code yet though have written a lot which runs in my system only. Please guide me folks! thank you.
View 7 Replies
View Related
Oct 22, 2009
While Installing Applications on VPS Container On virtuozzo I`am running Into a error given below.
Operation install with the Env(s) "web209" is finished with errors: Can not install packages: exec failed: Error: python-devel conflicts with python < 2.4.3-27.el5 Error: Missing Dependency: gnutls = 1.4.1-3.el5_2.1 is needed by package gnutls-devel Error: Missing Dependency: nspr = 4.7.4-1.el5_3.1 is needed by package nspr-devel Error: /usr/share/vzyum/bin/yum failed, exitcode=1 .
View 0 Replies
View Related
Jan 31, 2015
I have installed mod_python and the mods-enabled directory in the Apache2 directory looks correct (links to the available directory and the .load file), but I can't get Apache2 to process Python coded files.
I am missing something, but don't know what.
View 4 Replies
View Related
Jun 23, 2008
I have a Windows 2003 dedicated Server with Plesk Control panel
I am not able to execute CGI scripts(Perl/Python/CGI) on it
when I try to execute on it
I get these errors:
Access denied to invalid credentials 401 Error
Error is 401.3 ACL restrictions....
what I tried is
I have tried to change IIS settings for IUSR_name
and also I tried editing in httpdconf file for CGI settings and restarted the server...
but all of no use
I am executing these scripts in CGI-BIN folder and outside of it..
View 9 Replies
View Related
Aug 19, 2014
I cant restore my back up. Get following warnings:
Warning:
php_version 5.3 is not supported. It will be replaced with php_version 5.4 for the following service plans: Unlimited, Admin Simple, Default Domain, Default Simple, Web Presence Builder, SiteBuilder
Warning:
python is not supported. It will be disabled for the following objects: Service plan 'Unlimited', Service plan 'Admin Simple', Service plan 'Default Domain', Service plan 'Default Simple'
Warning:
The component fail2ban is not installed. It will be disabled for the following objects: Server settings
Warning:
php_version 5.3 is not supported. It will be replaced with php_version 5.4 for the following websites: swen.flugzeugbilder.orgClick to expand...
View 3 Replies
View Related
Jan 3, 2015
I noticed that all my client websites were as slow as a snail snot before uninstalling perl and Python.
Is it normal that perl and python components slowing down IIS?
I search online, it is a common scenerio for those two to slow down IIS.
After I uninstalled perl and python as well as awstat, the site are working as fast as before.
View 2 Replies
View Related
May 15, 2014
I have a python script that generates images and is able to write them into a directory on the same web space
However, I would like the same script to write files into another directory located in the web space of another domain on the same server.
For example, script lives here...
/var/www/vhosts/domain1.com/httpdocs/scripts/myscript.py
this works...
/var/www/vhosts/domain1.com/httpdocs/scripts/images/
this fails...
/var/www/vhosts/domain2.com/httpdocs/web/images/
The directory structure already exists, so there is no need to create any new directories
I have tried setting permissions for the destination "images" directory to 777 and that didn't work.
Do I need to specify something within Plesk to enable it to write to another directory?
View 6 Replies
View Related
May 19, 2015
we use plesk 12 and server 2012 r2 i want know how can i disable php perl python cgi that resellers can not enable it for their users when add new plan, i do not want my users and users resellers access to php perl python cgi,
View 1 Replies
View Related
Apr 11, 2008
I'm configuring a website for a client who has moved their web hosting to downtownhost, but is keeping their email hosting with their current provider. They do not want to configure an MX entry on DTH to autoforward email back to their current provider because they don't want their email to pass through DTH.
In order to do this, do I keep the nameserver entries on the current provider the same, and configure an http redirect to point to DTH? Or is there something else I should configure on the current provider?
View 4 Replies
View Related
May 21, 2009
I'm wondering if you can tell me something about your experience with a host/server in a different country or overseas.
My webpage will be mostly frequented by Australians.
What do you think is the advantage and the disadvantage of having a host in your own country and having one overseas?
I'm thinking about stability, traffic speed, peak hours in different time zones, customer service, ....
What are your experiences?
View 13 Replies
View Related
Aug 3, 2008
I was with Blue Host and their support and service was pretty bad. Servers going down all the time, and chat support was terrible. Then I moved to Host Monster and received the same kind of service/support. I later then figured out that Blue Host and Host Monster is runned by the same people. For example, I opened up a tech support ticket with Host Monster and then they replied signing their signature with Blue Host. So I got the same service: terrible tech support and servers kept going down. Now I'm looking for a new web hosting. I a few people here gave Host Gator some good reviews. I hope Host Gator is not run be the same people that runs Blue Host and Host Monster.
View 15 Replies
View Related
Jul 8, 2008
Does anyone have a preference for Host Excellence compared to Blue Host?
Do you think their basic offers are the same?
This is for just a couple of simple domains and sites to be hosted.
View 8 Replies
View Related
May 27, 2008
with this being my first website goddady's website tonight or there blog site plan seem pretty good as I do not know how to build a professional looking website nor do I have a knowledge of HTML. Are there other hosts that offer better services such as these?
Also I would want to register with 1&1 as to register privately is free but with godaddy it costs around $15 and I've heard of godaddy stealing persons domains when they haven't even expired yet i.e. familyAlbum.com?
Is it allowed for instance to register my domain name with 1&1 and host my site with godaddy?
View 7 Replies
View Related
Jun 16, 2008
If you had to chose either Host Gator or Hawk Host which would you go with and why? Don't bring any other hosts into consideration just compare these two. This would be for a standard website, forum, and a few downloads if it makes a difference...nothing too fancy.
View 14 Replies
View Related
Dec 12, 2007
I have just made a personal website using photoshop, html, css and php. My site contains an index page, a gallery page with 8 photos, a contact page with a form and an extra page with some quotes. I am planning to use a paid host for the first time. Based on feedbacks from some of my sitepoint friends, I decided to go in for shared hosting. I thought of using Hostdogs.com as they have the option of a monthly billing cycle. I thought that I have the option of changing my host after a month if I am not happy with them. I have also read a lot about Hostgator.com. A lot of sitepoint members seem hooked to it.
1. Can anyone give an opinion as to which host I should go in for? Hostdogs also give a free domain. Is there any reason I should go in for Hostgator instead of Hostdogs?
2. One more question, I have heard that once I have a site running, I can earn money through the advertisements placed on it? How do I place advertisements on my site?
3. One last and very important question is whether it is right to go in for shared hosting at this point of time. I just read this
Quote:
When you look for a suitable host, be sure to check out the amount of bandwidth that will be available to your site. Even a site that doesn't require a great deal of data transfer per month could run slowly if you're hosted on a shared server; particularly if you are on the same server as a more popular or bandwidth-intensive site.
The more sites hosted on a server, the more likely they are to compete with each other for available resources, including bandwidth. This is why you may notice a reduction in server response times during busy periods, or during a sudden peak in traffic at a busier site on a server that you share.
This made me wonder whether I should go in for shared hosting. But then mine is a personal home page which may not have so much of traffic.
4. What does the paragraph below mean? How does one handle ones registration manually?
Self-Management (no cost)
Select this option if you prefer to handle your registration manually.Your web host can establish service with any Top-Level Domain (TLD), international or domestic.
View 24 Replies
View Related
Dec 31, 2007
I will be setting up a site which uses ASP.NET 1.1. I know versions 3.0/3.5 are available, but they are not yet V2.0 compliant. Anyway thst is not the issue - just context.
Would like your advice as to whether it would be better to host this site with a company who looks as though they are specialising in ASP; such as DiscountASP, or Softsyhosting, or go with a general Windows hoster such as Steadfast, Fluidhosting, or 3Essentials?
I know nothing about ASP, so I don't know whether it is not at all neccessary to have a host specifically knowledgable about it, as I am unlikely to ever have problems with it, OR; I will most certainly have to address ASP issues sometime, so it would be essential to have support who really knows ASP.
View 11 Replies
View Related
Mar 3, 2005
I got the beta of vis studio 2005 about a month ago and happily started coding away. I recently told my host to convert to asp.net 2.0 so I could upload the stuff and have it work and he said he couldnt until the non beta comes out.
Is there anyone out there at the moment who will host asp.net 2.0?
View 1 Replies
View Related
Jan 21, 2009
company that will do Web Hosting along with FTP hosting in 1 package?
Looking for full support for SQL, PHP, etc.
FTP Support would be for 2 people in different states to share files for work.
View 7 Replies
View Related
Feb 10, 2009
I just want to ask the community of WHT a series of questions about shared and reseller hosting and what you would like out of a shared/reseller host.
What do you look for in a web host (in terms of shared and reseller hosting).
Do you prefer cheap "unlimited" and "unmetered" plans?
Would you like support through live chat, phone, or helpdesk?
What kind of price range would you consider reasonable for a shared hosting plan? a reseller plan?
Would a community forum with support staff and other clients be a plus to you?
Does the site's design and the software it utilizes be a concern to you?
In your opinion, what would make you choose a specific web hosting company over any other?
View 14 Replies
View Related
Oct 26, 2009
Anyone have a recent bad experience with 247-host.com?
I'm considering moving my website there.
View 8 Replies
View Related
May 4, 2008
Is there any disadvantages to hosting on a US based host? When I'm currently in the UK, I'm planning on a website with a huge amount of content, and so far only the US hosts seem to offer enough bandwidth for the price? I've checked out a lot of UK Hosts but they all seem to be considerably lower than the US bandwidths.
View 13 Replies
View Related