A
A
Alexander Timkov2016-05-04 09:16:05
Perl
Alexander Timkov, 2016-05-04 09:16:05

How to fix this error with Apache?

Hello, I have a site on a machine with the latest Apachem,
But when I open the site, I get this error
You don't have permission to access / on this server.
But if you change the value in this file from
Options FollowSymlinks
Options ExecCGI
To:
Options +FollowSymlinks
Options +ExecCGI
Then the site will show just the site script.
All modules are installed and tested. 6 times.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Konstantin Kozhin, 2016-05-04
@Tumkas

For perl scripts, you need to write a handler in httpd.conf.
And the set of options should be something like this:
Perhaps something else needs to be corrected in your configuration.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question