del defina as linhas 3 e 4 nesse fragmento. Sua configuração deve se parecer com isso
<Directory />
Options Includes Indexes FollowSymLinks MultiViews
AllowOverride None
</Directory>
Depois de alterar o tamanho de upload do arquivo php.ini
max e o tamanho máximo da postagem, o reinício do apache mostra o erro no título. Por quê? E como resolver isso?
# vi /etc/php.ini
# service httpd restart
# service httpd start
Starting httpd: Syntax error on line 304 of /etc/httpd/conf/httpd.conf:
Invalid command 'remove', perhaps misspelled or defined by a module not included in the server configuration
A linha 304 segue:
<Directory />
Options Includes Indexes FollowSymLinks MultiViews
remove word Indexes
Options Includes FollowSymlinks MultiViews
AllowOverride None
</Directory>
Tags php linux apache-2.2 centos