Re: Moving Nagios3 Apache configuration to a VirtualHost setup

2013-08-13 Thread Luke
Shaun gmsl.co.uk> writes: > > HI there, > > When you install Nagios it installs itself so that $SERVER/nagios3/ > takes over your site. I have setup an extra vhost on my apache server > and I don't want nagios to take over all vhosts. I just want to setup, > say, nagios.mydomain.com/nagios3/ as

Moving Nagios3 Apache configuration to a VirtualHost setup

2012-02-25 Thread Shaun
The config that comes with debian is: -- begin snippet --- # apache configuration for nagios 3.x # note to users of nagios 1.x and 2.x: # throughout this file are commented out sections which preserve # backwards compatibility with bookmarks/config for older nagios versios. # s

Re: Apache configuration

2005-08-02 Thread Gary Turner
Tasos Bazotis wrote: Webpages aren't loaded correctly on apache. Although I include a meta tag () in the head of the html file, apache ignores it and loads the default character encoding (iso-8859-1). Is there something I can do? How should I modify the httpd.conf file? Thanks in advance for the

Apache configuration

2005-07-15 Thread Tasos Bazotis
Webpages aren't loaded correctly on apache. Although I include a meta tag () in the head of the html file, apache ignores it and loads the default character encoding (iso-8859-1). Is there something I can do? How should I modify the httpd.conf file? Thanks in advance for the help -- To UNSUBSCR

Re: Apache Configuration

2003-01-13 Thread Rob Weir
On Thu, Jan 09, 2003 at 10:11:11PM -0500, Tom Allison wrote: > Tom Allison wrote: > >OK, I ran into another problem with configuration MASON for > >Apache > > > >I added: > > > >PerlModule HTML::Mason::ApacheHandler > > > > > > SetHandler perl-script > > PerlHandler HTML::Mason::ApacheHandler > >

Re: Apache Configuration

2003-01-09 Thread Tom Allison
Tom Allison wrote: OK, I ran into another problem with configuration MASON for Apache I added: PerlModule HTML::Mason::ApacheHandler SetHandler perl-script PerlHandler HTML::Mason::ApacheHandler Right before the start of Section 3: I thought is was OK, but now the configtest dies with:

Apache Configuration

2003-01-09 Thread Tom Allison
OK, I ran into another problem with configuration MASON for Apache I added: PerlModule HTML::Mason::ApacheHandler SetHandler perl-script PerlHandler HTML::Mason::ApacheHandler Right before the start of Section 3: I thought is was OK, but now the configtest dies with: bash-2.05b$ sudo a

Apache configuration and host names?

2002-10-22 Thread Hugo van der Merwe
I've tried setting ServerName, turning UseCanonicalName on and off, as well as modifying /etc/hosts. My web server is still redirecting to "baboon.localnet" rather than it's publically visable address. I commented out baboon.localnet in hosts, there is no reference to localnet in httpd.conf, an

Re: Apache configuration and host names?

2002-10-21 Thread Paul Johnson
On Mon, Oct 21, 2002 at 11:29:42AM -0700, Vineet Kumar wrote: > He did say that he removed it from /etc/hosts . I'm not sure if you > didn't read the message or are insinuating that he was mistaken, and did > not in fact remove the line and restart apache as he claims to have > done. Oh, I though

Re: Apache configuration and host names?

2002-10-21 Thread Paul Johnson
On Mon, Oct 21, 2002 at 01:45:55PM +0200, Hugo van der Merwe wrote: > Why does it still redirect to baboon.localnet? Or might it be my client, Because you have that set in your /etc/hosts. Change it and all will be good. > ps. Please CC. No. If you want a private tutor, hire one, don't expect

Re: Apache configuration and host names?

2002-10-21 Thread Vineet Kumar
* Paul Johnson ([EMAIL PROTECTED]) [021021 11:19]: > On Mon, Oct 21, 2002 at 01:45:55PM +0200, Hugo van der Merwe wrote: > > Why does it still redirect to baboon.localnet? Or might it be my client, > > Because you have that set in your /etc/hosts. Change it and all will > be good. He did say th

Re: Faulty apache configuration problems

2001-10-14 Thread Alson van der Meulen
On Sat, Oct 13, 2001 at 11:51:55PM -0500, John Foster wrote: > Alson van der Meulen wrote: > > > look like some libapache-perl or whatever that package is called is > > missing > = > Thanks but, I am using the apache-perl.deb that has perl statically > l

Re: Faulty apache configuration problems

2001-10-13 Thread John Foster
Alson van der Meulen wrote: > look like some libapache-perl or whatever that package is called is > missing = Thanks but, I am using the apache-perl.deb that has perl statically linked to apache--not mod perl. Any other ideas? John Foster

Re: Faulty apache configuration problems

2001-10-13 Thread Alson van der Meulen
On Sat, Oct 13, 2001 at 11:32:21PM -0500, John Foster wrote: > I had Apache running nicely on a new test server (woody system) and I > added a complete set of perl-mods and apache-mods when dselect was > finished I attempted to restart the server with this as the result. Any > ideas what might hav

Faulty apache configuration problems

2001-10-13 Thread John Foster
I had Apache running nicely on a new test server (woody system) and I added a complete set of perl-mods and apache-mods when dselect was finished I attempted to restart the server with this as the result. Any ideas what might have caused this and how to fix it? server:/home/user# apachectl start

Re: apache configuration, ssi don't work in users public_html dirs SOLVED

2001-01-30 Thread Forrest English
well, i fixed it. dpkg --purge apache apache-common cd /usr/src && wget http://httpd.apache.org/dist/apache_1.3.17.tar.gz tar -xvvzf apache_1.3.17.tar.gz cd apache_1.3.17 /configure make make install and edit the config. total time, 20 mins. well, i guess thats the last time i trust packages f

Re: apache configuration, ssi don't work in users public_html dirs

2001-01-30 Thread Rob VanFleet
On Tue, Jan 30, 2001 at 12:18:26PM -0800, Forrest English wrote: > exactly like that? "+Includes", or just "Includes" (without the quotes > of course). > > cause +Includes doesn't change a thing. It should... read this: http://httpd.apache.org/docs/howto/ssi.html#configuringyourservertopermitss

Re: apache configuration, ssi don't work in users public_html dirs

2001-01-30 Thread Forrest English
exactly like that? "+Includes", or just "Includes" (without the quotes of course). cause +Includes doesn't change a thing. On Tue, 30 Jan 2001 17:16:32 +, Rob VanFleet whispered to the router: !!On Tue, Jan 30, 2001 at 07:08:38AM -0800, Forrest English wrote: !! > yeah, i know. thats alr

Re: apache configuration, ssi don't work in users public_html dirs

2001-01-30 Thread Rob VanFleet
On Tue, Jan 30, 2001 at 07:08:38AM -0800, Forrest English wrote: > yeah, i know. thats already in there.i can't really see what is wrong > with this configuration... You need to add the +Includes option. This: > !! > Options Indexes IncludesNoExec FollowSymLinks MultiViews ExecCGI need

Re: apache configuration, ssi don't work in users public_html dirs

2001-01-30 Thread Forrest English
yeah, i know. thats already in there. i can't really see what is wrong with this configuration... On Tue, 30 Jan 2001 01:29:42 -0800, Nate Amsden whispered to the router: !!try adding something like !! !! AddHandler server-parsed .shtml !! !! to httpd.conf ..and be srue the files you are usin

Re: apache configuration, ssi don't work in users public_html dirs

2001-01-30 Thread Nate Amsden
try adding something like AddHandler server-parsed .shtml to httpd.conf ..and be srue the files you are using includes in are in html files with .shtml extension ..should work ive done it tons of times. nate Forrest English wrote: > > includes are enabled there, and this configuration file wo

apache configuration, ssi don't work in users public_html dirs

2001-01-29 Thread Forrest English
includes are enabled there, and this configuration file works in apache 1.3.14 from unstable, but for some reason not in 1.3.9 from stable (what i'd LIKE to use on my server...). i know includes have to work in apache. so, what am i doing wrong? below is my httpd.conf file. ## ## httpd.conf --

apache configuration

1998-08-25 Thread Behan Webster
I'm not sure what happened, but during one of the upgrades of the apache package gzipped files no longer were sent with the correct "Content-Type" anymore. My understanding is that (for instance) if you get "NEWS.gz" that it will be sent back with a "Content-Type:" of "text/plain" and a "Content-E

ppp, smail, and apache configuration for a non-networked home debian , system

1997-11-08 Thread Daniel Martin
I've managed to set my machine up to do the following, all of which I find useful in the context of a machine that is dialed in only part of the time. Anyway, my machine is now doing the following: - rewrites the From: header on outgoing mail by looking up the sender's username in a configuratio

Thank you very much (was: Extremely rare Apache configuration)

1997-02-27 Thread Eloy A. Paris
Hello guys, I just want to express publicly my gratitude to all of you (direct recipients of this message) for having pointed me in the right direction regarding the question I posted today to debian-user: Can one proxy server be configured to go through another proxy server for certain addresses

Re: Extremely rare Apache configuration

1997-02-26 Thread Jason Gunthorpe
On Wed, 26 Feb 1997, Eloy A. Paris wrote: > Hello everyone, > > I have the following situation: my company has a HTTP proxy server to > access Internet WWW sites. All browsers are required to use this proxy > because we all are behind a firewall. > > I am overseas and connected to our corporate

Re: Extremely rare Apache configuration

1997-02-26 Thread Nils Rennebarth
On Wed, 26 Feb 1997, Eloy A. Paris wrote: >Another way of putting it would be: can one proxy server be configured to >go through the another proxy server for certain addresses??? Use squid. It's a great work and can do this easily. Nils -- \ /| Nils Renn

Re: Extremely rare Apache configuration

1997-02-26 Thread Jason Costomiris
On Wed, 26 Feb 1997, Eloy A. Paris wrote: > What about this: set up Apache locally as a proxy server for my local users > and, at the same time, to have Apache contacting the corporate proxy server > to access Internet hosts. I know it sounds confusing and do not know if I > am understood... I do

Extremely rare Apache configuration

1997-02-26 Thread Eloy A. Paris
Hello everyone, I have the following situation: my company has a HTTP proxy server to access Internet WWW sites. All browsers are required to use this proxy because we all are behind a firewall. I am overseas and connected to our corporate headquarters through a very slow satellite link. I can n