Jump to content
Compatible Support Forums

penguin

Members
  • Content count

    8
  • Joined

  • Last visited

    Never

Everything posted by penguin

  1. penguin

    HELP

    any luck with this?
  2. penguin

    HELP

    log in as your normal user and su to root. You should never log in directly as root.
  3. penguin

    HELP

    lol. It is a standard apache command. It works on all Linux OS's. btw. I did this on RH. 9. type the following command into your terminal. mv /etc/httpd/conf.d/ssl.conf /root Then start apache.
  4. penguin

    HELP

    You can also save some typing when starting and stopping the server. Instead of Code: /etc/rc.d/init.d/httpd start use Code: apachectl start to start Code: apachectl stop to stop Code: apachectl restart to restart ...etc type man apachectl for more uses
  5. penguin

    HELP

    relax a bit. No one said you typed in a command to start SSL. It is int he httpd.conf that is calling ssl.conf. You can do two things. Change the line in httpd.conf that says Code: ## Load config files from the config directory "/etc/httpd/conf.d".#Include conf.d/*.conf It is currently set to load all .conf files in the conf.d directory. Change it so it does not call all of them or just move ssl.conf from /etc/httpd/conf.d/ to another directory.
  6. penguin

    HELP

    Unless you need ssl support for your webserver just comment out that line in your httpd.conf. If you need ssl and have your certificate then you need to place it in /etc/httpd/conf/ssl.crt or change your config file to point to where you already have it.
  7. penguin

    64Bit Linux Distro needed

    Suse Pro also supports Opteron
  8. penguin

    Linux and Yahoo messenger.....geez!

    I would recommend GAIM also. Works great!
×