Search:

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

Page 1 of 8 1 2 3 4

Search: Search took 0.08 seconds.

  1. Replies
    23
    Views
    7,279

    [ubuntu] Re: Web server crashing every few days

    I had a similar experience with a Ubuntu 8.x virtual server. It ran fine for a couple of years and then it started "winking out". A hardware problem was ruled out fairly quickly because the host...
  2. Replies
    5
    Views
    753

    Re: Virtual vhost testing on host

    What does the following command display when you run it on the server?


    sudo apache2ctl -S
  3. [ubuntu] Re: perl 5.12.1 on ubuntu 11.04 server error

    What do you see when you do...


    ls /usr/local/perl5.12.1/bin/*
    ...or perhaps...


    ls -l /usr/local/perl5.12.1/bin/perl
  4. Re: how to prevent apache2 under ubuntu 12.10 from blocking HTML Frames?

    Does $ipaddr contain the server's private local IP address (e.g., 192.168.x.y or 10.x.y.z), or does it contain the public external IP address?
  5. Replies
    1
    Views
    387

    [ubuntu] Re: change default location of mysql

    Take a look here:

    http://ubuntuforums.org/showthread.php?t=804126

    I just checked the config files on my 12.04 server and it looks like that solution should still work.
  6. [all variants] Re: Remove Service Controlled by Upstart From Boot in 10.04

    Yes, but the OP said they didn't like that approach because it also breaks


    service mysql start
    idallen's suggestion of creating a 'mysql.override' file does seem to work, however. I just did......
  7. [ubuntu] Re: Postfix can receive emails, but not send them.

    You may not be completely stymied. Many residential ISPs will block outbound connections on port 25 to any SMTP server other than their own. So, you might still be able to use your mail server once...
  8. Replies
    2
    Views
    3,250

    [ubuntu] Re: mysql database missing

    Before you ran the `show databases;` command you must have connected to MySQL. If you did that using the command


    mysql
    then you connected to MySQL as the "null" user (no username and no...
  9. [other] Re: Apache - one site from several servers

    I started feeling guilty after sending you on a bit of a wild goose chase with the results of my Google searches, so I thought I'd try it myself. I created a site in the root of my 64-bit test...
  10. Replies
    5
    Views
    753

    Re: Virtual vhost testing on host

    1) When you cloned the 'default' file in /etc/apache2/sites-available and renamed the copies to 'site1.com' and 'site2.com' did you also change the ServerName, ServerAlias, and DocumentRoot...
  11. Replies
    22
    Views
    2,397

    [ubuntu] Re: A subdomain on a ubuntu server .

    Did you try clicking on the thumbnail? That should display a larger image.


    Because I'm using Dynamic DNS (DDNS) I have to run a DDNS updater on one of my machines. It checks my current (dynamic)...
  12. [other] Re: Apache - one site from several servers

    After a bit more searching I found another suggestion here. Does that help? (It looks like mod_proxy_html is in the mix, too.)
  13. Replies
    22
    Views
    2,397

    [ubuntu] Re: A subdomain on a ubuntu server .

    Yes, if you are behind a router that does Port Forwarding (and nowadays even the most inexpensive home WiFi routers do).
  14. Replies
    22
    Views
    2,397

    [ubuntu] Re: A subdomain on a ubuntu server .

    Yes, I have my domain registered with Dyn. I went to http://dyn.com/ and subscribed to their "Domain Registration" and "Dyn Standard DNS" services. I chose Dyn because I knew that I could get Dynamic...
  15. Replies
    22
    Views
    2,397

    [ubuntu] Re: A subdomain on a ubuntu server .

    A static IP address is not absolutely necessary, but it does make things simpler. Running a server on a dynamic IP address requires the use of a Dynamic DNS (DDNS) service to keep your DNS records...
  16. Replies
    22
    Views
    2,397

    [ubuntu] Re: A subdomain on a ubuntu server .

    If you want the name 'email.raafat.org' to be accessible by other machines out on the Internet then a DNS entry must exist for it. You don't have to explicitly "reserve" it with every DNS server in...
  17. [other] Re: Apache - one site from several servers

    I found a Stack Overflow article here which suggests that a solution without moving the app(s) might be as simple as using both ProxyPass and ProxyPassReverse, as in


    ProxyPass /foo/...
  18. [ubuntu] Re: Moving phpbb3 from //ip/phpbb to //ip/

    In the tutorial you cited, phpBB is activated by creating the link


    sudo ln -s /usr/share/phpbb3/www /var/www/phpbb
    Since phpBB is actually stored in /usr/share/phpbb3/www you can make it appear...
  19. [other] Re: Apache - one site from several servers

    There might be some way to map the requests back and forth, and rewrites seem a likely candidate. However, it might be easier to just move the web application from 192.168.1.10/ to 192.168.1.10/foo/...
  20. Replies
    22
    Views
    2,397

    [ubuntu] Re: A subdomain on a ubuntu server .

    Perhaps more information might be forthcoming if you were a bit more specific about what you want to do with those subdomains. As lisati mentioned, the definition of those subdomains is controlled by...
  21. [other] Re: Apache - one site from several servers

    You want to set up a reverse proxy. I found a blog posting here that should get you started:

    http://whitehat.williamlee.org/2011/05/apache2-modproxy-as-reverse-proxy-on.html
  22. Replies
    3
    Views
    1,473

    [ubuntu] Re: apache access.log strange entry

    The first entry, '209.232-pool.nikopol.net', is the remote host that is sending the HEAD requests to your server. If it is not being spoofed then it is an IP address for the ISP "PP MainStream" in...
  23. [ubuntu] Re: WordPress - folders holding all files of the website

    A WordPress site is not just a bunch of files. It is a bunch of files (web scripts) that provide the basic structure AND a database that contains the actual content (stuff that you've added to the...
  24. Replies
    7
    Views
    2,819

    [ubuntu] Re: Samba and Windows 7

    I just enabled folder sharing on a fresh Ubuntu 12.04 LTS virtual machine and I didn't have to mess with smb.conf at all. I just created the folder...

    /home/gord/Shared

    ...in Nautilus, then I...
  25. Replies
    7
    Views
    2,819

    [ubuntu] Re: Samba and Windows 7

    What, if anything, does the following Terminal command display?


    dpkg --get-selections | grep libpam-smbpass
Results 1 to 25 of 187
Page 1 of 8 1 2 3 4