This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
181
Archived fixes / Re: Installation problem
« on March 4th, 2014, 03:43 PM »
And fixed.
Apache setups on Ubuntu have to handle some permission changes. Make sure your webserver directory runs under the same user as your webserver.
Code: [Select] Also there's need to allow Apache to follow symlinks:
Code: [Select] If you don't have access to httpd.conf you can set it in .htaccess:
Code: [Select] But it's not recommended. Setting it global in httpd.conf is more performant than putting it in .htaccess.
Apache setups on Ubuntu have to handle some permission changes. Make sure your webserver directory runs under the same user as your webserver.
chown -R www-data:www-data /var/wwwOptions FollowSymLinksOptions +FollowSymLinks182
Archived fixes / Re: Installation problem
« on March 4th, 2014, 02:48 PM »
Can you grant me SSH access to your server?
If not, I need all files that are included in /etc/apache2.
If not, I need all files that are included in /etc/apache2.
183
Archived fixes / Re: Installation problem
« on March 4th, 2014, 02:33 PM »
Sure you have restart your webserver?
184
Archived fixes / Re: Installation problem
« on March 4th, 2014, 02:26 PM »
I'm sure you'll get this error because of the missing "Options FollowSymLinks" directive.
185
Archived fixes / Re: Installation problem
« on March 4th, 2014, 02:21 PM »
Please add the follwing after DocumentRoot:
Code: [Select]
Then restart Apache. I think this should solve your problem.
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
Then restart Apache. I think this should solve your problem.
186
Archived fixes / Re: Installation problem
« on March 4th, 2014, 02:15 PM »
Did you have a file in this folder?
/etc/apache2/sites-enabled/
If so, please post it's content.
/etc/apache2/sites-enabled/
If so, please post it's content.
187
Archived fixes / Re: Installation problem
« on March 4th, 2014, 02:04 PM »188
Archived fixes / [Time Zone] Re: is 12 hours away from now
« on March 4th, 2014, 02:01 PM »
Never touched that setting before.
Bsck to the future ;)
Bsck to the future ;)
189
Archived fixes / [Time Zone] Re: is 12 hours away from now
« on March 4th, 2014, 01:48 PM »
Forget it.
My timezone setting was Samoa-Time :lol:
Never changed it. Dunno why this happend.
My timezone setting was Samoa-Time :lol:
Never changed it. Dunno why this happend.
190
Archived fixes / [Time Zone] is 12 hours away from now
« on March 4th, 2014, 01:45 PM »
Posted just now. Look at the screenshot.
191
Archived fixes / Re: Installation problem
« on March 4th, 2014, 01:39 PM »
Please take a look at your .htaccess.
Is there a line with:
Code: [Select] If it's commented out, please remove the #.
Is there a line with:
#Options +FollowSymLinks192
Archived fixes / Re: Installation problem
« on March 4th, 2014, 01:31 PM »
Can you please post the last view lines of your Apaches access.log?
Error 500 is worse, because it can be anything.
Error 500 is worse, because it can be anything.
193
Archived fixes / [Full Editor] Re: Text is empty error
« on March 4th, 2014, 10:55 AM »
*lol*
OK, already mentioned, but completely forgotten by me :)
OK, already mentioned, but completely forgotten by me :)
194
Archived fixes / Re: Notification mails are send twice
« on March 3rd, 2014, 08:41 PM »
Can be closed for know. :)
Will report if it strikes me again.
Will report if it strikes me again.