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.

bebbet

Member
  • Joined

  • Last visited

Everything posted by bebbet

  1. i try to make this <VirtualHost *> VirtualDocumentRoot "/www/domains/%-2.0.%-1.0/" </VirtualHost> after a hour of coding, i made apache not to crash when started.. and still it doesn't work it should do: request: www.bebbet.nl result: /www/domains/bebbet.nl/ i want: request: 1234.bebbet.nl/dir/filename.ext result: /www/domains/bebbet.nl/1234/dir/filename.ext who can help me? i activated LoadModule vhost_alias_module modules/mod_vhost_alias.so (i installed apache2, then copied the file) help me please
  2. bebbet replied to elyk's topic in Apache
    my whole httpd.conf httpd.txt
  3. bebbet replied to elyk's topic in Apache
    i got the server W:/www/ the root, if someone gets in the root (so not subdirs) i got PHP script: header(location: /aa/) so that it redicts to W:/www/aa/ my main site (i didn't want it in the root...) but if i try to pass trough the virtual host i only get to that location
  4. bebbet replied to gopo's topic in Apache
    I mean that my homeserver goes down sometimes... so if you try you get nothing than a can't connect to server error.. i didn't use any other things, only the virtual host section... my virtualhost section allready tried too add namevirtualhost directives NameVirtualHost * NameVirtualHost *free-hosting.kicks-ass.net NameVirtualHost *bebbet.kicks-ass.net <virtualhost *bebbet.kicks-ass.net:80> RewriteCond %{HTTP_HOST} ^[^.]+\.bebbet.\kicks-ass\.net$ RewriteRule ^(.+) %{HTTP_HOST}$1 [C] RewriteRule ^([^.]+)\.bebbet\.kicks-ass\.net(.*) /www/bebbet.kicks-ass.net/$1$2 RewriteLogLevel 10 rewritelog /log.txt servername *bebbet.kicks-ass.net </virtualhost> <virtualhost *free-hosting.kicks-ass.net:80> RewriteEngine on RewriteMap lowercase int:tolower #RewriteCond %{REQUEST_URI} !^/cgi-bin/ RewriteCond ${lowercase:%{SERVER_NAME}} ^www\.[a-z-]+\.free-hosting\.kicks-ass\.net$ CustomLog W:/own.txt own RewriteRule ^www\.([a-z-]+)\.free-hosting\.kicks-ass\.net/(.*) /home/$1/$2 RewriteLogLevel 10 rewritelog /log.txt #ScriptAlias /cgi-bin/ /www/std-cgi/ </virtualhost>
  5. bebbet replied to elyk's topic in Apache
    made a vhost using the script bebbet.testhost httpd.conf snipplet: <VirtualHost *> ServerName bebbet.testhost DocumentRoot W:/www/aa1/ </VirtualHost> but i still get too w:/www/aa/ (i got index.php in /www/ wich redicts to /aa/) so...?! someone knows how to solve this problem?> *i allready enabled mod_vhost_alias * #LoadModule usertrack_module modules/mod_usertrack.so LoadModule vhost_alias_module modules/mod_vhost_alias.so #LoadModule ssl_module modules/mod_ssl.so *
  6. bebbet replied to gopo's topic in Apache
    i put vhost mod online got in httpd.conf NameVirtualHost * <virtualhost *free-hosting.kicks-ass.net:80> RewriteEngine on RewriteMap lowercase int:tolower #RewriteCond %{REQUEST_URI} !^/cgi-bin/ RewriteCond ${lowercase:%{SERVER_NAME}} ^www\.[a-z-]+\.free-hosting\.kicks-ass\.net$ CustomLog W:/own.txt own RewriteRule ^(.+) ${lowercase:%{SERVER_NAME}}$1 [C] RewriteRule ^www\.([a-z-]+)\.free-hosting\.kicks-ass\.net/(.*) /home/$1/$2 #ScriptAlias /cgi-bin/ /www/std-cgi/ </virtualhost> but it doesn't work (is homeserver could be offline when u try!!)

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.