wo 装了redhat9 但是我怎么去找我的apache

发布于 2022-07-22 07:58:07 字数 135 浏览 3 评论 8

我想配置我的php环境,就是 php apache mysql zend
我现在上网下了个apache 装不上,我查了下原因,好象是我在装的时候已经有apache 所以我想在原来的基础上配置,但是现在我怎么才能找到我原来的apache等的位置和配置文件呢?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(8

回忆追雨的时光 2022-07-24 16:15:12

1、

bin/mysqld_safe --user=root

为啥想起用root运行mysql?
2、

vi /etc/hosts
***.***.***.***    ***.localhost:80
vi /usr/local/apache/conf/httpd.conf
ServerName ***.localhost:80
vi /usr/local/apache/bin/      start

不明白你要修改hosts做什么
最后你想vi什么文件?
start?难道是想/usr/local/apache/bin/apachectl start??
3、

./configure  --prefix=/usr/local/php --with-apxs2=/usr/local/apache/bin/apxs --with-mysql=/usr/local/mysql --with-gd-dir --with-jpge-dir --with-zlib-dir --with-libpng --with-ttf-dir ---enable-track-vars

gd,jpge,zlib,libpng,ttf的文件夹有没有指定?在configure过程中如果出现错误有些是不报错的

[ 本帖最后由 addbe 于 2006-6-22 17:41 编辑 ]

淡莣 2022-07-24 16:13:00

hao 好累啊,终于配出来了,以后有时间把详细步骤写出来 工大家分享

可是我不能没有你 2022-07-24 16:07:24

3 安装php

zlib png jpeg libxml gb freetype php
tar
./configure  --prefix=/usr/local/php --with-apxs2=/usr/local/apache/bin/apxs --with-mysql=/usr/local/mysql --with-gd-dir --with-jpge-dir --with-zlib-dir --with-libpng --with-ttf-dir ---enable-track-vars

哆兒滾 2022-07-24 15:49:04

2 apache

tar zxvf httpd
./configure --prefix=/usr/local/apache/ --enable-modules=so
make
make install
vi /etc/hosts
***.***.***.***    ***.localhost:80
vi /usr/local/apache/conf/httpd.conf
ServerName ***.localhost:80
vi /usr/local/apache/bin/      start

痴情换悲伤 2022-07-24 14:38:40

1.安装
tar zxvf mysql
cd mysql
./configure  --prefix=/usr/local/mysql
make
make install
groupadd mysql
useradd -g mysql mysql
cp support-files/my-medium.cnf /etc/my.cnf
cd /usr/local/mysql
bin/mysql_install_db --user=mysql
chown -R root .
bin/mysqld_safe --user=root &  后台运行

ぽ尐不点ル 2022-07-24 10:36:06

应该在/etc里面吧。

離人涙 2022-07-23 17:19:23

php的配置文件在哪里呢?

雨夜星沙 2022-07-22 19:27:10

which httpd
find
/etc/httpd/conf/httpd.conf

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文