And do you have:

AddType text/html .shtml
AddHandler server-parsed .shtml

According the original links you were sent?

Marco


----- Original Message -----
From: "Fred Edmister" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 30, 2000 1:23 PM
Subject: Re: SSI Help


>          Thank you for the options.... I checked the httpd.conf here's the
> entry for the virtual domain I'm working on.  Nothing shows up in any of
> the logs of any error, and the code I'm trying to execute is <!--#exec
> cgi="/cgi-bin/polls/poll.pl" -->  and I've tried it as an .html, and
.shtml
> same thing happens, I do a view source, and that line shows up when it
> should be the code for the poll.  I know this is all hard through
> emails.  I do appreciate your help! (virtual host entry below)
>
>          Fred
>
>
> <VirtualHost members.northsidenetworking.com>
>          ServerAdmin [EMAIL PROTECTED]
>          NameVirtualHost 64.65.206.163
>          ServerName members.northsidenetworking.com
>          DocumentRoot /home/nsnmembersdir/
>          ErrorLog /home/nsnmembersdir/logs/error.log
>          RefererLog /home/nsnmembersdir/logs/refer.log
>          TransferLog /home/nsnmembersdir/logs/access.log
>          AgentLog /home/nsnmembersdir/logs/agent.log
>          ScriptAlias /cgi-bin/ "/home/nsnmembersdir/cgi-bin/"
>          Options ExecCgi Includes
> </VirtualHost>
>
>
> At 09:58 AM 10/30/00 -0400, you wrote:
> >When things don't run from a GUI interface, I recommend going deeper.  I
> >recommend you begin looking at the Apache config files themselves.  I'd
be
> >willing to help some more, but can't do so efficiently via email back and
> >forth.
> >
> >The server is obviously not parsing the .shtml files so you will need to
> >check the config file itself for the appropriate directive.
> >
> >Marco
> >----- Original Message -----
> >From: "Fred Edmister" <[EMAIL PROTECTED]>
> >To: <[EMAIL PROTECTED]>
> >Sent: Monday, October 30, 2000 8:51 AM
> >Subject: Re: SSI Help
> >
> >
> > >          Thank you for the info.  Netconf is the command line I use to
run
> > > the Network Configuration that has the Apache/sendmail, and network
> > > information (similar to linuxconf, but doesn't have the whole system
info,
> > > just the network settings).  All I'm trying to do is run a CGI in
HTML,
> >I'm
> > > supposed to add this line
> > >
> > > <!--#exec cgi="/cgi-bin/poll.pl" -->
> > >
> > >          And it should show up as HTML code, and not that line,
however,
> >it
> > > does not, and doesn't give any reasons why.  Tried this in both a
.html
> > > file, and renaming the file to .shtml and nothing seems to work.  When
I'm
> > > in the appache configuration, there is an "enable/disable SSI" check
box
> > > for each virtual domain, and no matter what it's set on, it won't
> > > work.  I've tried several different programs that required SSI, and
they
> > > all do the same thing.  I've looked in the logs set for the virtual
domain
> > > in question, and there isn't anything about it there.  This is why I
asked
> > > if maybe there was a log somewhere else for SSI that I'm missing....
Since
> > > I am the one that sets the location of the log files, I know where
those
> > > are, but as I mentioned, nothing shows up in the usual log files
(access,
> > > error, agent or refer).  I really don't know what else I can say about
it.
> > >
> > >          Fred
> > >
> > >
> > > At 11:03 PM 10/29/00 -0400, you wrote:
> > > >Make sure you've visited:
> > > >http://www.apacheweek.com/features/ssi
> > > >http://www.builder.com/Servers/ApacheFiles/082400/
> > > >
> > > >Otherwise, give us the relevant sections of:
> > > >1) The SSI code you're trying to run
> > > >2) All the Apache config files: http(d?).conf, access.conf, srm.conf
> > > >
> > > >Not sure what 'netconf' is...  The error log is likely configured in
one
> >of
> > > >the files in #2 above.
> > > >
> > > >Marco
> > > >----- Original Message -----
> > > >From: "Fred Edmister" <[EMAIL PROTECTED]>
> > > >To: <[EMAIL PROTECTED]>
> > > >Sent: Sunday, October 29, 2000 10:52 PM
> > > >Subject: SSI Help
> > > >
> > > >
> > > > > Hello everyone.  I've tried to get Server Side Includes to work on
my
> > > > > Redhat 6.2, with apache webserver (don't know the version, but
it's
> >the
> > > > > default that's with RH 6.2)  I've activated SSI's in netconf, and
it
> >still
> > > > > won't work.  Does anyone know what might be the problem?  Or where
I
> >can
> > > > > find a log that might tell me what the problem is.  Sorry if this
seem
> > > > > uninformative, but this is really all I know about it.  :)  Thanks
in
> > > > > advance for any assistance!
> > > > >
> > > > > Fred
> > > > >
> > > > >
> > > > >
> > > > > _______________________________________________
> > > > > Redhat-list mailing list
> > > > > [EMAIL PROTECTED]
> > > > > https://listman.redhat.com/mailman/listinfo/redhat-list
> > > > >
> > > >
> > > >
> > > >
> > > >_______________________________________________
> > > >Redhat-list mailing list
> > > >[EMAIL PROTECTED]
> > > >https://listman.redhat.com/mailman/listinfo/redhat-list
> > >
> > >
> > >
> > > _______________________________________________
> > > Redhat-list mailing list
> > > [EMAIL PROTECTED]
> > > https://listman.redhat.com/mailman/listinfo/redhat-list
> > >
> >
> >
> >
> >_______________________________________________
> >Redhat-list mailing list
> >[EMAIL PROTECTED]
> >https://listman.redhat.com/mailman/listinfo/redhat-list
>
> Fred Edmister
> President / Networking Specialist
> Northside Networking
> [EMAIL PROTECTED]
> http://www.northsidenetworking.com
> 716-387-9121
>
>
>
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to