`
joy_cz
  • 浏览: 135740 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

SUSE Linux Enterprise Server 10 安装 apache+php

阅读更多
首先,从www.apache.org  下载最新的http版本的linux源码,我用的是httpd-2.2.15.tar.gz
安装步骤如下:
1、 >tar –zxvf httpd-2.2.15.tar.gz
2、 >cd httpd-2.2.15
3、 >./configure --prefix=/usr/local/apacpe \
4、 >--enable-modules=all \
5、 >--enable-so \
6、 >--enable-rewrite \
7、 >--enable-cgi
8、 >make
9、 >make install

安装完成之后,启动apache
/usr/local/apache2/bin/apachectl start/stop/restart

安装php5, 我下载的是 php-5.3.2.tar.gz (http://www.php.net/downloads.php 这里下载)
开始安装:
1、 >tar –zxvf php-5.3.2.tar.gz
2、 >cd php-5.3.2
3、 >./configure --prefix=/usr/local/php --with-mysql=/usr/share/mysql --enable-force-cgi-redirect --with-freetype-dir=/usr --with-png-dir=/usr --with-gd --enable-gd-native-ttf --with-ttf --with-gettext --with-iconv --with-png --with-zlib --with-xml --enable-calendar --with-apxs2=/usr/local/apache/bin/apxs
4、 >make
5、 >make install
6、 cp php.ini-dist /usr/local/lib/php.ini
7、 配置Apache服务的httpd.conf文件
8、 在LoadModule处添加 LoadModule php5_module module/libphp5.so
9、 在DirectoryIndex处添加 index.php
10、 在AddType application处添加
AddType application/x-httpd-php .php .phtml
AddType applicatoin/x-httpd-php-source .phps




分享到:
评论

相关推荐

    面向企业应用比较四款流行的Linux服务器.pdf

    《面向企业应用比较四款流行的Linux服务器》这篇文章探讨了Linux操作系统在企业服务器领域的应用,重点关注了四个主要的Linux发行版:Mandrake Linux ProServer、SuSE Linux Enterprise Server、Red Hat Linux ...

    LAMP网站架构方案+安装配置详解

    CentOS(Community ENTerprise Operating System)是Linux发行版之一,是RHEL/Red Hat Enterprise Linux的精简免费版,和RHEL为同样的源代码,不过,RHEL和SUSE LE等企业版,提供的升级服务均是收费升级,无法免费...

    在 SLES 10 构建 Moodle 应用指南

    本文档将指导您通过一系列步骤,在SUSE Linux Enterprise Server (SLES) 10上安装并配置Moodle学习管理系统。Moodle是一款非常受欢迎的开源课程管理系统,被广泛应用于教育机构和企业培训中。为了确保安装过程尽可能...

    suse.html

    目前,主要版本有SUSE Linux Enterprise Server (SLES) 和 openSUSE Leap,分别针对商业和社区用户。 2. **系统组件**: - **YaST**:这是SUSE的核心配置工具,用于管理系统设置,如网络、用户账户、软件包安装等...

    《Linux宝典 2010版》(Wiley Linux Bible 2010 Edition)(Christopher Negus)文字版

    Chapter 13: R unning a Linux, Apache, MySQL, and PHP (LAMP) Server. Chapter 14: Running a Mail Server. Chapter 15: Running a Print Server. Chapter 16: Running a File Server. Part V: Choosing and ...

    Linux常用命令

    Linux 在服务器领域非常受欢迎,常见的发行版包括 RHEL (Red Hat Enterprise Linux)、CentOS、Ubuntu、Fedora、SUSE 和 Debian 等。其中,CentOS 和 Ubuntu 经常被用作应用服务器、Web 服务器、图形服务器、视频...

    MySQL5 权威指南第3版中文版_part1

     2.4 在Red Hat Enterprise Linux 4系统上安装MySQL和相关软件  2.5 编译MySQL软件的开发者版本(Linux)  2.6 配置Apache  2.7 配置PHP  2.8 配置MySQL  第3章 初级案例研究:MySQL+PHP  3.1 概述  3.2 ...

    Linux Bible 2010 Edition: Boot Up to Ubuntu, Fedora, KNOPPIX, Debian, openSUSE, and 13 Other Disributions

    Running a Linux, Apache, MySQL, and PHP (LAMP) Server Chapter 13: .................................423 Running a Mail Server Chapter 14: ..................................................................

Global site tag (gtag.js) - Google Analytics