Search:

Type: Posts; User: wongo888; Keyword(s):

Page 1 of 7 1 2 3 4

Search: Search took 0.08 seconds.

  1. [ubuntu] Re: Convert from Win2003 to Ubuntu Server 10.04 - Samba questions

    So if your Win2003 set up is working, why wouldn't you just use that? More time to spend with the family.
  2. [ubuntu] Re: Very Slow Download Speeds From Ubuntu Server 10.10 32 bit

    Is there anything unusual in your logs?

    Can you give a detailed example of when it is "fast"?
  3. Replies
    6
    Views
    5,274

    [SOLVED] Re: Apache2 rewrite_module not loaded

    Also, check your Apache error logs.
  4. [ubuntu] Re: Very Slow Download Speeds From Ubuntu Server 10.10 32 bit

    Is your ISP shaping their traffic?
  5. Replies
    6
    Views
    5,274

    [SOLVED] Re: Apache2 rewrite_module not loaded

    Check that your Apache settings allow htaccess use in the default webroot:


    $ cat /etc/apache2/sites-available/default

    Check out the Troubleshooting section in the Apache docs
    ...
  6. Replies
    5
    Views
    524

    [ubuntu] Re: Your ideas for a basic server?

    Get a VPS. Name your "right price" on a hosting forum like webhostingtalk and see if someone can match it. You ISP will load whatever you want on it.
  7. Replies
    5
    Views
    1,233

    [all variants] Re: /etc/hosts not being used

    I seem to recall an issue once with Firefox or some other browser caching DNS results.

    Did you try it in a different browser?

    Maybe disable or flush the FF cache?

    Also, my understanding is...
  8. Replies
    3
    Views
    653

    [ubuntu] Re: Apache vhost with IP and domainnames

    Read the section under 'Basic Settings'

    https://help.ubuntu.com/10.04/serverguide/C/httpd.html
  9. Replies
    5
    Views
    665

    [ubuntu] Re: Disable GUI after usage

    If you want GUI-based admin, then you want MacOS Server or Windows Server.

    Web based admin? You probably want Webmin, Landscape or something else.

    By the time you figure out how to do whatever...
  10. Replies
    13
    Views
    3,892

    [ubuntu] Re: need help with apache and multiple websites

    I took a look at that tutorial and it looks dodgy. I have no exp with this app but it is installed as a regular deb package, so it is probably made to run off a subfolder. The nonsense with the...
  11. Replies
    13
    Views
    3,892

    [ubuntu] Re: need help with apache and multiple websites

    You might want to check your apache error log to figure out why you are seeing 403 errors
  12. Replies
    1
    Views
    328

    [SOLVED] Re: packages installation loop

    What error are you getting from:


    sudo apt-get install g++-4.4

    Copy and paste it here. Also, what are you running?


    $ uname -a
    $ lsb_release -a
  13. Replies
    13
    Views
    3,892

    [ubuntu] Re: need help with apache and multiple websites

    So what did you put into this file?

    /etc/apache2/sites-available/monitoring

    Read this

    http://httpd.apache.org/docs/current/mod/core.html#servername
  14. Replies
    3
    Views
    4,060

    [ubuntu] Re: Problem with installing tomcat6

    Honestly, if I were in your place, I'd just rebuild the machine from scratch. It would take less time.
  15. Replies
    1
    Views
    457

    [ubuntu] Re: Apatche2 SSH RAGE!!1!

    From a remote computer, check if port 22 is open using nmap (use your own IP):


    $ nmap -A -p 22 192.168.0.6
  16. Replies
    3
    Views
    4,060

    [ubuntu] Re: Problem with installing tomcat6

    You might try purging all the tc6 dependencies then reinstalling tc6



    $ sudo apt-get purge tomcat6 authbind ca-certificates-java default-jre-headless icedtea-6-jre-cacao java-common...
  17. Replies
    19
    Views
    1,009

    [SOLVED] Re: Email setup very difficult

    I use google hosted gmail. It works great. I rarely see spam.

    http://www.google.com/apps/intl/en/group/index.html
  18. [ubuntu] Re: Apache2 server on Ubuntu Server 10.10 Hacked!

    What is the purpose of this server and how valuable is it to you? If it is just a hobby box then, as long as you are sure that you're not misconfiguring sshd, just keep it patched and use the...
  19. Replies
    9
    Views
    5,704

    [ubuntu] Re: Open ports on 10.04 Apache Server

    Are you running an Airport?

    http://blog.nephtaliproject.com/?p=129
  20. Thread: mysql tmpdir

    by wongo888
    Replies
    4
    Views
    6,173

    [SOLVED] Re: mysql tmpdir

    Check your apparmor settings


    $ sudo apparmor_status

    Check messages for audit events:


    $ cat /var/log/messages
  21. Replies
    9
    Views
    5,704

    [ubuntu] Re: Open ports on 10.04 Apache Server

    This variation will give you more info on the PID, etc:


    $ netstat -anp
  22. Replies
    9
    Views
    5,704

    [ubuntu] Re: Open ports on 10.04 Apache Server

    Try the command CharlesA gave you. You can also try:


    $ sudo lsof -i
  23. Replies
    3
    Views
    430

    [ubuntu] Re: Need help with my webserver!

    I wouldn't bother setting up your own DNS servers. There are several services (like EasyDNS in Toronto) that host DNS zone files. They handle the global redundancy issues and have a simple web...
  24. [ubuntu] Re: Apache2 server on Ubuntu Server 10.10 Hacked!

    If they are writing random stuff to your filesystem then wiping the drive and starting again is probably a good idea.

    Check your other logs as they could have gotten in via another system...
  25. Replies
    3
    Views
    510

    [SOLVED] Re: CGI for Individual users

    Read up on ScriptAlias and "Options +ExecCGI". How you should proceed will depend on how you have your user dirs set up.

    http://httpd.apache.org/docs/current/howto/cgi.html
Results 1 to 25 of 151
Page 1 of 7 1 2 3 4