Content
access after first installation
Added by mauro santini almost 5 years ago
Good afternoon everybody.
I've installed OP with openproject configure and I believe everything went well until the end.
As I try to access the home page first I got an error as server not acessible. I checked the apache log and found the below entry
[Fri Feb 07 18:01:34.178509 2020] [autoindex:error] [pid 25529] [client 127.0.0.1:34814] AH01276: Cannot serve directory /opt/openproject/public/: No matching DirectoryIndex (index.html,index.cgi,index.pl,index.php,index.xhtml,index.htm) found, and server-generated directory index forbidden by Options directive
As test I created a simple index.html file in /opt/openproject/public andrefreshing the browser it shows the welcome msg I put in the file.
Checking the public directory, I can see that there r only a couple of files and directory.
I'm not sure this is how it should look like but I was expecting the public directory with more 'busy'
Did I miss something in the installation?
Should I move/copy something in the default server directory?
thanks
[EDIT]
considering OP relay on a proxy system, I checked which ports is the server listenin with this command:
lsof -i -P -n | grep LISTEN
and there is nothing active on 6000 wich as Understood is the proxy configured working port.
Below last entries from error.log from apache. please not I tried a different config as openproject2 now
[Fri Feb 07 20:07:52.770254 2020] [core:notice] [pid 933] AH00094: Command line: '/usr/sbin/apache2'
[Fri Feb 07 20:08:45.439175 2020] [proxy:error] [pid 1376] (111)Connection refused: AH00957: HTTP: attempt to connect to 127.0.0.1:6000 (127.0.0.1) failed
[Fri Feb 07 20:08:45.439237 2020] [proxy_http:error] [pid 1376] [client 127.0.0.1:41724] AH01114: HTTP: failed to make connection to backend: 127.0.0.1
[Fri Feb 07 20:08:45.585616 2020] [proxy:error] [pid 1377] (111)Connection refused: AH00957: HTTP: attempt to connect to 127.0.0.1:6000 (127.0.0.1) failed
[Fri Feb 07 20:08:45.585697 2020] [proxy_http:error] [pid 1377] [client 127.0.0.1:41728] AH01114: HTTP: failed to make connection to backend: 127.0.0.1, referer: http://openproject2/
[Fri Feb 07 20:08:59.800764 2020] [proxy:error] [pid 1379] (111)Connection refused: AH00957: HTTP: attempt to connect to 127.0.0.1:6000 (127.0.0.1) failed
[Fri Feb 07 20:08:59.800850 2020] [proxy_http:error] [pid 1379] [client 127.0.0.1:41734] AH01114: HTTP: failed to make connection to backend: 127.0.0.1
[Fri Feb 07 20:08:59.875861 2020] [proxy:error] [pid 1380] (111)Connection refused: AH00957: HTTP: attempt to connect to 127.0.0.1:6000 (127.0.0.1) failed
[Fri Feb 07 20:08:59.875933 2020] [proxy_http:error] [pid 1380] [client 127.0.0.1:41736] AH01114: HTTP: failed to make connection to backend: 127.0.0.1, referer: http://openproject2/
[Fri Feb 07 20:10:14.759528 2020] [proxy:error] [pid 1376] (111)Connection refused: AH00957: HTTP: attempt to connect to 127.0.0.1:6000 (127.0.0.1) failed
[Fri Feb 07 20:10:14.759582 2020] [proxy_http:error] [pid 1376] [client 127.0.0.1:41754] AH01114: HTTP: failed to make connection to backend: 127.0.0.1
[Fri Feb 07 20:10:28.120359 2020] [proxy:error] [pid 1377] (111)Connection refused: AH00957: HTTP: attempt to connect to 127.0.0.1:6000 (127.0.0.1) failed
[Fri Feb 07 20:10:28.120403 2020] [proxy_http:error] [pid 1377] [client 127.0.0.1:41758] AH01114: HTTP: failed to make connection to backend: 127.0.0.1
[Fri Feb 07 20:10:28.271534 2020] [proxy:error] [pid 1378] (111)Connection refused: AH00957: HTTP: attempt to connect to 127.0.0.1:6000 (127.0.0.1) failed
[Fri Feb 07 20:10:28.271595 2020] [proxy_http:error] [pid 1378] [client 127.0.0.1:41760] AH01114: HTTP: failed to make connection to backend: 127.0.0.1, referer: http://openproject2/
[EDIT]