<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>selfoss support forum - Problem Installing</title>
<link>https://forum.selfoss.aditu.de/</link>
<description>selfoss support forum</description>
<language>en</language>
<item>
<title>Problem Installing (reply)</title>
<content:encoded><![CDATA[<p>Hi,<br />
Have the same problem and no solution…</p>
<p>I've got many users and the solution i used was many selfoss installations in subfolders.<br />
all is working with apache. but since I'm trying ti use it with nginx, i've got problems.</p>
<p>Selfoss easily working as single installation in a virtualhost<br />
for you : change your root like this :</p>
<p>root /var/www/mydomain.com/selfoss;</p>
<p>(maybe : server_name <strong>www.</strong>mydomain.com; or server_name <strong>rss.</strong>mydomain.com; ... can help)<br />
and it should work …</p>
<p>but i never get it working in a subfolder like <em>rss.mydomain.com/user1</em><br />
 <br />
if someone could give some help!</p>
<p>thanks</p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=1171</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=1171</guid>
<pubDate>Mon, 14 Mar 2016 21:53:19 +0000</pubDate>
<dc:creator>ekoz</dc:creator>
</item>
<item>
<title>Problem Installing</title>
<content:encoded><![CDATA[<p>When I saw the installation process it was quite straight forward, I installed it on my ubuntu 14.04 VPS, using MYSQL,Nginx.</p>
<p>But I keep getting this error message:</p>
<p>2016/03/13 17:05:23 [error] 7909#0: *6 FastCGI sent in stderr: &quot;PHP message: HTTP 404 (GET /mydomain.com/all-v2.14.js)&quot; while reading response header from upstream, client: 179.53.48.73, server: mydomain.com, request: &quot;GET /mydomain.com/all-v2.14.js HTTP/1.1&quot;, upstream: &quot;fastcgi://unix:/var/run/php5-fpm.sock:&quot;, host: &quot;mydomain.com&quot;, referrer: &quot;http://mydomain.com/&quot;</p>
<p>This is m Nginx Server block</p>
<p>server {<br />
    listen 80;<br />
    #listen [::]:443 ssl;<br />
    server_name mydomain.com;<br />
    root /var/www/mydomain.com/;<br />
    access_log /var/log/nginx/rss.access.log;<br />
    error_log /var/log/nginx/rss.error.log;<br />
    location ~* \ (gif|jpg|png) {<br />
        expires 30d;<br />
    }<br />
    location ~ ^/favicons/.*$ {<br />
        try_files $uri /data/$uri;<br />
    }<br />
    location ~ ^/thumbnails/.*$ {<br />
        try_files $uri /data/$uri;<br />
    }<br />
    location ~* ^/(data\/logs|data\/sqlite|config\.ini|\.ht) {<br />
        deny all;<br />
    }<br />
    location / {<br />
        index index.php index.html index.htm;<br />
        try_files $uri /public/$uri /index.php$is_args$args;<br />
    }<br />
    location ~ \.php$ {<br />
        fastcgi_pass unix:/var/run/php5-fpm.sock;<br />
        fastcgi_index index.php;<br />
        fastcgi_param SCRIPT_FILENAME $document_root/$fastcgi_script_name;<br />
        include fastcgi_params;<br />
    }<br />
}</p>
<p>Here is a Screen shot of what I get </p>
<p><img src="https://forum.selfoss.aditu.de/images/uploaded/2016031321494556e5e0798c1e0.png" alt="[image]" /></p>
]]></content:encoded>
<link>https://forum.selfoss.aditu.de/index.php?id=1167</link>
<guid>https://forum.selfoss.aditu.de/index.php?id=1167</guid>
<pubDate>Sun, 13 Mar 2016 21:50:11 +0000</pubDate>
<dc:creator>juhenriquez</dc:creator>
</item>
</channel>
</rss>
