Commit Graph

149 Commits

Author SHA1 Message Date
Arthur Schiwon
134d72323f Merge branch 'stable5' 2013-05-31 13:34:50 +02:00
Arthur Schiwon
f3f73641d4 Merge LDAP fix from stable5 2013-05-31 13:30:41 +02:00
Arthur Schiwon
3e8a79d3b4 LDAP: add section Expert Settings 2013-05-30 19:33:31 +02:00
Arthur Schiwon
2c75b8b9bb LDAP: use correct screenshot 2013-05-30 17:18:44 +02:00
Bernhard Posselt
1baa7002d5 Mention PDO in requirements, Fix #116 2013-05-06 16:39:30 +03:00
lucas c
11abd89ba5 updated crontab example to current owncloud path 2013-05-05 12:55:39 -07:00
Kevin Brubeck Unhammer
270b26c091 typo 2013-05-01 18:58:47 +03:00
Bernhard Posselt
3af0c7fbd5 make php5-intl an optional dep 2013-04-09 14:24:02 +02:00
Bernhard Posselt
10e4033584 make php5-intl an optional dep 2013-04-09 14:22:52 +02:00
Bernhard Posselt
c55ba90c05 use contents instead of index file to generate not only the first level but also the subdirectories to fix #77 2013-04-08 13:20:10 +02:00
Bernhard Posselt
75689582d9 use contents instead of index file to generate not only the first level but also the subdirectories to fix #77 2013-04-08 13:19:57 +02:00
Bernhard Posselt
3d9c64de46 backported fix for #78 2013-04-08 11:45:31 +02:00
Bernhard Posselt
fdc1ac1935 added update hint for encryption to fix #78 2013-04-08 11:43:27 +02:00
Bernhard Posselt
72ad7aca81 Revert "version bump php to 5.3.4 to fix issue #101"
This reverts commit 8c5a98cc4d.
2013-04-08 11:28:00 +02:00
Bernhard Posselt
c88094e0ff Revert "version bump php to 5.3.4 to fix issue #101"
This reverts commit 8c5a98cc4d.
2013-04-08 11:27:43 +02:00
Bernhard Posselt
732304b397 version bump php to 5.3.4 to fix issue #101 2013-04-08 11:02:09 +02:00
Bernhard Posselt
8c5a98cc4d version bump php to 5.3.4 to fix issue #101 2013-04-08 11:01:53 +02:00
Daniel Tschinder
8791136b80 overwrite SCRIPT_FILENAME variable in nginx conf
SCRIPT_FILENAME is defined in /etc/nginx/fastcgi_params . For owncloud
we need to overwrite it, so php gets only the path/filename of the file
to be executed.
Also turn off access_log and 404 logging for robots.txt
2013-04-06 18:08:19 +02:00
André Gaul
634cab0414 Enhance lighttpd doc: enable fastcgi check-local 2013-04-06 14:27:38 +03:00
Frank Karlitschek
a4fe784968 Update update.rst
fix url
2013-04-03 17:38:55 +03:00
Frank Karlitschek
b7fb0f4fcb fix url 2013-04-03 06:15:21 +02:00
itheiss
bdedf45792 Update to reflect new parameter mail_domain
Fix for #2499
2013-03-26 10:27:40 +01:00
Victor Dubiniuk
c1037e888c Update copyright 2013-03-20 21:53:04 +03:00
Bernhard Posselt
b6cb422226 added warning about encryption app 2013-03-19 14:17:59 +01:00
Bernhard Posselt
2966c5d51f more update notices 2013-03-19 14:17:11 +01:00
Valerio Ponte
5b609e06ad clean nginx default config 2013-03-19 00:09:30 +01:00
Valerio Ponte
188093b20a clean nginx default config 2013-03-18 22:50:04 +01:00
Thomas Tanghus
0cddd511ec Add doc for updating PHP on Ubuntu 10.04 LTS 2013-03-18 14:50:17 +01:00
Thomas Tanghus
c19b6c6fe5 Add doc for updating PHP on Ubuntu 10.04 LTS 2013-03-18 14:23:17 +01:00
ThomasKramps
0dd9f05565 Update installation_others.rst
I think we don't need to define access.log and error.log since owncloud does the logging automatically in /var/log/access.log and /var/log/error.log. Setting a log level here would even rule out the gui setting in the admin section of owncloud.

…and some little design fixes.
2013-03-17 10:45:32 +01:00
ThomasKramps
01585f24a1 Update installation_others.rst
root path is normally /var/www. In default environment $server_name/htdocs throws a 404.

inlude fastcgi.conf throws 'open() "/etc/nginx/fastcgi.conf" failed (2: No such file or directory)', assuming fastcgi_params would be correct.

access_log main throws an 'unknown log format "main"', here I don't know how to fix it, so I commented it out for me. Please look into it!

First github-experience for me. If I could do something better please criticize.
2013-03-16 16:10:11 +01:00
QuentinFonteneau
b04de7196a precision on regex
Precise to use $1 and $2 for $script_name & $path_info if admin use ^(.+?\.php)(/.*)?$ instead of ^(?<script_name>.+?\.php)(?<path_info>/.*)?$
2013-03-16 11:01:10 +01:00
Bernhard Posselt
54b2b92279 Merge pull request #69 from leezu/patch-2
Update installation_others.rst
2013-03-15 15:49:52 -07:00
Felix Paetow
10a7539b71 Update configuration_database.rst
Different socket

Add information about a different socket under debian squeeze.
2013-03-15 20:55:28 +01:00
Leonard
f3b5cd18ec Update installation_others.rst
Update https rewrite.
See http://wiki.nginx.org/Pitfalls#Taxing_Rewrites
2013-03-15 12:31:33 +01:00
Ed Wildgoose
596e4d5f2c Update installation_others.rst
Update Nginx configuration

Fixes a number of potential security holes. Avoids duplication.
TODO: Further restrict locations where .php files can be found.
2013-03-14 16:07:34 +00:00
Michael Gapczynski
457de8c06e Specify config folder instead of config.php 2013-03-06 17:25:55 -05:00
Lukas Reschke
2e35fb8b1b Add information about outdated content 2013-03-03 18:27:41 +01:00
Stefan Herbrechtsmeier
b04f4de9a9 configuration_overwrite: rename to configuration_reverseproxy to match title 2013-02-23 20:24:51 +01:00
Stefan Herbrechtsmeier
d6a62059be configuration_overwrite: wrap text at 80 characters 2013-02-23 18:26:31 +01:00
Stefan Herbrechtsmeier
310a65d60f configuration_overwrite: use complete code example and add note 2013-02-23 18:16:08 +01:00
Stefan Herbrechtsmeier
d477068cce configuration_overwrite: change title to reverse proxy configuration 2013-02-23 17:47:51 +01:00
Stefan Herbrechtsmeier
fe4ac73357 admin_manual: add overwrite configuration documentation 2013-02-23 16:25:17 +01:00
Arthur Schiwon
e6c5d44a8b LDAP: updated user and group mapping part 2013-02-21 13:33:13 +01:00
Arthur Schiwon
dc6033ba68 LDAP: introduced 'Troubleshooting, Tips and Tricks' with some restructure 2013-02-21 13:22:20 +01:00
Arthur Schiwon
b8440bf27d LDAP: overhauled advanced settings 2013-02-21 12:52:35 +01:00
Arthur Schiwon
c47fb0cccd resize image 2013-02-20 20:12:56 +01:00
Arthur Schiwon
cf95a2162c LDAP: update screenshot of basic settings 2013-02-20 19:49:46 +01:00
Arthur Schiwon
3e2aeedbb9 LDAP: adjust basic settings tab 2013-02-20 19:45:02 +01:00
Arthur Schiwon
7fdef9ddfb Merge LDAP changes from stable45 2013-02-20 14:36:17 +01:00