Search:

Type: Posts; User: fish

Page 1 of 5 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    3
    Views
    839

    For an external (javascript based) Statcounter...

    For an external (javascript based) Statcounter should be fine. If you have Awstats on your server it might be possible for you to edit parts of the configuration. Check with your web host if/how you...
  2. Replies
    16
    Views
    17,061

    It might be the different shebang-line...

    It might be the different shebang-line (#!usr/bin/...). Check your error logs for any signs of what is going wrong. You can also add
    import cgitb
    cgitb.enable()
    to your scripts (just after the...
  3. Replies
    16
    Views
    17,061

    There is a function in the cgi module that will...

    There is a function in the cgi module that will output some basic information about the environment, not totally unlike phpinfo(). But it will not give any detailed infomration about the Python...
  4. Replies
    6
    Views
    899

    SSH only for administration so you don't need a...

    SSH only for administration so you don't need a control panel.
    Disable any services you don't need.
    Use SQLite instead of running a database server.
  5. Replies
    23
    Views
    1,201

    I wonder what they will do when a disk is full...

    I wonder what they will do when a disk is full :confused:







    (Wild guess: Kick of the one who is using most disk space.)
  6. Replies
    14
    Views
    2,659

    The only case where I have seen background...

    The only case where I have seen background processes allowed are specialized python hosting because the cool python frameworks run their own server.
    I will also suggest looking for a VPS but you...
  7. Thread: Site5.com? in Web Hosting

    by fish
    Replies
    18
    Views
    2,389

    I have NetAdmin3 in my account and it does more...

    I have NetAdmin3 in my account and it does more or less the same as a standard Cpanel but I think it is a little more user friendly.

    NetAdmin is actually a skin for Cpanel, check question 3 in...
  8. Replies
    13
    Views
    1,016

    VPS = Virtual Private Server. It's like a...

    VPS = Virtual Private Server. It's like a dedicated server except there are many on one physical server. You have your own software environment and can install anything you like but the hardware is...
  9. Replies
    19
    Views
    1,910

    It sounds like you need to optimize your code....

    It sounds like you need to optimize your code. Even 1 second is an awful amount of time for database querying to build one page.
    It's not the site in your signature you're talking about? It needed...
  10. http://www.verisign.com/verisign-inc/news-and-even...

    http://www.verisign.com/verisign-inc/news-and-events/news-archive/us-news-2004/page_015894.html

    .info and .biz had this (or something similar) from the start.
  11. Replies
    9
    Views
    1,307

    That's worthless. What matters is the uptime of...

    That's worthless. What matters is the uptime of their customers websites, not the host's website.
  12. Replies
    17
    Views
    1,115

    I think you will find the threads in the Running...

    I think you will find the threads in the Running a web hosting business tutorials forum quite interesting (if you haven't already studied them).
  13. I think Getting started with Ruby...

    I think Getting started with Ruby is a good place to start. There's also an interesting MVC framework called Ruby on rails.
  14. Replies
    12
    Views
    1,312

    That's good news :clap: But $1 billion is a...

    That's good news :clap:
    But $1 billion is a litlte over the top.
  15. Thread: Lunar pages in Web Hosting

    by fish
    Replies
    28
    Views
    7,553

    Re: Re: Lunar pages - not suitable for high bandwidth sites

    What are you talking about? Topic 19638 at Lunarforums was started Wed Sep 15, 2004 10:41 am and locked 2 days later...
  16. I would add Python and even Ruby if you want to...

    I would add Python and even Ruby if you want to be different to the list of programming languages you can use for server side programming. Open source, object oriented, flexible..
  17. What's more important is that Awstats has more...

    What's more important is that Awstats has more detailed statistics. It's hardly possible to get any useful info out of Webalizer statistics except for amount of traffic
  18. That shouldn't be a problem with one or two pages...

    That shouldn't be a problem with one or two pages on each domain.
  19. Replies
    6
    Views
    890

    It's "web host" in norwegian, swedish and danish....

    It's "web host" in norwegian, swedish and danish. Maybe in other european languages too.
  20. Replies
    10
    Views
    1,717

    Be aware that some hosts claiming Python support...

    Be aware that some hosts claiming Python support only have a really old version (1.5.2).
  21. I'm pretty sure all those other blogs have RSS...

    I'm pretty sure all those other blogs have RSS too, any decent blog software should have it.
    FTP access is included with any hosting account.

    But the feature list for BlogWare looks good. Guess...
  22. Replies
    30
    Views
    3,410

    One advantage with XML is that you can easily...

    One advantage with XML is that you can easily parse it with any common programming language.
  23. Sticky: 100th post!

    In just two and a half years. Anyone slower?
  24. Replies
    4
    Views
    632

    That's quite correct. Server side programming in...

    That's quite correct. Server side programming in Java is not limited to JSP, there are also Java Servlets which looks just like normal Java programs. JSP's are actually translated to servlets before...
  25. Do you mean that no stats at all are availaible...

    Do you mean that no stats at all are availaible from the last 6 months in Cpanel? (Latest visitors, logs, Awstats and Webalizer) Nothing available from the log manager?

    As long as you have the...
Results 1 to 25 of 124
Page 1 of 5 1 2 3 4