php forum
php mysql forum
php mysql smarty
 
Topic Options
#104008 - 02/22/01 03:44 AM help please
-=BeDLaM=- Offline
Junior Member

Registered: 01/10/01
Posts: 10
Running win98 se, apache 1.3.17 and the newest perl, been runnng the ubb's no prob, But I cant figure out how to turn on ssi. any help would be apprecited, I have folowwed apaches setup but pages wont load after I change the http.conf after i do. and BTW, is there a Private message that will work without SSI? TIA

Top
#104009 - 02/23/01 07:48 PM Re: help please
Steven B. Offline
Junior Member

Registered: 02/17/01
Posts: 18
Loc: Seattle, WA
You need to add the following to the httpd.conf file.

Code:
code:


That will configure Apache to parse .shtml files for SSI directives.

Top
#104010 - 02/23/01 08:41 PM Re: help please
-=BeDLaM=- Offline
Junior Member

Registered: 01/10/01
Posts: 10
much apprecated.. .. I have something similar to that now. heres what I have now..

# First, we configure the "default" to be a very restrictive set of
# permissions.
#
<Directory />
Options FollowSymLinks ExecCGI
AllowOverride ALL
</Directory>
# SSI confiuration added to default file

Options Indexes FollowSymLinks +Includes ExecCGI
AddHandler server-parsed .shtml
AddType text/html .shtml

# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
</Directory>

<Directory "c:/program files/apache group/apache/htdocs/ubb">

Options Indexes FollowSymLinks Includes ExecCGI
AddHandler server-parsed .html
AddType text/html .html

</Directory>


#ScriptAlias commented out to allow more restrictive cgi handling
#

Alias /cgi-bin/ "c:/Program Files/Apache Group/Apache/cgi-bin/"

# "c:/Program Files/Apache Group/Apache/cgi-bin" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#
<Directory "c:/Program Files/Apache Group/Apache/cgi-bin">

Options ExecCGI
AddHandler cgi-script .pl .cgi
</Directory>


so does this stuff look right?

Top
#104011 - 02/26/01 08:54 AM Re: help please
The Prohacker Offline
Member

Registered: 11/05/00
Posts: 176
Adding that to check .html pages for ssi will slow your server down greatly. If you need ssi coding on all of your ubb html pages I would suggest the html to shtml hack for UBB......
_________________________
Later,
The Prohacker
- MatSumpter.com

Top



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks