Page 1 of 1

install apache and apache

PostPosted: Mon Nov 05, 2007 5:34 pm
by terrychen
Dear sir,
at the end of install apache and php,you mention about

modify the index.html line and add index.php to the list#

Below is htpd.conf
after modify :Is it correct ???///

DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.
#
# The index.html.var file (a type-map) is used to deliver content-
# negotiated documents. The MultiViews Option can be used for the
# same purpose, but it is much slower.
#
DirectoryIndex index.html index.html.var index.php#
# AccessFileName: The name of the file to look for in each directory
# for additional configuration directives. See also the AllowOverride
# directive.
#
AccessFileName .htaccess

#
# The following lines prevent .htaccess and .htpasswd files from being
# viewed by Web clients.
#
<FilesMatch "^\.ht">
Order allow,deny
Deny from all
</FilesMatch>

PostPosted: Tue Nov 06, 2007 7:49 am
by mflorell
It's not actually required for VICIDIAL usage, but it's good if you want to use PHP on the server for default directory index pages. Yes you did it correctly.

PostPosted: Tue Nov 06, 2007 8:33 pm
by terrychen
Dear sir,
Thanks your answer,Thanks all the friends on this forum .
Terry