Articles of fedora

由于代理模块,无法在Linux中启动Apache

当我尝试启动apache或运行命令时, httpd -M 每个失败并打印以下错误: httpd:/etc/httpd/conf/httpd.conf的第137行的语法错误:/etc/httpd/conf.d/proxy_ajp.conf第2行的语法错误:无法加载/etc/httpd/modules/mod_proxy_ajp.so到服务器:/etc/httpd/modules/mod_proxy_ajp.so:undefined symbol:proxy_module 有想法该怎么解决这个吗? 谢谢。

额外的硬盘驱动器的服务器

我正在开发一个networking应用程序,我将不得不保存大量的文件,我只是想解决目录结构和应保存的地方。 我看了一下我想购买的专用服务器,并显示了这个存储: RAID1中的2个1TB SATA 这个空间已经够了,但我猜这不会在一个硬盘上? 我将不得不在一个硬盘上保存文件,当这些文件填满时,我必须使用另一个硬盘。 对于Fedora发行版,第二个驱动器的path是什么? 有没有一个主要驱动器,我将能够设置我的webroot? 对不起,这对我来说都是陌生的。 当涉及到额外的硬盘驱动器时,如何连接和build议事实上的工作将会很好。 谢谢大家

Fedora 6,root有互联网接入,但新用户没有

我有一台运行Fedora 6的机器。我可以以root身份login,打开Firefox并访问互联网。 我为用户创build了一个新的用户帐户和一个VNC。 我可以login到VNC,但是当我尝试打开Firefox时,我没有任何互联网访问。 同样,ping,traceroute等也不起作用。 我需要做什么才能让新用户访问互联网? 谢谢,瑞安

没有检测到百胜餐饮

我正在尝试使用SSH更新PHP,我收到消息“没有检测到Yum”。 “Yum”是我需要启用或安装的东西吗? 以下的build议,我在上一个问题中,我input到SSH: cat /etc/*-release 它显示了这一点: Fedora Core release 6 (Zod) Fedora Core release 6 (Zod) Yum应该在我的服务器上工作吗? 如果是的话,我怎样才能使它工作? 提前致谢, 约翰

EPEL和RPM Fusion for Servers?

有没有人发现EPEL和RPM Fusion足够稳定的生产服务器? 目前正在运行CentOS

Nginx正在运行和configuration,但不能build立连接

我只是在Fedora 14(yum install nginx)上做了一个新的nginx安装,并configuration了以下服务器包含: server { listen 80; root /var/www/html/test; server_name testserver.turnleftllc.com; location / { index index.htm; } } ps aux | grep nginx root 1986 0.0 0.7 98056 1952 ? Ss 18:55 0:00 nginx: master process /usr/sbin/nginx root 1987 0.0 1.0 98584 2656 ? S 18:55 0:00 nginx: worker process 但是,当我的浏览器指向该域名,它只是挂起,然后回来“无法连接…” / var / […]

RH-Firewall-1-INPUT与INPUT的区别

我是新来设置服务器,当我试图按照iptables的指导。 该指南说,使用RH-Firewall-1-INPUT,而我看到原来的configuration只是使用INPUT。 我想知道这些之间有什么区别? 谢谢!

无法摆脱Apache服务器状态

我试图从运行在Fedora服务器上的Apache2中取消激活/server-status 。 我试图评论/etc/httpd/conf/httpd.conf的行,我也试图使其工作只为我的IP地址,如下所示: <Location /server-status> SetHandler server-status Order deny,allow Deny from all Allow from 192.168.100.138 #Allow from 194.106.52.52 #Allow from localhost </Location> 在Apache后面还有一个Tomcat,我发现它上面的configuration也是一样的,但是没有运气。 /etc/httpd/vhosts.d/enabled/mysite.conf #JkUnMount /server-status tomcat6 <Location /server-status> SetHandler server-status Order deny,allow Deny from all #Allow from localhost </Location> 我试图评论和取消注释JkUnMount行和整个位置块代码。 我究竟做错了什么? 还有没有其他的configuration文件,我没有注意到?

没有名字的软件包由yum列出

在我的Fedora 20系统中,我看到这两个没有名字的包(没有第一个): [user@notebook ~]$ sudo yum list installed|grep rawhide 0.10.23-2.fc19 @rpmfusion-nonfree-rawhide @rpmfusion-free-rawhide 在百胜餐饮公司,他们缺席。 他们怎么能find,删除,修复?

打破了Fedora意外取消百胜更新

tl; dr:我跑了yum update -y,然后中途一个巨大的更新(1.1GB)意外地按了ctrl + C中途。 这打破了一切。 我试过了: 500 yum check all 501 package-cleanup –problems 502 package-cleanup –dupes 503 package-cleanup –cleandupes 504 yum-complete-transaction 505 yum update -y 506 yum update –skip-broken -y 507 yum-complete-transaction –cleanup-only 508 yum update –skip-broken -y 509 yum check all 510 yum clean all 511 yum makecache 512 rpm –rebuilddb 513 […]