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

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:

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: 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