From: <sql...@li...> - 2005-10-14 10:10:50
|
=C3=9Chel kenal p=C3=A4eval (reede 14 oktoober 2005 06:06) kirjutas=20 sql...@li...: > #sql-ledger-httpd.conf > Alias /sql-ledger/ /usr/local/sql-ledger/ > <Directory /usr/local/sql-ledger> > AddHandler cgi-script .pl > Options ExecCGI Includes FollowSymlinks > </Directory /usr/local/sql-ledger/users> > Order Deny,Allow > Deny from All > </Directory> > ### > > Because apache won't restart, therefore, the error log won't show. > But when I manually restart apache, it says: > Could not open config file /etc/httpd/conf/sql-ledger-httpd.conf > I checked the file; it was in the same directory as the httpd.conf did. > the owner and group were both root. > Any suggestion? > Thank you. > GL =46or example Mandrake use two different folder :/etc/httpd/conf ( for Apac= he=20 1.3 ) then second folder /etc/httpd/2.0 for Apache 2.0 where is symplinked= =20 folder conf - if this symplink doesn't exist ( or is wrongly done ) Apache = 2=20 cant't find extra files. Not sure how it is done in fc4 but if You have=20 possibility to run both Apache 1.3 and 2 it might be the broblem |