Quantcast
Channel: apache (Forum tag)
Viewing all articles
Browse latest Browse all 34

New Turnkey Lamp install... Apache Virtual Host not displaying testing site

$
0
0

It's been too long!!

I haven't setup an apache server in quite some time and since all of my sites are on an old server running php 5.6, I thought it may be time to upgrade the server. So, I download a fresh oda of Turnkey Lamp and installed away.

I'm able to access the Webserver and Adminer via IP Addresses. I was able to setup the Virutal Host the way the old server had them. Typing in the domain name successfully gets me to the new server, however, it takes me to the default login page for Turnkey, not the root directory of the new website.

I know this is something simple that I have missed. Can anyone help me discover what that something is?

DocumentRoot /var/www/newdomain
ServerName newdomain.org
<Directory "/var/www/newdomain">
allow from all
Options None
Require all granted
</Directory>
ServerAlias www.newdomain.org
ErrorLog /var/log/www/newdomain/newdomainError.log
LogLevel emerg
TransferLog /var/log/www/newdomain/newdomainAccess.log

error logs show:

[Wed Nov 14 14:13:14.860763 2018] [mpm_prefork:notice] [pid 682] AH00171: Graceful restart requested, doing restart
[Wed Nov 14 14:13:14.913059 2018] [:error] [pid 682] python_init: Python version mismatch, expected '2.7.5+', found '2.7.13'.
[Wed Nov 14 14:13:14.913161 2018] [:error] [pid 682] python_init: Python executable found '/usr/bin/python'.
[Wed Nov 14 14:13:14.913169 2018] [:error] [pid 682] python_init: Python path being used '/usr/lib/python2.7:/usr/lib/python2.7/plat-x86_64-linux-gnu:/usr/lib/python2.7/lib-tk:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload'.
[Wed Nov 14 14:13:14.913177 2018] [:notice] [pid 682] mod_python: Creating 8 session mutexes based on 150 max processes and 0 max threads.
[Wed Nov 14 14:13:14.913184 2018] [:notice] [pid 682] mod_python: using mutex_directory /tmp 
[Wed Nov 14 14:13:14.922836 2018] [ssl:warn] [pid 682] AH01909: localhost:12322:0 server certificate does NOT include an ID which matches the server name
[Wed Nov 14 14:13:14.923119 2018] [ssl:warn] [pid 682] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[Wed Nov 14 14:13:14.923275 2018] [mpm_prefork:notice] [pid 682] AH00163: Apache/2.4.25 (Debian) mod_python/3.3.1 Python/2.7.13 OpenSSL/1.0.2l mod_perl/2.0.10 Perl/v5.24.1 configured -- resuming normal operations
[Wed Nov 14 14:13:14.923284 2018] [core:notice] [pid 682] AH00094: Command line: '/usr/sbin/apache2

Any ideas?

Tags: 
Forum: 

Viewing all articles
Browse latest Browse all 34

Trending Articles