Displaying 20 results from an estimated 10000 matches similar to: "apache redirection"
2010 Oct 21
2
missing dependency for package
Hello everyone,
I know this isn't strictly CentOS query, but I am hoping that someone
here with more experience than myself might have some thoughts.
I am trying to get a plugin working for Ganglia on a CentOS 5.5 box,
in a testing environment. The plugin is for apache monitoring, called
Ganglia-Logtailer. This plugin requires the executable
/usr/bin/logtail in order to work. The only
2010 Jun 16
5
Disabling services in CentOS 5.5
Hello all,
I have been doing some searching for information about disabling
services within a CentOS 5.5 install. I have found a few different
opinions, and wanted to ask for some feedback.
First off, the system is running a LAMP stack to serve a web
application. It will only be doing email to send occasional messages
out (sent via the application only). It will not be receiving email
for any
2010 Aug 27
2
cfengine vs. puppet
Hello All,
I have been tasked with getting some configuration management system
running at work.
We have about 20 web servers running (some virtual and some physical),
and we are trying to come up with a tool that will assist setting up
new boxes as we bring them online, as well as maintaining existing
systems when changes are necessary.
After spending a little bit of time searching around
2010 Jul 20
2
directory permissions set to 600?
Hello all,
Today, I ran across a directory in /etc/ on one of our servers whose
permissions where set to 600 (drw-------) with root being the owner.
The directory is for the firewall package for the server, so it is not
something malicious. Checking some other systems, they also have this
directory and the permissions on those servers is also 600, so it
isn't just a messed up permissions on
2012 Jul 12
3
ssh port forwarding
Hello Everyone,
I am having a problem with setting up port forwarding from one of our local
CentOS machines to an AWS EC2 instance. We are wanting to make mysql
connections over an ssh tunnel.
In this case, lets say that hostA is our local machine, and hostB is the
Amazon EC2 instance. I have tried several different variations (that I have
found from google searching), including:
from hostA: ssh
2010 Mar 10
1
IPSec VPN Setup?
Hello Everyone,
I have been tasked at work with setting up a VPN connection from our
server to a client's network. The only problem is that I have never
done anything like this before, so I am not sure where to start.
We are running CentOS 5.4 on our server. I do not yet know what the
client is running for their VPN, the only thing I know of from the
client, is we need to use IPSec for our
2008 Sep 18
1
using NOPASSWD in sudoers
Hello Everyone,
I am trying to change our /etc/sudoers (using visudo) to allow 2
commands to be run as root without a password, but it isn't working.
Here is the part of the sudoers file that is in question.
# User alias specification
User_Alias FULLACCESS = doug, scott
# members of the FULLACCESS User_Alias may run chown and chmod without
a password
FULLACCESS ALL = (root) NOPASSWD:
2010 Oct 01
1
error when logging into system
Hello everyone,
I have a CentOS 5 system. On this system, I used the usermod -n and
groupmod -g to change the user id and the group id for a standard,
regular user from 500 to 1000.
I then ran the following commands (as root), to make sure all the
files were changed to match:
find / -uid 500 -exec chown 1000 {} \;
-- and --
find / -gid 500 -exec chgrp 1000 {} \;
Now, whenever I try to login
2008 Oct 28
1
Possibly OT: intermittently long response times when connecting to host
I have a CentOS 5.2 server running Apache 2.2.3 (yum installed) and
drupal 6.5 on ESX 3.5. We're using Name Based Virtual Hosting on it -
2 hosts. The problem is that when I pull up a web page after not
having accessed it for ~15+ minutes it takes between 10-12s to load
fully. The 2nd page, 3rd page - and sometimes more than that - take
between 8-12 second. After that - decent performance,
2007 Feb 07
8
Apache+Mongrel Redirection Problems
Hi folks,
Newbie issues...I''m prototying an Apache/Mongrel configuration setup
as follows:
* Two Mongrel servers each serving a Rails application.
* Apache front-end.
* Linux system (CentOS)
* The plan is to create two virtual hosts.
/ETC/HOSTS LOOKS LIKE THIS:
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1
2007 Feb 08
2
Disabling Password authenitication with SSH
Hello everyone,
We are setting up a server at work, and we have run into something that
I am not sure how to resolve.
We have set up sshd (OpenSSH server) on the machine. We have placed ssh
keys into each user's home directory that needs to access the system
(and they work). We want to disable everyone from logging in, using a
password, utilizing ssh keys only to access the system.
I have
2018 Aug 30
2
TUTORIAL: How to Install Apache Web Server in CentOS 7.5 (1805) Linux in Amazon AWS Cloud with URL/HTTP/HTTPS Redirection
TUTORIAL: How to Install Apache Web Server in CentOS 7.5 (1805) Linux in Amazon AWS Cloud with URL/HTTP/HTTPS Redirection
AUTHOR OF THIS TUTORIAL: MR. TURRITOPSIS DOHRNII TEO EN MING (ZHANG ENMING) @ TIME TRAVELLER
AGE: 40 YEARS OLD
COUNTRY OF RESIDENCE: SINGAPORE
DATE: 30TH AUGUST 2018 THURSDAY
TIME: 10:49 AM SINGAPORE TIME Greenwich Mean Time+8
1. Sign up for Amazon AWS Cloud or Google Cloud
2009 Aug 09
4
Feature request for SSH FTP
While uploading a file via SFTP, the file which is being overwritten is
done so in real-time rather than waiting until the transfer has
finished. In other words, if it takes you 60 seconds to upload the new
file, the old file is unusable for a period of 60 seconds. This is a
major problem if the file you are overwriting, for example, is a server
script which is accessed hundreds or thousands
2016 Nov 20
3
CentOS 6, Apache 2.2.15 and SNI?
Hello,
is Apache 2.2 which is part of the CentOS distribution capable of SNI?
I have troubles that are coming from server side (CentOS 6.8, Apache 2.2.15)
just did 'yum update'
in
/etc/httpd/conf/httpd.conf
I've the following
NameVirtualHost ipaddr:443
Include /etc/httpd/conf/vhosts/vhost-ssldom1-box.conf
Include /etc/httpd/conf/vhosts/vhost-ssldom2-box.conf
both
2007 Oct 03
2
excluding directories in rsync
Hello Everyone,
I am trying to exclude a directory (and all file and sub-directories
under that directory) when using rsync.
I have spent two days on google, but everything that I can find there
involves excluding individual files, not an entire directory.
I have tried the following commands, but in each case the remove_dir and
all of its sub-directories and files area still sent to the remote
2017 Nov 13
2
Strrange behavior of VirtualHosts in Apache (CentOS6)
Hello,
there is a short explanation about virtual hosts in Apache ...
https://wiki.centos.org/TipsAndTricks/ApacheVhostDefault
the `hostname` gives a different donmain name than what should be hosted ...
e.g. `hostname` is host.example.org and the domain to be hosted is
example.com, so I did this:
<VirtualHost 1.2.3.4:80>
ServerName host.example.org
DocumentRoot /var/www/default
2006 Sep 30
2
firewall issue
Hello everyone,
I am setting up a new system for use as a testing/demo/trial-and-error
system. I have installed CentOS 4.4 on it. There is not an
X-environment, so I will need to fix this from the command line (via ssh
access).
I am trying to do an nfs export from this box to another on my internal
home network. I have figured out that it is a firewall issue on the
CentOS box (I turn off the
2007 Jan 17
2
mongrel cluster (+ Apache 2.2.4 + proxy balancer) not redirecting correctly
I''m in the process of setting up a mongrel cluster at the moment, and I''m
running into a bit of an issue. Even worse is that I''m not sure whether
this is a mongrel thing, or an Apache thing. While I''m inclined to think
that this might be a balancer thing, I decided there was a higher chance
hearing back from mongrel-users than from apache-users, so I''d
2019 May 24
4
Upgraded from CentOS 6.X to 7.X, samba not working
Hi
Previous: CentOS 6.X, samba4.x86_64 4.2.10-15.el6
Now: CentOS 7.6.1810, samba 4.8.3-4.el7
When I start smb, nmb or winbind I get no errors at all.
This is all I get:
May 24 22:44:04 HOST systemd[1]: Starting Samba SMB Daemon...
May 24 22:44:05 HOST systemd[1]: smb.service: main process exited, code=exited, status=1/FAILURE
May 24 22:44:05 HOST systemd[1]: Failed to start Samba SMB
2006 May 17
1
Apache config: Two different rails apps using same domain name (mod_rewrite issue)
The problem I''m solving here is that I have two different Rails applicatons
that uses the same domain name. One handles the www (e.g. www.mycoolapp.com)
and is used as the main site, and the other handles the user subdomains
(e.g.. someuser.mycoolapp.com). The DNS stuff and the Apache virtual hosts
were all set up, the two rails apps are in place in the file system, and the
proper