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.

ook

Member
  • Joined

  • Last visited

Everything posted by ook

  1. I was wrong once, but I think uncommenting "AddHandler cgi-script .cgi" would work if the default section or the doc root section include an "AllowOverriede All" or "AllowOverride Options" directive. This config file seems to use more administrative oriented scriptalias directives: # ScriptAlias: This controls which directories contain server scripts. # ScriptAliases are essentially the same as Aliases, except that # documents in the realname directory are treated as applications and # run by the server when requested rather than as documents sent to the client. # The same rules about trailing "/" apply to ScriptAlias directives as to # Alias. ScriptAlias /cgi-bin/ "/cgi-bin/" # "C:/Program Files/Apache Group/Apache2/cgi-bin" should be changed to whatever your ScriptAliased # CGI directory exists, if you have that configured. <Directory "/cgi-bin"> AllowOverride All Options ExecCGI </Directory> <Directory "/home/admin/www/cgi-bin"> AllowOverride All Options ExecCGI </Directory>
  2. ook replied to reenyg's topic in Plug-Ins Support
    I got a really sweet instal by downloading the new Pear installer: I just hope I got my include paths right. I ended up with this in my php.ini after the link they offered for instructions errored out: safe_mode_include_dir =".;W:\home\admin\www\plugins\pear/PEAR;/home/admin/www/plugins/pear/PEAR" include_path=".;W:\home\admin\www\plugins\pear/PEAR;/home/admin/www/plugins/pear/PEAR" BTW, the ?> was missing from the end but it ran without error.

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.