Linux Tutorials on the topic “suse”
-
Installing PHP5 Debugger On OpenSUSE 11.3
Author: wintel2006 • Tags: apache, php, suse • Comments: 3
Installing PHP5 Debugger On OpenSUSE 11.3 This tutorial shows how to install php5 debugger (xdebug) on OpenSUSE 11.3.The reason I use xdebug is, as far as I know now, xdebug supports php 5.3 or above.
-
How To Set Up WebDAV With Apache2 On OpenSUSE 11.3
Author: Falko Timme • Tags: apache, suse • Comments: 1
How To Set Up WebDAV With Apache2 On OpenSUSE 11.3 This guide explains how to set up WebDAV with Apache2 on an OpenSUSE 11.3 server. WebDAV stands for Web-based Distributed Authoring and Versioning and is a set of extensions to the HTTP protocol that allow users to directly edit files on the Apache server so that they do not need to be downloaded/uploaded via FTP. Of course, WebDAV can also be used to upload and download files.
-
How To Set Up Apache2 With mod_fcgid And PHP5 On OpenSUSE 11.3
Author: Falko Timme • Tags: apache, php, suse • Comments: 0
How To Set Up Apache2 With mod_fcgid And PHP5 On OpenSUSE 11.3 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on OpenSUSE 11.3. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user.
-
-
Script For Automatically Setting Up A Perfect Server On OpenSUSE 11.2 And Installing ISPConfig 3
Author: george_yohng • Tags: ispconfig, suse • Comments: 1
Script For Automatically Setting Up A Perfect Server On OpenSUSE 11.2 And Installing ISPConfig 3 Here's a little script that automates the task of setting up a Perfect Server - OpenSUSE 11.2 x86_64 [ISPConfig 3], and in the end it also installs ISPConfig 3.If you are installing on OpenSUSE 11.3, please be sure to use another version of this script (also available on www.howtoforge.com).
-
The Perfect Server - OpenSUSE 11.3 x86_64 [ISPConfig 2]
Author: Falko Timme • Tags: suse, ispconfig • Comments: 1
The Perfect Server - OpenSUSE 11.3 x86_64 [ISPConfig 2] This is a detailed description about how to set up an OpenSUSE 11.3 server (x86_64) that offers all services needed by ISPs and hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Dovecot POP3/IMAP, Quota, Firewall, etc. In the end you should have a system that works reliably, and if you like you can install the free webhosting control panel ISPConfig 2 (i.e., ISPConfig runs on it out of the box).
-
Integrating XCache Into PHP5 And Lighttpd (OpenSUSE 11.2)
Author: Falko Timme • Tags: lighttpd, suse, web server • Comments: 0
Integrating XCache Into PHP5 And Lighttpd (OpenSUSE 11.2) This guide explains how to integrate XCache into PHP5 and lighttpd on an OpenSUSE 11.2 system. From the XCache project page: "XCache is a fast, stable PHP opcode cacher that has been tested and is now running on production servers under high load." It's similar to other PHP opcode cachers, such as eAccelerator and APC.
-
Installing Nginx With PHP5 And MySQL Support On OpenSUSE 11.3
Author: Falko Timme • Tags: nginx, suse • Comments: 1
Installing Nginx With PHP5 And MySQL Support On OpenSUSE 11.3 Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on an OpenSUSE 11.3 server with PHP5 support (through FastCGI) and MySQL support.
-
How To Upgrade OpenSUSE 11.2 To 11.3 (Desktop & Server)
Author: Falko Timme • Tags: suse • Comments: 5
How To Upgrade OpenSUSE 11.2 To 11.3 (Desktop & Server) This guide shows how you can upgrade your OpenSUSE 11.2 desktop and server installations to OpenSUSE 11.3.
-
Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 11.3 (LAMP)
Author: Falko Timme • Tags: apache, suse, web server • Comments: 7
Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 11.3 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 11.3 server with PHP5 support (mod_php) and MySQL support.
-
Integrating eAccelerator Into PHP5 And Lighttpd (OpenSUSE 11.2)
Author: Falko Timme • Tags: lighttpd, php, suse • Comments: 1
Integrating eAccelerator Into PHP5 And Lighttpd (OpenSUSE 11.2) This guide explains how to integrate eAccelerator into PHP5 and lighttpd on an OpenSUSE 11.2 system. From the eAccelerator project page: "eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load and increases the speed of your PHP code by 1-10 times."