coba lihat di httpd.conf nya...
mungkin syntax :
<Directory ....>
...
...
Order allow, deny
...
</Directory>
harusnya
<Directory ....>
...
...
Order allow,deny
...
</Directory>
jadi antara allow,deny itu ngga ada spasi...
kalo ada spasi ngga mau dia..
---
Mochammad Akbar Marwan
http://akbar.powernet.or.id
Fax: (425) 930-7878
On Tue, 2 May 2000, Muhamad Soleh Fajari wrote:
> Hii....
> Intranet web server saya lagi ada masalah nich, mungkin ada yang bisa ngebantu
> ??
> Saya kepingin install apache+php3+mysql+midgard+mod_perl di lnx box, biasanya
> sich success, dan waktu di "telnet localhost 80", memang sudah terinstall
> modul-module tersebut. Tapi kalo abis itu di restart box-nya, httpd ngak mau
> idup di boot.log-nya ada pesan sbb :
>
> May 2 09:02:45 ymmagw1 httpd: Syntax error on line 327 of /etc/httpd/httpd.conf:
> May 2 09:02:45 ymmagw1 httpd: Invalid command 'Order', perhaps mis-spelled or
>defined by a module not included in the server configuration
> May 2 09:02:45 ymmagw1 httpd: /etc/rc.d/rc5.d/S10httpd start: httpd could not be
>started
> May 2 09:02:45 ymmagw1 rc: Starting httpd failed
> May 2 09:02:48 ymmagw1 network: Bringing up interface lo succeeded
>
>
> command yang saya berikan untuk configure apache adalah sbb :
> #./configure --with-mysql --with-midgard --prefix=/usr/local/src/apache_1.3.11 \
> > --sysconfdir=/etc/httpd --datadir=/home/httpd \
> > --activate-module=src/modules/php3/libphp.a \
> > --enable-module=php3 \
> > --activate-module=src/modules/perl/libperl.a \
> > --enable-module=perl
>
> apa ada module yang enggak saya load ??
> Ada yang bisa bantu ??
>
>
> * Gunadarma Mailing List -----------------------------------------------
> * Archives : http://milis-archives.gunadarma.ac.id
> * Langganan : Kirim Email kosong ke [EMAIL PROTECTED]
> * Berhenti : Kirim Email kosong ke [EMAIL PROTECTED]
> * Administrator: [EMAIL PROTECTED]
>
>
>
>
* Gunadarma Mailing List -----------------------------------------------
* Archives : http://milis-archives.gunadarma.ac.id
* Langganan : Kirim Email kosong ke [EMAIL PROTECTED]
* Berhenti : Kirim Email kosong ke [EMAIL PROTECTED]
* Administrator: [EMAIL PROTECTED]