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.

Can not create Virtual host (version 8.8.8)

Featured Replies

i can not create virtual host with ver 8.8.8, what did i do wrong:

 

Step 1: Edit httpd-vhosts.conf file

D:\UniServer\usr\local\apache2\conf\extra\httpd-vhosts.conf

 

Add:

<VirtualHost _default_:80>
 DocumentRoot D:/UniServer/www/tkp
 ServerName tkp.com
 ErrorLog "logs/error.log"
 CustomLog "logs/access.log" common
</VirtualHost>

 

Step 2: edit host file

etc/host

 

127.0.0.1  tkp.com

 

But, when i run http://tkp.com, it's run without tkp folder, it's display index.html file in D:/UniServer/www/ not D:/UniServer/www/tkp

My best advice would be to use the Apache Vhosts panel, which you access through Server Configuration > Apache > Apache Vhosts.

You should read the detailed instructions in the documentation. By following this, you can create a vhost that actually works.

 

Regards,

BobS

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.