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.

Changing document root to link dir containing spaces crashes apache.

Featured Replies

In order to update virtual hosts, you need to reboot apache. After writing in a document root in /apanel/ containing a space apache won't start at all

 

Works: E:\ftpuser\www

 

Buggy: E:\ftp user\www

 

Solution:

 

You need to edit UniServer\usr\local\apache2\conf\httpd.conf and edit the virtual host.

Open httpd.conf in a text document, scroll at the bottom, locate your virtual host.

 

Sample:

##########VIRTUAL HOST SETUP##########
# QUEST.ZNOTE.EU
<VirtualHost *>
ServerName quest.znote.eu
DocumentRoot E:/quest www
</VirtualHost>

 

You can see the dir:

DocumentRoot E:/quest www

 

Add the " symbol in the start and end of the dir, like this:

DocumentRoot "E:/quest www"

 

Save document, now start apache. It will work. :)

I am representing the open tibia community otland.net
otland.net is contributing open source server software to an 2d mmorpg game called Tibia.

Here are some Uniform server tutorials/guide contributions from me:
VIDEO TUTORIAL: I teach newbreeds to install and operate uniform server: (Updated for Coral 8.x)
http://youtu.be/AsyxPhDTOcI

Uniform Server newbie guide:
Securely installing Uniform Server for total newbeginners:
http://otland.net/f479/nothing-fully-worki...-0-3-6-a-77593/
(also contains how to get our open source tibia game, and connect it successfully to the uniform mysql server).

How to add a website for our open source tibia game which includes highscore, create account and so on: (On uniform server)
http://otland.net/f479/website-installing-...m-server-91951/

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.