Check the configuration files for
and sections that might affect the file you are trying to access. Remember
that settings applied to a path are also applied to any paths below it. You can override
these by changing the permissions only for the more specific path to which you want to
allow access.
Index not found??”The ???Directory index forbidden by rule??? error indicates that Apache
could not find an index file with a name specified in the DirectoryIndex directive
and was configured to not create an index containing a list of files in a directory. Make
sure your index page, if you have one, has one of the names specified in the relevant
DirectoryIndex directive, or add an Options Indexes line to the appropriate
or section for that object.
Script crashed??”???Premature end of script headers??? errors can indicate that a script is
crashing before it finishes. Sometimes, the errors that caused this also show up in the
error log. When you??™re using suexec or suPHP, this error may also be caused by a file
ownership or permissions error. These errors are indicated in /var/log/apache/
suexec.log or /var/log/apache/suphp.log.
Securing Your Web Traffic with SSL/TLS
You want to add security for your server, including your own certificates.
Pages:
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229