Displaying 20 results from an estimated 6000 matches similar to: "- multiple virtual host on httpd"
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
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}
2013 Oct 18
6
- monitoring software
hi,
I have a dedicated server with several services running: ssh, ftp, httpd
(with several sites andactive domains), the mail server (dovecot,
postfix), dns.
I'd like to monitor all of these services in a graphical, easy, setting
of thresholds and alerts via email.
I would also like that if a customer wanted to see the graphs I could
create codes read-only.
there is one or more software
2013 Oct 10
2
- problem with iptables
hi all,
I have a problem with iptables on CentOS 6.2.
I configured:
chkconfig iptables on
and the file /etc/sysconfig/iptables
if you reboot the machine configurations are not loaded.
iptables-L gives me the default configurations (not assigned)
if I (a machine booted): service iptables start then then it works.
how can I fix?
thanks in advance
2008 May 05
2
httpd reverse proxy
I am trying to figure this out and I always seem to have trouble
configuring apache to do more than basic stuff...
I have a web server that has several cnames assigned to it.
I want srv1.tobyhouse.com to be served by apache.
I want to proxy connections to www.tobyhouse.com to cms.tobyhouse.com
(different system)
If I do this...
<VirtualHost www.tobyhouse.com:*>
ProxyPass /
2017 Jul 15
2
observium graphs
Am 15.07.2017 um 20:26 schrieb Aki Tuomi:
> Hi!
> Just thought I'd remind about few things,
>
> since v2.2.22 you can use doveadm -fjson, to print data in json format, which might be easier to parse.
As for Debian stable (dovecot 2.2.27) -f json is missing from the manpage.
> since v2.2.22 you can use doveadm HTTP API to get the statistics over HTTP.
>
> since v2.2.27
2009 Apr 02
3
apache2 template
anyone have an apache2 virtualhosts template they like and would like
to share?
For example I would like to provision quickly
website1.com
website2.com
website3.com
and have the docroots be in
/home/vhosts/website1.com/htdocs/
/home/vhosts/website2.com/htdocs/
/home/vhosts/website3.com/htdocs/
thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you
2017 Jul 15
2
observium graphs
Hello dovecot list,
I'm in the middle of creating a plugin for observium[1] and would like
to have it create[2] statistical graphs of my dovecot server [3].
The current state can be found here:
https://image.ibb.co/efOO9a/dovecot.png
However for visibility purposes it doesnt make sense and have observium
plot two data sources with different orders of magnitudes right into one
graph. So
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 Nov 23
3
webserver setup
Hi,
I have setup a webserver on CentOS 4.5 with NameVirtualHost.
Two VirtualHost should be reachable by port 80 from outside, while the
third (default) should be only reachable by https from outside but by
http from inside.
Since all share the same IP firewalling seems to be out of question. So
is there a way to restrict that in Apache config?
regards, Andreas
2017 Mar 14
2
httpd/sites-available directory
I just received some advice from a colleague of a colleague over at
openssl.org. But they use debian. Please look at this and help me out
on how Centos7 handles this:
Note the comment of the location of virtualhost config files. Centos7
does not have a "man a2ensite".
thanks
Rewriterules and https. Actually, looking at what you have doesn't
really tell me why it gets applied
2006 Apr 12
13
Public Directory not accessible
Been trying to deploy my rails app on Redhat ES3, Apache2, FastCGI with
Plesk all day. Fun stuff. Basically, the issue that I can not solve has
to do with access to /public. None of my images, javascripts, etc. are
working in the app. Trying to access any of these results in a 404 (or
routing error if in developer mode). Oddly, the 404 file it displays is
-- you guessed it -- in fact *in*
2014 Mar 01
2
- automation script
Hi everybody,
I have many server in production but I would verify this:
ex.: I have many domain in /var/www/html/ (domain1 / domain2 / domain3)
now,
How I do check if the files are added or changed?
I should apply this "politic" for all domains but I don't know how
It is possible send me an email with the modification?
so, exist diff command with some option but I don't
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
2007 Jan 02
2
problem with mongrel/apache2.2.3 and subdomain setup
Hi all
I got a vps setup amazingly fast using the deprec recipes on Ubuntu
edgy, but now I''m having a minor issue where my site loads for the
main domain when I only want it accessible from the subdomain. This
is a pretty typical setup, apache 2.2.3 -> mongrel_proxy_balancer ->
mongrel cluster. I''m sure I''m missing something obvious in the
config...
I have the
2014 May 25
2
bash script reading directory with while and do
hi everyone,
I'm searching to do a functionally bash script for copy many file inside
in a directory
the scenario is:
root path= /var/www/clients/
inside of this there are many subdirectories with this name: client1 to
x (depends of the customer)
it happens that a customer not renew the contract and I would stopping
to do a backup directory for him.
this operation should be versatile and
2010 Apr 24
5
About your application's environment URL not found
Hi
I am a newbie (which you probably guessed from the subject) and have
just installed ruby 1.8.7, rails 2.3.5 and apache 2.2.12 on ubuntu 9.10.
I have created a rails app and edited my apache config as shown below.
The Rails "Welcome aboard" page displays, but when I click on "About
your application''s environment" I get
"Not Found
The requested URL
2009 Sep 20
2
SSL and virtual hosts?
Hi,
I successfully managed to use SSL on a local webserver for testing
purposes, following the section "Using SSL" in the Chapter "Using
Apache" of the "Definitive Guide to CentOS". Now I wonder: how can I use
SSL with virtual hosts?
I have several virtual hosts defined. Let's say I want to use SSL with
this one:
<VirtualHost *:80>
ServerAdmin info
2019 Apr 12
1
Cockpit within httpd
Folks
I'd love to use Cockpit, but I cannot open port 9090 for the access
in all cases. I'd like to access it via my usual http port (such as
80) where I'm limited to a single HTTP port. I understand the
security implications, and can deal with them later.
My attempt was to allow the following URL to access the cockpit functionality:
http://xxx.example.com/cockpit
(not the
2012 Aug 02
1
[CentOS 6] - problem install skype
Hi all,
I am having trouble with installing skype.
I downloaded the 2.2 version via the official site, I installed by
typing rpm-i but now quadno the launch the application does not start.
do you know how to fix it?
thanks in advance