• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. techworld
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 5
    • Best 0
    • Controversial 0
    • Groups 0

    techworld

    @techworld

    0
    Reputation
    395
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    techworld Unfollow Follow

    Latest posts made by techworld

    • RE: Nginx installation guide for Debian Wheezy

      I installed FOG again, and same issue happened.

      1. /opt/fog/.fogsettings is nowhere to be found.

      2. Can’t find the proper file to stop apache2.

      drwxr-xr-x 8 root root 4096 Aug 21 14:10 …
      drwxr-xr-x 2 fog fog 4096 Aug 21 14:10 bin
      -rwxr-xr-x 1 fog fog 27695 Jul 20 2014 changelog.txt
      drwxr-xr-x 3 fog fog 4096 Aug 21 14:10 FOGCrypt
      drwxr-xr-x 4 fog fog 4096 Jul 21 2014 FOG Service
      -rwxr-xr-x 1 fog fog 1419 May 28 2014 installation.txt
      drwxr-xr-x 2 fog fog 4096 Aug 21 14:10 kernel
      drwxr-xr-x 5 fog fog 4096 Jul 21 2014 lib
      -rwxr-xr-x 1 fog fog 35147 Feb 12 2008 license.txt
      drwxr-xr-x 6 fog fog 4096 Jul 21 2014 packages
      drwxr-xr-x 2 fog fog 4096 Aug 21 14:11 rpttmp
      drwxr-xr-x 7 fog fog 4096 Jul 21 2014 src
      drwxr-xr-x 7 fog fog 4096 Aug 21 14:10 utils ```

      1. This is installation error message: ```

      Configuring services.

      • Setting up and starting MySql…OK

      • Backing up user reports…OK

      • Did you leave the mysql password blank during install? (Y/n) n

      • Please enter your mysql password:

      • Please re-enter your mysql password:

      • Setting up and starting Apache Web Server…Failed!
        Script done, file is /var/log/foginstall.log ```

      posted in Linux Problems
      T
      techworld
    • RE: Nginx installation guide for Debian Wheezy

      @Joe-Schmitt
      Hi,
      I’m not concern about the upgrade process right now.
      Do I follow Wayne’s guide to remove Apache2 after the installation in order for Nginx to work?

      posted in Linux Problems
      T
      techworld
    • RE: Nginx installation guide for Debian Wheezy

      @Wayne-Workman

      I think I found the php-fpm setting for Nginx:

      upstream php-handler {
          server 127.0.0.1:9000;
          #server unix:/var/run/php5-fpm.sock;
      

      So there is no other way to avoid Apache2 install prior to the installion?
      I don’t want Apache2 mess it up with my Nginx.
      I tried earlier today, and it screw me up.

      Another thing I notice that since we save (upload) images to the server, we need to define the client max size too, right?
      Maybe like this ?

      client_max_body_size 20m;
      client_body_buffer_size 128k;```
      posted in Linux Problems
      T
      techworld
    • RE: Nginx installation guide for Debian Wheezy

      Hi,

      I’d set up a few webserver, if you guys can point in me the direction, I think I can set it up.
      If I successfully set it up, I would post my result here.

      In the mean time, we’re getting somewhere here.
      I don’t have /etc/php-fpm.d/www.conf in my server.
      It has these: /etc/php5/fpm$ ls -la total 84 drwxr-xr-x 3 root root 4096 Jun 29 18:19 . drwxr-xr-x 8 root root 4096 Jun 30 19:05 .. lrwxrwxrwx 1 root root 9 Mar 11 19:23 conf.d -> ../conf.d -rw-r--r-- 1 root root 4555 May 22 2015 php-fpm.conf -rw-r--r-- 1 root root 64378 Jun 16 18:12 php.ini drwxr-xr-x 2 root root 4096 Aug 19 13:35 pool.d

      My question is when I follow the instruction, Apache2 is install automatically.
      How do I avoid that?

      posted in Linux Problems
      T
      techworld
    • Nginx installation guide for Debian Wheezy

      Hi all,

      I’m currently using Clonezilla, and would like to try out FOG.
      However, I can’t find a installation guide for Nginx.
      My server is currently running on Nginx, therefore, Apache 2 causing conflict for me.

      Thanks in advance.

      posted in Linux Problems
      T
      techworld