Jump to content

new install redirecting loop index.php install.php


adman

Recommended Posts

new install, ubuntu 20.04, fresh apache2, revive-adserver-5.0.5 php7.4 by default failed. down rev to php7.2

apache access log shows infinite loop:

get "/ad/www/admin/index.php" 

get "/ad/www/admin/install.php" 

where is the trigger(file, env variable, etc) to show that adserver has gone through the install?  any other suggestions?

 

Link to comment
Share on other sites

I did not set anything. all configs are default. did not config tls. at some point I expect to add it via letsencrypt cert installed to apache.

I found the following in the install.php, uncommented it, re-ran. still nothing being logged to error.log in apache. still times out on infinite loop. anything else I should look at? maybe try a different OS and/or php version??

 

error_reporting(E_ALL | E_STRICT);

ini_set('display_startup_errors', 1);

ini_set('display_errors', 1);

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...