Koozali.org: home of the SME Server

HTTPD Wont Start Syntax Error on line 961 Illegal Option

Black

HTTPD Wont Start Syntax Error on line 961 Illegal Option
« on: April 06, 2004, 05:28:59 AM »
Ok I followed exactly what was written on this site
http://www.familybrown.org/howtos/phpbb2-howto.html

[root@e-smith /root]# mkdir -p /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf
[root@e-smith /root]# cd /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf
[root@e-smith httpd.conf]# pico 93phpBB


## This is where the Problem is (Line 961) :

#-------------------------------------------
# phpBB 2.0.4
#-------------------------------------------

Alias /phpBB2 /opt/phpBB2

<Directory /opt/phpBB2>
AddType application/x-httpd-php .php .php3 .phtml
Options Indexes +Includes FollowSymLinks
order deny,allow
deny from all
allow from all
</Directory>

<Files /opt/phpBB2/config.php>
order deny,allow
deny from all
</Files>

#------------------------------------------

Then rebuild httpd.conf and restart apache:

[root@e-smith httpd.conf]# /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf
[root@e-smith httpd.conf]# /etc/rc.d/rc7.d/S85httpd-e-smith restart

After running that last command I get the error.

I have tried removing the Capitol Letters and replacing with lowercase..etc


Any Ideas?

Thanks

Black

HTTPD Wont Start Syntax Error on line 961 Illegal Option
« Reply #1 on: April 06, 2004, 05:51:45 AM »
ok I actually looked at line 961 and it was this:

"Options Indexes + Includes FollowSymLinks"

All I did was backspace the Includes closer to the plus and it worked, lol  feel stupid now..lol

Black

HTTPD Wont Start Syntax Error on line 961 Illegal Option
« Reply #2 on: April 06, 2004, 06:02:11 AM »
Now when I try to run http://mysite.com/phpBB2/install.php it wants to download as a file??  Any ideas?


Thanks

sureshande

HTTPD Wont Start Syntax Error on line 961 Illegal Option
« Reply #3 on: April 08, 2004, 12:45:37 AM »
it shud be
http://mysite.com/phpBB2/install/install.php

there is no install.php in phpBB2 directory

Suresh Ande