Displaying 20 results from an estimated 60000 matches similar to: "Thumps"
2016 Jun 24
1
haproxy + Apache + virtual hosts -> wrong host is displayed
Hello,
I hope my question is not off-topic here.
On CentOS 7.2.1511 I have installed:
haproxy-1.5.14-3.el7.x86_64
httpd-2.4.6-40.el7.centos.1.x86_64
The /etc/haproxy/haproxy.cfg binds HAProxy to
ports 80 and 443 and accepts HTTPS to slova.de:
defaults
mode http
option http-server-close
option forwardfor except 127.0.0.0/8
option
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
2001 Mar 05
1
Configuring Swat Revisited
Okay, here's what you need to do. You have to configure apache. This won't
be too hard. You will need to edit the httpd.conf located in
/etc/httpd/conf directory. Look through the httpd.conf file until you find
this line:
#Servername localhost
It may or may not have the # in front of it. You need to edit this line and
make it say:
Servername yourservernamegoeshere
For example,
2009 Jun 05
17
passenger on localhost
I installed passenger at home. How should I configure apache to make it
usable?
This was my last guess:
<VirtualHost localhost:3121>
ServerName 127.0.0.1
DocumentRoot /var/www/html/docsearch/public
</VirtualHost>
This gets by "apachectl start" without complaint, but I really haven''t a
clue what I''m doing ;)
Do I need to access it via a different
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
2014 May 11
3
find with exclude directory
Hey all,
I'm trying to do a find of all files with the phrase 'varnish' in the
name, but want to exclude a user home directory called
/usr/local/digitalplatform.
Here's what I was able to come up with:
find / -path '/usr/local/digitalplatform/*' -prune -o -name "*varnish*"
Which results in this:
[root at uszmpwsls014lb ~]# find / -path
2015 Sep 14
4
centos 7 on older macbook pro
On 2015-09-14, Hal Wigoda wrote:
> Use Oracles VM VirtualBox.
Well, I explicitly don't want to do that, since it uses even more
resources than OS X by itself. Having linux run on the bare metal
without OS X should be much more efficient.
> On Sun, Sep 13, 2015 at 9:33 PM, Keith Keller wrote:
>> Then I got to the point of configuring wifi, and of course being a MBP,
>> it
2006 Oct 06
6
virtual host on latest centos 4.4
Good morning All,
I have a slight issue with apache virtual hosts not working on my newly
installed CentOS (4.4).
I am very new to Linux, however I have experience with apache etc on
'w1nd0ws'. I've been round and round in the apache conf file and to no
avail.
Basically if I setup a virtual host the default then looks at it. Also,
if I setup multiple virtual hosts they all look at
2014 Feb 06
3
Virtual Hosts question
I am running Wordpress on a CentOS 6.5 server which is behind a router.
The private IP is 192.168.0.99, the public URL is X.com (name changed).
I have two virtual hosts in my httpd.conf file. The second one, listed
below, is for Wordpress and it is accessed with http://X.com/d4i or
http://www.X.com/d4i. They work fine.
Actually, not show, I have more Wordpress virtual hosts, and they are
2016 Jan 25
3
Just need to vent
Isn't this basically a volunteer effort?
On Sun, Jan 24, 2016 at 9:58 PM, Micky <mickylmartin at gmail.com> wrote:
> > Seriously, who is in charge with the UI design in gnome?
> >
> > Whoever it is needs to be fired.
> >
> > /rant
> >
>
> Most of them were already fired or left cause of under-funding.
> Like other OSS projects, they are
2013 May 27
3
Run multiple instance of apache
Hello everybody,
I am trying to run 2 instances of apache on centos since 2 weeks with no lucks :S, exactly on the same IP address but different port.
I've set up two configuration as follow:
/etc/httpd and /etc/httpd2, and I duplicated the httpd service, so now I have 2 httpd service each one run an httpd conf.
Now when I am trying to restart the first httpd service, it give the following
2006 Jul 21
1
apache cgi error
Good day.
First of all sory for my english, it isnt well.
I have my first ruby on rails application.
When i use WEBrick my app works fine.
But when i tried to run it under apache, i have the following message in
browser:
__________________
Application error
Rails application failed to start properly
__________________
The message in apache error log:
__________________
malformed header from
2006 Apr 15
1
problem apache proxy reverse
hello:
i have centos 4.0 whits apache httpd-2.0.52-22.ent.centos4, this is configured like a reverse proxy, but i have a problem only the first site name on the httpd.conf work when i do a peticion from internet for all the rest servers only respond the firts.
<VirtualHost *>
ServerName dir_ip
ProxyPass / http://ejemplo1.test.com/
ProxyPassReverse / http://ejemplo1.test.com/
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
2014 Dec 03
1
Help with at Bash script
On 2014-12-03, Hal Wigoda <hal.wigoda at gmail.com> wrote:
> You have to do
> cat domain
> in back tiks
>
> instead of read domain.
This is an error you can't blame on your device. domain is not a file,
but a bash variable. read takes stdin (which is what the OP's snippet
is doing) and populates the named variable(s) (domain in this case).
--keith
--
2017 Mar 14
2
httpd/sites-available directory
The goal is to have access to a specific virtual host on port 80, to be
routed to port 443. Any other port 80 access is left as is.
So let us assume a server foo.bar.com and the specific virtual host is
webmail.bar.com
So I have tried:
<VirtualHost *:80>
ServerName webmail.bar.com
ServerAlias webmail
RewriteEngine On
ReWriteCond %{HTTP_HOST}
2008 Apr 17
3
php5 and postgresql 8.2/8.3
Hi.
I have installed php5 with support for postgresql (php5-pgsql). If I
install postgresql-client ver. 8.2.7 or 8.3.x apache (httpd)
core-dumps. If I install postgresql-client 8.1.11 or 8.2.6 apache does
not core-dump.
This is the output (backtrace) from gdb:
(gdb) bt
#0 0x000000080651c340 in ?? ()
#1 0x000000080094ebd5 in puts () from /lib/libc.so.7
#2 0x000000080094f1ee in gethostbyname
2016 Aug 12
2
howto install yumex
On 08/12/2016 01:13 AM, Hal Wigoda wrote:
> Bless you.
> Use medical edibles
>
===>
thank you. you also.
wish i could do the edibles, but i live in tennessee where cannabis has
not been approved. :-\
we do have a good support group and petitioning congress. so far, there
are just too many in congress who rather take their kick back than help
their people.
--
peace out.
CentOS
2012 Jul 10
19
problem using apache & passenger to run dashboard
Hi,
My puppetmaster is running through apache, and now I am setting up
dashboard to be run by apache too.
I followed docs in
http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html#starting-and-managing-delayed-job-workers,
but after I restarted httpd, I see a apache welcome page.
I set documentroot to be:
DocumentRoot /usr/share/puppet-dashboard/public/
2016 Aug 03
4
FW: kerberos nfs4's principals and root access
You need for the apache keytab something like
Alias /webmail /usr/share/webmail
#
<Directory /usr/share/ webmail >
AuthType Kerberos
AuthName "Kerberos Login"
KrbMethodNegotiate On
KrbMethodK5Passwd Off
KrbServiceName HTTP
KrbAuthRealms EXAMPLE.COM
Krb5KeyTab /etc/httpd/conf/keytab
require valid-user
</Directory>
chmod 400 /etc/httpd/conf/keytab
chown