Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.17 seconds.

  1. [SOLVED] Re: PHP upload_max_filesize and PHP post_max_size

    I have solved this, more or less as a workaround. There is nothing wrong with the php.ini file, however, this webapp is either not reading php.ini or is overriding the values in php.ini. I found a...
  2. [SOLVED] Re: PHP upload_max_filesize and PHP post_max_size

    I have Googled this for ages; all to no avail. I get several confirmations that /etc/ph5/apache2/php.ini is the only configuration file that is i effect. I have no idea where the 2M and 8M values are...
  3. [SOLVED] Re: PHP upload_max_filesize and PHP post_max_size

    I have searched. There are just these, and they have all been updated (see my first post):


    /etc/php5/fpm/php.ini
    /etc/php5/apache2/php.ini
    /etc/php5/cli/php.ini
  4. [SOLVED] Re: PHP upload_max_filesize and PHP post_max_size

    Yes, I restarted Apache2.

    Here is the snippet from my php.ini file:


    ; Maximum allowed size for uploaded files.
    ; http://php.net/upload-max-filesize
    upload_max_filesize = 40M
  5. [SOLVED] PHP upload_max_filesize and PHP post_max_size

    On an Ubuntu 14.04 server, several Apache/PHP5 web applications that I have been installing, say, Zurmo, and SuiteCRM, are stating that my PHP upload and post size values are insufficient. I have...
  6. Re: I'm looking for a web based client with backup utilitie for my ubuntu server

    Have you checked out BackupPC? I have been using it for a couple of years. It has a nice web interface; make sure to password protect the web console.
    ...
  7. Replies
    6
    Views
    7,388

    [SOLVED] Re: Cannot ssh onto server with key file

    I'm in. The mistake was in the certificate creation. The following is what I used, and it worked:


    openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout azure.key -out azure_pub.pem -subj...
  8. Replies
    6
    Views
    7,388

    [SOLVED] Re: Cannot ssh onto server with key file

    ssh-keygen keys will not work with Azure. They require openssl-generated ones. See :http://www.ubuntu.com/cloud/tools/snappy
    Thanks.
  9. Re: How can I SSH into an official 14.04 Azure instance?

    Could you please explain the solution. I am in a similar situation. Thanks.
  10. Replies
    6
    Views
    7,388

    [SOLVED] Re: Cannot ssh onto server with key file

    openssl req -x509 -nodes -days 365 -newkey rsa:2048 \
    -keyout azure.key -out azure_pub.pem -subj "/CN=${USER}/"
  11. Replies
    6
    Views
    7,388

    [SOLVED] Cannot ssh onto server with key file

    Hello Ubuntu Gurus,

    Whenever I try to connect to an Ubuntu Server, I get the following:



    localuser@LocalMachine:~$ ssh -i ~/.ssh/myprivate.key -vvv user@domain.com
    OpenSSH_6.6.1, OpenSSL...
  12. [SOLVED] Re: Dual Boot Windows 8.1 with Ubuntu 14.04 UEFI with caching SSD and HDD

    Thanks for the tip, oldfred. Consider this issue resolved.
  13. [SOLVED] Re: Dual Boot Windows 8.1 with Ubuntu 14.04 UEFI with caching SSD and HDD

    Thanks Oldfred. You rock!!! :guitar:The installation was successful.

    I just need help with one more thing before considering this issue resolved.

    Ubuntu sees all Windows 8 partitions through...
  14. [SOLVED] Re: Dual Boot Windows 8.1 with Ubuntu 14.04 UEFI with caching SSD and HDD

    Sorry, I forgot to say that the following page answered my last question about the "device for boot loader installation": https://help.ubuntu.com/community/Grub2/Installing

    Thanks,
    :KS
    AC
  15. [SOLVED] Re: Dual Boot Windows 8.1 with Ubuntu 14.04 UEFI with caching SSD and HDD

    I am installing it now.
  16. [SOLVED] Re: Dual Boot Windows 8.1 with Ubuntu 14.04 UEFI with caching SSD and HDD

    I prefer to keep the Windows SSD cache feature.
    In which partition do I set as the "Device for boot loader installation"? Do I use the root partition that I will create for Ubuntu on /dev/sda* or I...
  17. [SOLVED] Re: Dual Boot Windows 8.1 with Ubuntu 14.04 UEFI with caching SSD and HDD

    Also, what does the following mean?



    Warning: Unable to open /dev/sr0 read-write (Read-only file system). /dev/sr0
    has been opened read-only.
    Error: Can't have a partition outside the disk!...
  18. [SOLVED] Re: Dual Boot Windows 8.1 with Ubuntu 14.04 UEFI with caching SSD and HDD

    I prefer to keep the Windows SSD cache feature.
    In which partition do I set as the "Device for boot loader installation"? Do I use the root partition that I will create for Ubuntu on /dev/sda* or I...
  19. [SOLVED] Dual Boot Windows 8.1 with Ubuntu 14.04 UEFI with caching SSD and HDD

    Hello Folks,

    I am trying to dual boot Ubuntu desktop 14.04 with Windows 8.1 on an Asus Ultrabook (Vivobook). This device has a 24GB SSD and a 750GB HDD. I can see the HDD in Windows Disk...
  20. [ubuntu] Re: Best solution for serving images on webserver

    You should consider using CDN if you have a high traffic website.
  21. [ubuntu] Re: web server keeps redirecting to 192.xxx,xx/ outside of the home network

    Try replacing the IP address with an asterisk in the virtual host section of your Wordpress site's apache config file. The config file I am referring to is located at \etc\apache2\sites-available....
  22. [ubuntu] Re: Web server with public IP address not reachable via domain name in the web brows

    Try putting the server in DMZ for a short while and remove any /etc/hosts entries for the domain name and see if you can access the site via the domain name.
  23. Replies
    7
    Views
    16,665

    [ubuntu] Re: Apache2 restart issues

    What does the apache log say?
  24. [SOLVED] Re: LDAP and /etc/sudoers

    Does this help?

    http://manpages.ubuntu.com/manpages/karmic/man5/sudoers.ldap.5.html
  25. Replies
    6
    Views
    684

    [ubuntu] Re: Website Slow Downs

    If you access the website via the domain name, even from within the LAN, the domain will resolve via the internet, as if you're accessing it externally. Try accessing the website using the server's...
Results 1 to 25 of 76
Page 1 of 4 1 2 3 4