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