Rewrite test is failing when installing opensource social network

Peter Keresztes Posted in Technical Support 8 years ago

Hello,

I am installing a brand new opensource social network and I have the rewrite module enabled on the apache but the installation keeps failing on rewrite check.

Here is what I see in the logs:

[Sun Jul 03 07:04:21.008950 2016] [:error] [pid 12343] [client 162.220.52.162:50585] script '/var/www/html/ossn/rewrite.php' not found or unable to stat

==> /var/log/apache2/access.log <==
162.220.52.162 - - [03/Jul/2016:07:04:21 -0400] "GET /rewrite.php HTTP/1.1" 404 450 "-" "-"

and here are the list of the enabled modules:

pache2ctl -M
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using balfala.com. Set the 'ServerName' directive globally to suppress this message
Loaded Modules:
coremodule (static)
so
module (static)
watchdogmodule (static)
http
module (static)
logconfigmodule (static)
logiomodule (static)
version
module (static)
unixdmodule (static)
access
compatmodule (shared)
alias
module (shared)
authbasicmodule (shared)
authncoremodule (shared)
authnfilemodule (shared)
authzcoremodule (shared)
authzhostmodule (shared)
authzusermodule (shared)
autoindexmodule (shared)
deflate
module (shared)
dirmodule (shared)
env
module (shared)
filtermodule (shared)
mime
module (shared)
mpmpreforkmodule (shared)
negotiationmodule (shared)
php5
module (shared)
rewritemodule (shared)
setenvif
module (shared)
status_module (shared)

Replies
Romanian Peter Keresztes Replied 8 years ago

Nevermind, it was working only it needed a hard refresh.

Romanian Peter Keresztes Replied 8 years ago

I can see the rewrite is working in the logs and still the page is showing it in red and no option to move forward.