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
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
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
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
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
> >
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:
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
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
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
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
* 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
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
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
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
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
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
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
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
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
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
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
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 --
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
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
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
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
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
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
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
29 matches
Mail list logo