Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

ssi problem

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  Apache on Windows - Internationalization  
Author Message
jackowsj

External


Since: Jun 15, 2004
Posts: 8



(Msg. 1) Posted: Tue Jun 15, 2004 8:44 pm
Post subject: ssi problem
Archived from groups: alt>apache>configuration (more info?)

I was trying to enable ssi on my apache web server. I've edited httpd.conf
and add these lines:
AddType text/html .shtml
AddHandler server-parsed .shtml
  Options +Includes
Despite of this, apache still doesn't execute ssi directives.
If someone can help me, I can list my httpd.conf.

--
**********************************
Jacek Maria Jackowski
Powered by Fedora Core 2
mail: jackowsj RemoveThis @wsisiz.edu.pl
GG: 1935481
**********************************<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: ssi problem 
Back to top
Login to vote
alvaro_quitar_1

External


Since: Oct 31, 2003
Posts: 86



(Msg. 2) Posted: Tue Jun 15, 2004 10:01 pm
Post subject: Re: ssi problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

*** Jacek Maria Jackowski wrote/escribió (Tue, 15 Jun 2004 17:44:41 +0200):
 > I was trying to enable ssi on my apache web server. I've edited httpd.conf
 > and add these lines:
 > AddType text/html .shtml
 > AddHandler server-parsed .shtml
  > Options +Includes
 > Despite of this, apache still doesn't execute ssi directives.

Could you show us your test doc?

--
--
-- Álvaro G. Vicario - Burgos, Spain
--<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: ssi problem 
Back to top
Login to vote
jackowsj

External


Since: Jun 15, 2004
Posts: 8



(Msg. 3) Posted: Tue Jun 15, 2004 10:47 pm
Post subject: Re: ssi problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Tue, 15 Jun 2004 19:01:14 +0200, Alvaro G Vicario wrote:

 > Could you show us your test doc?

I don't know if I understood You good but here You can see what phpinfo()
on my machine shows:

System Linux localhost.localdomain 2.6.5-1.358 #1 Sat May 8 09:04:50 EDT 2004 i686
Build Date May 19 2004 11:12:20
Configure Command './configure' '--host=i386-redhat-linux' '--build=i386-redhat-linux' '--target=i386-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--cache-file=../config.cache' '--with-config-file-path=/etc' '--with-config-file-scan-dir=/etc/php.d' '--enable-force-cgi-redirect' '--disable-debug' '--enable-pic' '--disable-rpath' '--enable-inline-optimization' '--with-bz2' '--with-db4=/usr' '--with-curl' '--with-exec-dir=/usr/bin' '--with-freetype-dir=/usr' '--with-png-dir=/usr' '--with-gd' '--enable-gd-native-ttf' '--without-gdbm' '--with-gettext' '--with-ncurses' '--with-gmp' '--with-iconv' '--with-jpeg-dir=/usr' '--with-openssl' '--with-png' '--with-pspell' '--with-regex=system' '--with-xml' '--with-expat-dir=/usr' '--with-dom=shared,/usr' '--with-dom-xslt=/usr' '--with-dom-exslt=/usr' '--with-xmlrpc=shared' '--with-pcre-regex=/usr' '--with-zlib' '--with-layout=GNU' '--enable-bcmath' '--enable-exif' '--enable-ftp' '--enable-magic-quotes' '--enable-safe-mode' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-track-vars' '--enable-trans-sid' '--enable-yp' '--enable-wddx' '--with-pear=/usr/share/pear' '--with-imap=shared' '--with-imap-ssl' '--with-kerberos' '--with-ldap=shared' '--with-mysql=shared,/usr' '--with-pgsql=shared' '--with-snmp=shared,/usr' '--with-snmp=shared' '--enable-ucd-snmp-hack' '--with-unixODBC=shared,/usr' '--enable-memory-limit' '--enable-bcmath' '--enable-shmop' '--enable-calendar' '--enable-dbx' '--enable-dio' '--enable-mcal' '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-mbregex' '--with-apxs2=/usr/sbin/apxs'
Server API Apache 2.0 Handler
Virtual Directory Support disabled
Configuration File (php.ini) Path /etc/php.ini
Scan this dir for additional .ini files /etc/php.d
additional .ini files parsed /etc/php.d/ldap.ini, /etc/php.d/mysql.ini, /etc/php.d/odbc.ini, /etc/php.d/pgsql.ini
PHP API 20020918
PHP Extension 20020429
Zend Extension 20021010
Debug Build no
Thread Safety disabled
Registered PHP Streams php, http, ftp, https, ftps, compress.bzip2,
compress.zlib

--
**********************************
Jacek Maria Jackowski
Powered by Fedora Core 2
mail: jackowsj.RemoveThis@wsisiz.edu.pl
GG: 1935481
**********************************<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ssi problem 
Back to top
Login to vote
nowhere1

External


Since: May 11, 2004
Posts: 5



(Msg. 4) Posted: Tue Jun 15, 2004 10:55 pm
Post subject: Re: ssi problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I run SSI with the following entries in httpd.conf :

AddType text/html .shtml
AddOutputFilter INCLUDES .shtml

Options Indexes FollowSymLinks Includes

(Win 2000, 2.0.48, development environment over LAN)

Herb


"Jacek Maria Jackowski" <jackowsj RemoveThis @wsisiz.edu.pl> wrote in message
news:pan.2004.06.15.15.44.38.623500@wsisiz.edu.pl...
 > I was trying to enable ssi on my apache web server. I've edited httpd.conf
 > and add these lines:
 > AddType text/html .shtml
 > AddHandler server-parsed .shtml
 > Options +Includes
 > Despite of this, apache still doesn't execute ssi directives.
 > If someone can help me, I can list my httpd.conf.
 >
 > --
 > **********************************
 > Jacek Maria Jackowski
 > Powered by Fedora Core 2
 > mail: jackowsj RemoveThis @wsisiz.edu.pl
 > GG: 1935481
 > **********************************<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ssi problem 
Back to top
Login to vote
jackowsj

External


Since: Jun 15, 2004
Posts: 8



(Msg. 5) Posted: Wed Jun 16, 2004 1:47 am
Post subject: Re: ssi problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Tue, 15 Jun 2004 19:55:25 +0100, Herbert Pocket wrote:

 > I run SSI with the following entries in httpd.conf :
 >
 > AddType text/html .shtml
 > AddOutputFilter INCLUDES .shtml

Sorry, I have these two lines, I've only added this line below but it
still doesn't work.

 > Options Indexes FollowSymLinks Includes

--
*******************************************
  Jacek Maria Jackowski
mail: jackowsj DeleteThis @wsisiz.edu.pl ; GG: 1935481
  POWERED BY FEDORA CORE 2<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ssi problem 
Back to top
Login to vote
alvaro_quitar_1

External


Since: Oct 31, 2003
Posts: 86



(Msg. 6) Posted: Wed Jun 16, 2004 12:27 pm
Post subject: Re: ssi problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

*** Jacek Maria Jackowski wrote/escribió (Tue, 15 Jun 2004 19:47:18 +0200):
 > I don't know if I understood You good but here You can see what phpinfo()
 > on my machine shows:

Does this file (saved as "date.shtml") print system date?


<html>
<head><title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>

<!--#echo var="DATE_LOCAL" -->

</body>
</html>

--
--
-- Álvaro G. Vicario - Burgos, Spain
--<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ssi problem 
Back to top
Login to vote
jackowsj

External


Since: Jun 15, 2004
Posts: 8



(Msg. 7) Posted: Wed Jun 16, 2004 2:08 pm
Post subject: Re: ssi problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Wed, 16 Jun 2004 09:27:01 +0200, Alvaro G Vicario wrote:

 > Does this file (saved as "date.shtml") print system date?
No it doesn't.
--
*******************************************
  Jacek Maria Jackowski
mail: jackowsj.DeleteThis@wsisiz.edu.pl ; GG: 1935481
  POWERED BY FEDORA CORE 2<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ssi problem 
Back to top
Login to vote
nowhere1

External


Since: May 11, 2004
Posts: 5



(Msg. 8) Posted: Thu Jun 17, 2004 2:23 am
Post subject: Re: ssi problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Jacek,
You do realise that the entries :
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
specify the file extension(s) for which the SSI parser will work?

If you are testing with .htm or .html files then you will need to add these
extensions to the above entries. e.g.
AddType text/html .shtml .htm .html
AddOutputFilter INCLUDES .shtml .htm .html
(Be aware that by specifying .htm and .html you are giving your server more
work to do, by asking it to process *all* pages with those extensions for
SSI directives. By specifying just a single extension (e.g. .shtml ),
parsing can be made more selective).

Alternatively, leave hpptd.conf alone and be sure to test with a .shtml
file.

Herb




"Jacek Maria Jackowski" <jackowsj DeleteThis @wsisiz.edu.pl> wrote in message
news:pan.2004.06.15.20.47.09.950793@wsisiz.edu.pl...
 > On Tue, 15 Jun 2004 19:55:25 +0100, Herbert Pocket wrote:
 >
  > > I run SSI with the following entries in httpd.conf :
  > >
  > > AddType text/html .shtml
  > > AddOutputFilter INCLUDES .shtml
 >
 > Sorry, I have these two lines, I've only added this line below but it
 > still doesn't work.
 >
  > > Options Indexes FollowSymLinks Includes
 >
 > --
 > *******************************************
 > Jacek Maria Jackowski
 > mail: jackowsj DeleteThis @wsisiz.edu.pl ; GG: 1935481
 > POWERED BY FEDORA CORE 2<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: ssi problem 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
SSL Problem - Hi, I have a problem with the configuration of Apache. When I start httpd I have this error : --- make_sock: could not bind to address 0.0.0.0:443 no listening sockets available, shutting down --- I want to disable the https because my port 443 is..

%3F / ? problem - Hi, I'm getting loads of 404s because Googlebot is transposing %3F for the ? symbol, ie :- /script.php?value=001728 200 is being referenced by google as /script.php%3Fvalue=001728 404 However pages containing %20 are working fine, ie :- ..

Problem with "/" - Why my apache give me an error if i don't write "/" at the and of URL in the Brower ? How parameter I must set for don't write "/" ? Thanx to all ... and sorry for my English ;-) bruce

SSL Problem - Hi All, SSL cert was installed on virtual host apache mod web server but none of the images for the site show up. when looking at the direct link to the image file I get an error 403 message. ie https://mysite.com/images/image.gif everything works fine....

problem with cgi - Hello, I would like to test my cgi-scripts at the apache server but it doesn't work properly instead of the result of the cgg-sript I get a message if I want to download the file. Is there an easy way to solve this problem. (it's just for testing the..
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]