nstall
nstall
I am using apache. Its just a web error when I click the URL. It says "webserver ip address" refused to connect. This site can't be reached.
The URL is also pointing to pw.php and then an ID. Could it be something with that file? Or the database?
I am currently running under Ubuntu 16.04 LTS, The server is under my control it is hosted on a vm at the moment. Where would the apache logs be located...
apache2 should be running as I can get to localhost and my pwpusher site. It is just the URL the pwpusher generates that I cannot get to. In the access...
Anything specific I might be looking for? If I upload my log could you take a look?
Here are the logs. [error.log](https://github.com/bemosior/PHPasswordPusher/files/2577815/error.log) [syslog.txt](https://github.com/bemosior/PHPasswordPusher/files/2577816/syslog.txt)
So here is something I found here is a link that it is giving me https://10.1.20.25/pwpusher/pw.php?id=bd1b41af-156b-44cb-85c1-d79d29fc22dc as soon as I take off the https:// and just have 10.1.20.25/pwpusher/pw.php?id=bd1b41af-156b-44cb-85c1-d79d29fc22dc it works....
Just a side question now that I think about it. Can I make changes to the config.php file on the fly or do I have to do something else first?
Looks like default-ssl was not enabled however the pwpusher generates an https link and right now I can only get to it by http. Do I have to add something...
Yeah reloaded apache with the command still nothing. default-ssl.conf says the document root is /var/www/html. Do I need to change this to /var/www since that is where the pwpusher is...