Commit Graph

46 Commits

Author SHA1 Message Date
Florian Selent
20f579188b Fixing Apache 2.4 example config
Using the config before my commit (including "Order allow,deny") my apache (2.4.4) always showed an 403-Error on any OC page.
Don't know exactly why that line is bad, but Apache also recommends it this way. (http://httpd.apache.org/docs/2.4/upgrading.html#run-time)

And it works :)
2013-12-22 00:31:36 +01:00
Diederik de Haas
25192b1d19 Externalized the php handler.
This makes it easy to switch the handler, especially if you have the
fastcgi_pass directive more then one time.
2013-12-14 02:06:40 +01:00
Vincent Petry
1f2f6356ac Merge pull request #202 from owncloud/oc6-manual-installation-cleanup
list required php modules in a distribution independent style
2013-12-11 09:26:54 -08:00
Thomas Müller
c6c43595e3 ffmpeg 2013-12-11 18:18:42 +01:00
Thomas Müller
f8bee7d50a list required php modules in a distribution independent style 2013-12-11 18:09:42 +01:00
blizzz
dc52b0b21b Merge pull request #201 from owncloud/oc6-cleanup
Oc6 cleanup
2013-12-11 07:56:22 -08:00
Thomas Müller
cf3f6e1589 fixing appliance page:
links to PCLinuxOS and Fedora are hopelessly outdated
2013-12-11 16:23:52 +01:00
Thomas Müller
e0ed9e0bbf For Linux we recommend our packages from OBS - otherwise manual installation is required 2013-12-11 15:54:56 +01:00
Morris Jobke
08b73bcc7b Remove duplicate fedora entry 2013-12-11 11:37:27 +01:00
Vincent Petry
27b97cc476 Fixed install dependencies
Fixed minimum required PHP version (Fixes #198)
Added ext storage deps
Added pictures app EXIF deps
2013-12-11 10:58:33 +01:00
Thomas Müller
cd54ca8211 fixing: WARNING: Explicit markup ends without a blank line & WARNING: Enumerated list ends without a blank line 2013-11-25 09:49:57 +01:00
Thomas Müller
77ff76225e fixing typos and spelling + respect max characters of 80 2013-11-25 09:26:46 +01:00
Daniel Molkentin
7c1f72a567 40x.php do not determine the error, they only display it
http://wiki.nginx.org/HttpCoreModule#error_page

See https://github.com/owncloud/mirall/issues/1098#issuecomment-26331473
2013-10-15 15:01:47 +02:00
dietmaroc
79c0b60fa4 Update installation_windows.rst 2013-09-25 10:47:54 +02:00
Ryan
2aeaea89c7 Fixed lighttpd configuration 2013-09-02 23:19:04 +12:00
dietmaroc
cc755a3868 Update installation_others.rst 2013-08-08 16:00:12 +02:00
dietmaroc
d1a51a4305 Update installation_others.rst 2013-08-08 15:53:25 +02:00
dietmaroc
afd3dd294a Update installation_others.rst
Inserted link from open Wrt-Tutorial
2013-08-08 10:38:27 +02:00
Arthur Schiwon
40abc5608a Merge branch 's5-ucs' into stable5 2013-08-08 09:35:53 +02:00
Arthur Schiwon
0447f9a197 UCS: Reinstall instructions 2013-08-08 09:35:22 +02:00
Arthur Schiwon
b31432dbd2 UCS: More details about install via AppCenter 2013-08-08 09:24:45 +02:00
Arthur Schiwon
d76cc97810 Fix Formatting 2013-08-08 09:09:21 +02:00
Daniel Molkentin
5a812347c3 Fix formatting 2013-08-01 17:34:50 +02:00
Daniel Molkentin
b4fe0bac67 Explain Proper Windows IIS Verb Handling
Fixes #142
2013-08-01 17:12:13 +02:00
Arthur Schiwon
90526599aa UCS: update installation procedure and postconfig 2013-07-31 18:05:18 +02:00
Arthur Schiwon
4ffbbd4842 UCS: UCR Intro up to date, update UCR table with new options 2013-07-31 17:55:09 +02:00
Arthur Schiwon
573f760459 UCS: since UCS 3.1 all prerequistes are given, nothing to do 2013-07-31 17:28:06 +02:00
RealRancor
b66a40325b Added php5-pgsql package to text 2013-06-08 12:14:19 +02:00
Daniel Molkentin
8dbd770dcd Mac OS support is broken 2013-06-05 23:49:00 +02:00
Bernhard Posselt
1baa7002d5 Mention PDO in requirements, Fix #116 2013-05-06 16:39:30 +03:00
Bernhard Posselt
3af0c7fbd5 make php5-intl an optional dep 2013-04-09 14:24:02 +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
732304b397 version bump php to 5.3.4 to fix issue #101 2013-04-08 11:02:09 +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
Valerio Ponte
188093b20a clean nginx default config 2013-03-18 22:50:04 +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
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
Bernhard Posselt
697e023734 improvements 2013-02-08 18:24:55 +01:00
Georg Ehrke
2eda97f1f7 Update admin_manual/installation/installation_macos.rst 2013-02-08 18:08:18 +01:00
Bernhard Posselt
a3c497bd9f other installs improvements 2013-02-08 17:14:26 +01:00
Bernhard Posselt
7c9a668d27 improved win installation 2013-02-08 17:00:07 +01:00
Bernhard Posselt
82d4a09a21 restructured admin stuff and fixed warnings 2013-02-08 14:36:59 +01:00