Jump to content
View in the app

A better way to browse. Learn more.

The Uniform Server Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Virtual Host

Featured Replies

I know this has come up many times but I am stumped big time this time. Trying to help a friend with his virtual host.

 

http.conf file

 

NameVirtualHost *
<VirtualHost *>
ServerName ez-pc.co.nz
DocumentRoot /www/ezpc/
</VirtualHost>

<VirtualHost *>
ServerName buffalostats.hopto.org
DocumentRoot /www/buffalostats/
</VirtualHost>

 

Second host is a no-ip address.

 

Can anyone see the problem? It always shows /www/ezpc/ website even when a user browses to buffalostats.hopto.org.

ATOMIC Web Hosting 2007 - 2011

Shared Hosting - Reseller Hosting - Dedicated Servers - Virtual Private Servers (Request Dedicated/VPS Servers via E-mail)

E-mail: sales@atomicwebhosting.com Website: http://www.atomicwebhosting.com/

Hi kalpz, :blink: Try This:

 

This should work ok Kalpz just paste in all the code and restart the services:

 


NameVirtualHost *


##########VIRTUAL HOST SETUP##########
# WWW.EZ-PC.CO.NZ
<VirtualHost *>
ServerName www.ez-pc.co.nz
DocumentRoot /www/ezpc
</VirtualHost>

##########VIRTUAL HOST SETUP##########
# EZ-PC.CO.NZ
<VirtualHost *>
ServerName ez-pc.co.nz
DocumentRoot /www/ezpc
</VirtualHost>

##########VIRTUAL HOST SETUP##########
# WWW.BUFFALOSTATS.HOPTO.ORG
<VirtualHost *>
ServerName www.buffalostats.hopto.org
DocumentRoot /www/buffalostats
</VirtualHost>

##########VIRTUAL HOST SETUP##########
# BUFFALOSTATS.HOPTO.ORG
<VirtualHost *>
ServerName buffalostats.hopto.org
DocumentRoot /www/buffalostats
</VirtualHost>


 

Danny ;)

Personal website

 

Uniform Server - hMail Server - Joomla

Your welcome kalpz :blink:

 

Glad it worked

 

Danny

Personal website

 

Uniform Server - hMail Server - Joomla

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.