Ticket #1070 (php-fpm and domain.com not working) created

  • [feedquote='Trac','http://trac.i-mscp.net/ticket/1070']

    I just setup a fresh install on ubuntu, all was fine until i installed joomla into the /htdocs of the subdomain. it gives a 500 error on the url.

    searching configs i found, so it seems we arent creating the socket for domains.

    root@web:/etc/apache2# grep -R "php5-fcgi-optimcloud.com" *
    sites-available/optimcloud.com.conf: Alias /php5-fcgi /var/lib/apache2/fastcgi/php5-fcgi-optimcloud.com
    sites-available/optimcloud.com.conf: FastCGIExternalServer /var/lib/apache2/fastcgi/php5-fcgi-optimcloud.com \
    sites-enabled/optimcloud.com.conf: Alias /php5-fcgi /var/lib/apache2/fastcgi/php5-fcgi-optimcloud.com
    sites-enabled/optimcloud.com.conf: FastCGIExternalServer /var/lib/apache2/fastcgi/php5-fcgi-optimcloud.com \
    root@web:/etc/apache2# ls -al /var/lib/apache2/fastcgi/
    total 12
    drwxr-xr-x 3 www-data www-data 4096 Apr 6 12:46 .
    drwxr-xr-x 6 root root 4096 Apr 6 12:46 ..
    drwx------ 2 www-data www-data 4096 Apr 6 12:46 dynamic
    root@web:/etc/apache2# ls -al /var/lib/apache2/fastcgi/php5-fcgi-optimcloud.com
    ls: cannot access /var/lib/apache2/fastcgi/php5-fcgi-optimcloud.com: No such file or directory
    [/feedquote]