Questions tagged [centos6]

CentOS was an Linux distribution standing for "Community ENTerprise Operating System" based on "Red Hat Enterprise Linux" (RHEL). The "CentOS6" tag refers to versions 6.x of CentOS. CentOS 6 was released on November 27, 2011 and reached End Of Life on November 30, 2020.

CentOS was an Linux distribution standing for "Community ENTerprise Operating System" based on "Red Hat Enterprise Linux" (RHEL). The "CentOS6" tag refers to versions 6.x of CentOS. CentOS 6 was released on November 27, 2011 and reached End Of Life on November 30, 2020.

1780 questions
0
votes
1 answer

Mono 3.0 not intercepting requests on Apache2/CentOS

I have Mono 3.0.6 up and running on a CentOS 6/Apache 2 setup. I have published an ASP.NET 4.5/MVC4 website on the server. However, when I try to reach the website I get a status code 503 (Service Temporarily Unavailable), and in the logs I can see…
Astaar
  • 448
  • 1
  • 8
  • 18
0
votes
1 answer

CentOS 6 Mono and Apache

EDIT: Added some extra logs at the end I'm trying to make Mono 3.0 work on CentOS 6 with Apache. I have compiled Mono, mod_mono and the XPS server from the source. But now I'm getting errors because it doesn't seem to be pointing to the right…
Astaar
  • 448
  • 1
  • 8
  • 18
0
votes
2 answers

How to disconnect pptp client?

How to disconnect pptp client connected to Cent OS 6.2 server from the server side ? ifdown ppp0 doesn't work.
anupsth
  • 123
  • 1
  • 1
  • 3
0
votes
1 answer

( status=deferred :25: Connection timed out ) issue with Postfix

I have postfix installed on a Centos server with 1 main ip 1.1.1.1 and a range of ips 2.2.2.0/24 The problem is : i can only send mail with the main ip 1.1.1.1, when i change it to another one from the range ex : 2.2.2.222 the mail stays in the…
optimine
  • 3
  • 1
  • 2
0
votes
2 answers

Unable to get forwarding to work

I am unable to get forwarding to work. Here's my postconf output: alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/libexec/postfix data_directory…
Sudheer
  • 169
  • 2
  • 10
0
votes
1 answer

How to create an error_log in each's vhosts httpdocs directory

Running a CentOS 6.4 server with Plesk 11 and virtual hosts for each client/domain. What I'm now trying to accomplish is to auto-create an error_log in each user's httpdocs folder in case of problems with the script running in this…
user160248
0
votes
1 answer

Building Tripwire RPM on CentOS6

I have been unable to locate a pre-built RPM for Tripwire on CentOS6. I have tried installing the one from CentOS5, as well as a couple of later Fedora RPMs, but all fail on a dependency on libcrypto.so.6. I DO have the openssl-devel package…
Ex Umbris
  • 854
  • 7
  • 24
0
votes
2 answers

how to allow apache user to read /www root owned files

I wish to set my whole web architecture owned by root:root, and allow the apache user reading rights only. I don't know whether it is possible: chmod -R 744 makes it return a E403 from the browser, pemission denied to access xxxx.php But since…
Sebas
  • 535
  • 1
  • 8
  • 18
0
votes
6 answers

Installing Imagick PHP Extension on CentOS 6.3 64bit?

I am trying to configure and make install imagick extension, here is commands that i used wget http://pecl.php.net/get/imagick-3.0.1.tgz tar zxf imagick-3.0.1.tgz cd imagick-3.0.1 phpize ./configure But this error happen : checking for…
Synxmax
  • 229
  • 1
  • 3
  • 8
0
votes
1 answer

How can Apache be installed in a OpenVZ container

I have OPenVZ running on CentOS and a precreated Ubuntu 10.04 OS template installed.The containers created have 2GB of disk space allocated.With this,can I have an Apache web server running within a container, where I can host a website.Will this…
charmin
  • 1
  • 2
0
votes
2 answers

CentOS 6 Binding IP Addresses

I can't seem to get IP binding to work properly. I have two files: ifcfg-eth0 and ifcfg-eth0:1 (tried 0:0, 0:2 and still not working). eth0 is supposed to be for IP 192.168.1.3 and eth0:1 is for 192.168.1.4. After I create the files, I restarted…
Sean
  • 115
  • 5
0
votes
2 answers

How do I save the iptables

I am new to Linux. In CentOS 6.3 I added this rule: iptables -I INPUT -p udp --dport 9494 -j ACCEPT Now I am trying to save it: /sbin/service iptables save It gives me: [FAILED] I tried to do: /sbin/service iptables stop but it gives me FAILED on…
Andrew
  • 165
  • 9
0
votes
2 answers

Running mono-based application on Centos Start

I am very new to Linux and I am currently switching my server from Windows to Centos 6.3. I have written a small UDP server. UDP server was written in C# and now I adopted it to work with Linux using Mono. It is working fine, when I run it this…
Andrew
  • 165
  • 9
0
votes
1 answer

hiphop compilation fails on 90%

I've been working with hiphop on fresh centos-6.3 with gcc-4.6.2 and followed the following guide for hiphop compilation https://github.com/facebook/hiphop-php/wiki/Building-and-installing-HHVM-on-CentOS-6.3 . However compilation fails on 90% and…
0
votes
1 answer

Installing CentOS 6.3 via USB, cannot partition hard disk drives

I'm currently attempting to install CentOS 6.3 on an IBM System x3650 M3 server using a 8GB USB boot drive that has been created using iso2usb for CentOS/RedHat. During the installation process, when it comes time to setup partitioning, if any of…
Taylor Hx
  • 143
  • 9