/header.html
About HyperNews
(Get the
latest version of this document.)
Table of Contents
After you have checked whether you can meet the
compatibility requirements for running HyperNews and have downloaded
the HyperNews source you will need to install
it and configure it for your needs. The following installation
instructions are correct for version 1.10.13 See the installation.html
file in the distribution package you downloaded for instructions that
may apply to that specific version, but keep in mind that there may be
some corrections described in the
lastest version, or on the bugs page or elsewhere.
These instructions are rather detailed, and many of the details
may not apply to your situation. But you should skim over them just
so you know what you are missing. With the state of web servers
and browsers still changing rapidly, it is difficult to make systems
that work in all possible situations, and so your best tool is
knowledge.
Installation involves first unpacking the source
code into a directory that allows CGI programs. Then you may have
to fix the Perl paths in the scripts.
An important consideration is
setting up the HyperNews Document Directory,
referred to as $hndocs in this document and elsewhere. This is where
all your forums, messages, and member info files are stored.
Then you will configure HyperNews to set the
options that control how HyperNews works. You can do this via a
web-based form or via direct editing of the configuration file,
hnrc. When you eventually reinstall
HyperNews to upgrade or fix problems, you can use a slightly
easier process. You can also do Multiple
Installations of Hypernews when you want different groups of users
or different configuration options for sets of related forums.
See What's Next for an overview of other
installation related topics, including creating forums, adding members,
writing instructions. Also look in the section on Typical Problems that you might
encounter while installing HyperNews.
The source code may be unpackaged in any directory that allows CGI
programs, since the source is the executable too (Perl is an
interpreter). We recommend that you put the scripts in their own
directory for ease of maintenance. A good place is
cgi-bin/HyperNews, but a different directory can be used almost
as easily. Do the following:
cd .../cgi-bin
gunzip hypernews.tar.gz
tar xf hypernews.tar
That will create the directory "cgi-bin/HyperNews###" where
the "###" is the version number. You should change the directory
name to remove the version number (e.g. just "HyperNews")
before announcing availability. We don't recommend you leave the
version number intact since you may later upgrade, and then the old
version number would be inappropriate so every reference to your forums
would have to be updated too.
All the scripts are stored in the "HyperNews###/.scripts"
subdirectory, which may be invisible to you (use ls -a to see
it). Make sure your tar extraction created a symbolic link from
HyperNews/.scripts/.scripts to HyperNews/.scripts. Use ls -F
to see symbolic link files with appended '@'.
You may want to change how your server is configured so you can avoid
including "cgi-bin" in your URLs (or any other prefix, for that
matter). Instructions for how to do that, and other server
configurations, are given in the following sections.
After HyperNews is fully configured by running the setup.pl script
(don't do it now), the other scripts in the .scripts directory will be
"used" via the HyperNews directory and the Admin and SECURED
directories. Not all scripts are available in all those directories,
depending on the access control settings you choose. There are three
ways that the scripts may be used: by pointing to them with "symbolic
links", which is the easiest and the default, by so-called "hard links",
and by copying them. You will need to use setup.pl with the
--hardlink or --copy options to use the scripts that
way. Copying the scripts is more awkward to deal with if you have to
make any changes to the code or if you have multiple installations, but
it is necessary on some servers that restrict use of links. The "hnrc"
file will remember which way you set this option and do the same each
time you run setup.pl or use a setup form. See more about running
setup.pl below.
Apache and NCSA httpd
For NCSA's server (and servers derived from it, such as Apache), you may
wish to add a ScriptAlias to the srm.conf file:
ScriptAlias /HyperNews/ <Your Directory>/HyperNews/
Replace "<Your Directory>" with the full path of the directory
that you put the HyperNews directory in. (You don't need to include
additional ScriptAlias directives for the .scripts directory or other
subdirectories of HyperNews.)
You may need to configure your server to loosen the restrictions on
what scripts are allowed to do in your HyperNews directory. For
example, in recent versions of Apache (1.1.1) the default for cgi-bin
in access.conf is:
Options None
AllowOverride None
You may need to enter a special configuration for your HyperNews
directory, like this:
<Directory <your-path-to>/HyperNews>
AllowOverride All
Options FollowSymLinks
</Directory>
For Apache 1.3 you may need to use 'Options +FollowSymLinks'
instead, depending on how your server configures other directories. If
you don't want to allow FollowSymLinks, or you are not permitted to
change the restrictions, you can instead use the --hardlink or
--copy options to setup.pl, described above.
Finally, restart (or kill -HUP) the server to cause the server to use
your configuration changes.
CERN httpd
For the CERN server (not recommended any more) add to httpd.conf:
# HyperNews Protect clauses
??
# HyperNews Exec clauses
Exec /HyperNews/SECURED/* <Your Directory>/HyperNews/SECURED/*
Exec /HyperNews/.scripts/* <Your Directory>/HyperNews/.scripts/*
Exec /HyperNews/* <Your Directory>/HyperNews/*
# A version of the following line is already in the .conf file,
# and must remain at the end.
<Pass /* /local/Web/* >
Depending on your configuration, you may also have to create
.www_acl files in the HyperNews, .scripts, SECURED, and Admin
directories. The setup.pl script may do this correctly for you already.
It should probably contain:
* : GET,POST : @*.*.*.*
Note that you cannot use email addresses as userids with the CERN
server. So create an initial admin userid that is not an email address, then
go change the member info to add an email address if you wish.
Netscape Commerce Server
For Netscape Commerce Server, add the following to the obj.conf file.
You'll have to adjust things to your situation and desired HyperNews
configuration. (e.g. 'pentauth.cgi' is a script you might create that
is called when authentication fails - remove the Error reason line
if you don't use it. The AddLog line might also fail for you.)
<Object ppath="/usr/ns-home/cgi-bin/HyperNews/SECURED/*">
AuthTrans fn="basic-ncsa" userfile="/usr/local/etc/httpd/htdocs/hn/hnpeople/.htpasswd" auth-type="basic"
PathCheck fn="require-auth" realm="HyperNews" auth-type="basic" auth-user="*"
Error reason="Unauthorized" fn="query-handler" path="/usr/ns-home/cgi-bin/pentauth.cgi"
AddLog fn="common-log" name="log0"
</Object>
Before executing scripts in HyperNews, if your Perl 5 binary is not the
same as it is in the first line of the fixPerlPath script (might be
/usr/bin/perl but you better check), you will need to run
fixPerlPath (included in the .scripts dir) on the files in the
HyperNews/.scripts directory. First edit the fixPerlPath script and
change the first line to the correct path for your Perl 5 binary. Then
run make fix or ./fixPerlPath *. It only changes
the files that need to be fixed.
You must set up a directory, called the HyperNews document directory,
(named by the variable $hndocs in the configuration file, see below for
details). We recommend that this directory be somewhere under your
Server Document Root (typically "...httpd/htdocs"), though it could be
anywhere. It will contain files and subdirectories for the headers and
bodies (the contents) of HyperNews forums and messages. It will also
contain the security information for access to HyperNews.
Warning: don't name the HyperNews document directory the same as your
HyperNews script directory, e.g. 'HyperNews'. Your server and you will
be confused.
Also, you probably don't want to put the HyperNews document directory
inside the HyperNews cgi-bin directory. At the very least, you
will not be able to access documents in it directly using your browser
since they may all appear to the server as cgi-bin programs to be
executed.
Users and Access Restrictions
The HyperNews document directory must always be writable by the user or
group id running HyperNews. (During the setup process, the cgi-bin
HyperNews directories must also be writable by the same user:group,
unless you call setup.pl via the command line shell. See below.) There
are many alternative ways to achieve this. If you do nothing special,
the user:group will be the same as for the server itself, which varies
depending on how it was configured. If the user:group is
nobody:nogroup, you may experience problems since nobody:nogroup may
have less privileges (depending on your operating system) than a normal
user. If you leave it as nobody:nogroup, perhaps you will need to set
$hnfilemode and $hndirmode to 777. If you change the server to run as a
more normal user and group (such as httpd:www), then you might be able
to set yourself up as a member of the same group (e.g. group 'www'), and
make the file and directory modes include group writable. Manual
maintenance will be easier as a consequence, should it be needed.
But we don't recommend you do the above if your server is shared by
many other users or virtual hosts. This is because HyperNews writes
its data onto disk, and so other users on the same system might
otherwise have read or write access. Instead, use some
setuid mechanism, described in the following sections.
There are two distinct sets of users to keep in mind, by the way.
Unix users are one set; we are particularly concerned with the
person who installs HyperNews via some Unix account (called the
"installer" from now on) and the "user" (e.g. httpd) who runs the
server. There may be many other Unix users on your machine that may
have read, write, or execute permission on your files and directories.
The other set of users are the people that access HyperNews via the web.
This set of Web users includes all the users who identify
themselves with User IDs as well as the anonymous users with no User
IDs. It also includes the HyperNews administrators with special
administrative powers. The Unix users and Web users are unrelated to
each other although they may just happen to have the same identifiers
used by the same people in some cases. Similarly, there are two
different unrelated sets of groups: Unix groups and HyperNews or Web
groups. The Web Server Groups are not used by HyperNews, except in old
versions - instead, HyperNews defines and uses its own group
mechanism.
If you wish to protect the privacy of messages, membership information,
and all HyperNews data, and thus prevent unauthorized use, we need to
arrange to change the Unix ownership of the files as they are written so
they can only be read or written by the installer. The problem is that
the server is typically run by another user, such as root, nobody, httpd,
or something else. One solution is live with it as described above.
The better solution is to arrange to have HyperNews be run as the same
user who owns the scripts, namely the installer. Given this motivation,
we can now describe several possible ways to make this happen.
Cgiwrap
HyperNews can work with the cgiwrap program. This
program is not included with HyperNews since it must be installed by a
system administrator, and so it may not be available at your site. If
you can use it, cgiwrap will change the user:group that runs HyperNews
scripts to be whoever is the owner of the scripts themselves, and thus
the files created by HyperNews will be owned by the same user:group.
To use cgiwrap (version 3.6 or later) with HyperNews symbolic links,
you will need to make sure that it is configured using the
--without-check-symlink option. Either that, or don't use symbolic
links with HyperNews. (See setup.pl command line options below.)
The following instructions assume you are installing HyperNews in a
cgi-bin directory that is accessed via your login ID. For example, the
URL for HyperNews might be /loginID/cgi-bin/HyperNews, where
loginID is replaced by your login ID. Or if you have a virtual
(or real) domain, the URL might simply be
http://your.domain/cgi-bin/HyperNews. If necessary, you might
be able to make a symbolic link from cgi-bin in your personal
public_html directory to the place where HyperNews is installed. There
are other ways that cgiwrap can be used with different ways of
configuring the server and installing HyperNews, but you're on your own
for now.
If you are using server-based authentication (i.e. not using the
HyperNews form-based $manualSecurity option), we need to do a bit more
configuration. To get the server to authenticate users when using the
cgiwrap program, we need to arrange that cgiwrap is accessed from inside
the HyperNews subdirectories protected by the .htaccess files - this
will cause the server's authentication (and access restrictions) to be
applied. Here is what must be done:
cd cgi-bin
ln -s /full/path/to/cgiwrap cgiwrap
Next run `make cgiwrap` from the .scripts directory - this adds
links from the HyperNews directory and subdirectories to this cgiwrap
above your HyperNews directory. (You will need to run it from the
command line only once per installation.) It also adds links for
cgiwrap.cgi and cgiwrapd. (You may need to use cgiwrap.cgi instead of
plain cgiwrap if your server requires all CGI programs to end in ".cgi".
The cgiwrapd form is used for debugging, but only if ".cgi" is not also
required.)
With that done, now we could access one of the scripts, say
edit-article.pl, with the following URL:
http://your.domain/cgi-bin/HyperNews/SECURED/cgiwrap/<your-login>/HyperNews/SECURED/edit-article.pl
Note that the "/HyperNews/SECURED" appears twice in the URL. We can
hide the use of cgiwrap and all these internal details by using a few
ScriptAlias directives added to your server configuration.
ScriptAlias /HyperNews/SECURED/ /full/path/to/HyperNews/SECURED/cgiwrap/<your-login>/HyperNews/SECURED/
ScriptAlias /HyperNews/Admin/ /full/path/to/HyperNews/Admin/cgiwrap/<your-login>/HyperNews/Admin/
ScriptAlias /HyperNews/.scripts/ /full/path/to/HyperNews/.scripts/cgiwrap/<your-login>/HyperNews/.scripts/
ScriptAlias /HyperNews/ /full/path/to/HyperNews/cgiwrap/<your-login>/HyperNews/
Then your URL would be simplified to just:
http://your.domain/cgi-bin/HyperNews/SECURED/edit-article.pl
If you are using a version of Apache that supports the ScriptAliasMatch
directive, you can simplify the above set of ScriptAlias directives to a
single line:
ScriptAliasMatch ^/HyperNews(/SECURED|/Admin|/\.scripts)?/(.*) /full/path/to/HyperNews$1/cgiwrap/<your-login>/HyperNews$1/$2
If you need to debug how cgiwrap is being used, add the following alias,
and use HyperNewsDebug instead of HyperNews.
ScriptAliasMatch ^/HyperNewsDebug(/SECURED|/Admin|/\.scripts)?/(.*) /full/path/to/HyperNews$1/cgiwrapd/<your-login>/HyperNews$1/$2
Setuid
HyperNews can work with setuid settings on all the scripts. This will
do about the same thing as cgiwrap but with much less trouble, if it is
allowed. To make this happen, you can use 'make setuid' in the
.scripts directory. Be sure to do that every time after editing
or modifying any of the scripts because the setuid bit may be cleared.
(Don't make the following setuid, however, since it won't work and you
shouldn't need it in any case: setup.pl, setup-form.pl,
setup-short-form.pl, and mail-incoming.pl.)
suEXEC
The Apache server has a configuration option to do the equivalent of
setuid on execution of CGI programs. To make this work, you need to
ensure that certain conditions are met, described at
http://www.apache.org/docs/suexec.html. In particular, the files must
not be group modifiable.
Also, due to a possible bug in suexec, the symbolic links to HyperNews
scripts will not work. Instead, you must use setup.pl with --copy or
--hardlink to copy or hard link the scripts instead of symbolically
linking to them.
One more thing: the script directories might have to be made
non-group-writable before the scripts will execute. This may mean that
you cannot use setup-form.pl to do the installation via the web; if so,
you must use setup.pl from the command line instead.
Other Access Restriction Issues
Be careful to disable server side includes (it's usually disabled by
default for ".html" files - that's all that is needed) in the
HyperNews document directory unless you have a trusted user community.
Server side includes may enable users to read almost anything on your
disk or execute any command simply by writing the appropriate
message.
You might want to restrict read access for the HyperNews document
directory so the server only allows HyperNews members or admin
to read the files directly. HyperNews setup will do this for you if
you make reading restricted to members only.
The Icons directory needs to be accessible via the server, and it should
probably not be restricted (you don't want users to get an
authentication dialog for each icon), so you should probably put it
somewhere outside of the $hndocs directory if the document directory is
restricted.
Bug: If you change your $hndocs directory between multiple calls to
setup, the setup process may not change the $hniconsURL accordingly so
it will not point to the same directory as $hnicons. For now, just
fix it manually in the hnrc file.
The hnpeople directory (in your $hndocs directory by default), where
all the member information goes, is protected by the same .htaccess
file as the HyperNews/.scripts directory so only administrators have
access to it. The HyperNews/SECURED directory is protected by
hnpeople/.htgroupmembers, and you can also use this in other
directories just by linking to it.
If you are installing HyperNews for the first time, continue with the
following instructions. If you are reinstalling HyperNews or want to
install it multiple times with different configurations, also read the
sections below on those subjects before actually continuing with
the installation and configuration.
The result of configuring HyperNews is that directories will be
created as needed to contain links to scripts, access restrictions,
icons, forums and messages. Also, a configuration file named
"hnrc" is created in your HyperNews/Admin directory
that sets all the variables that control how HyperNews works.
HyperNews is configured by executing a setup script in one of two ways.
The first way is via the command line (i.e. in a unix "shell"):
HyperNews/.scripts/setup.pl. (Also HyperNews/Admin/setup.pl
after version 1.9.4.) The second way, via the web with a browser, is
discussed below. You can actually use both ways of calling setup.pl one
after the other, and you will need to run from the command line to do
many options not available via the web interface.
Running setup.pl
You must run setup.pl from the command line in a way that allows
HyperNews (via the server) to later write to the directories that are
created to hold forums and messages. This means that you must either
first 'su' to the user that runs your server, or make sure you and the
server user share a group and you use group writable mode for files and
directories, as discussed above.
The first time you run setup.pl, if no hnrc file exists, one will be
created with default values. Edit this file to set the values to what
you want and run setup.pl again. The comments in the hnrc file are
probably not sufficient for you to know what to set the values to. It
would be best for you to use the second way of configuring HyperNews,
described next, at least to read the documentation it contains. But
there are several configuration options only available in the hnrc
file, at least for now.
The setup.pl script also has several options that can be used from the
command line. To see a description of these, run setup.pl --help.
Running setup-form.pl
The second way of configuring HyperNews is from a browser.
Open the following URL, substituting whatever
is appropriate for your installation.
http://<your.server>/HyperNews/.scripts/setup-form.pl/
Include the trailing "/" so the script can try to figure out your
document root directory.
If you see code instead of the HTML text and form that was supposed to
result from executing the code, then you need to do something to make
the server execute the code instead. You might need to change your
server configuration regarding cgi-bin executables; see the earlier
discussion on that issue. An alternative is to use setup-form.cgi
instead; it is linked to setup-form.pl, so you can use that instead if
your server requires a ".cgi" suffix.
Here is a (somewhat obsolete)
sample of what the setup-form looks like.
The setup-form provides many of the common configuration options, but
there is a simpler form with fewer option available, called
setup-short-form.pl, that you may try instead.
After you fill out the form
and submit it, several things will be checked, and if all is OK,
several things will be created or updated. The results of that
process will be displayed to you.
You will need to make your HyperNews cgi directory and the
.scripts and Admin subdirectory writable by the server temporarily
before you submit the form, so it can build the appropriate links to the
scripts and add access restrictions to the directories. However, it is
not wise to leave the directories in this writable state after you are
done configuring HyperNews.
After you submit the setup-form.pl form the first time (or after you run
setup.pl from the command line for a second time), HyperNews will create
the access restriction files, so you will have to authenticate as one of
the administrators for subsequent attempts. New administrators (i.e. those
who do not have a password already) will be given empty passwords.
Remember to change your admin password. You won't be
able to use any admin userid until you do change the password.
If you forget all your administrator passwords, you have a problem since
HyperNews doesn't store unencrypted passwords for security reasons. You
can manually edit the member info file for an administrator to make the
Password field empty, but this will work only if HyperNews is doing the
authentication rather than your server. Or you can remove an admin
member info file entirely and run setup.pl again from the command line.
That will create a new member info record for you with a blank password.
[The CERN server requires that user IDs must be nicknames only - no
email addresses (or no dots in the user ID anyway). (This is not
checked by HyperNews, unfortunately.) So the passwords that will be
generated for new administrators will not be emailed to them - even
more reason to remember the passwords when they are given to you.
The CERN server is no longer recommended anyway.]
Other Configuration Issues
You may also want to separately edit the
.scripts/icons-table-dist, to include the relationships and
icons that you want. (You'll probably have to copy it manually to
$hnicons/icons-table.) Each icon will be looked up in the
$hniconsURL directory. The distribution includes a directory of Icons
that might be useful. To install them, select the option on the setup
form or 'setup.pl --icons'. In version 1.10.13, the icons are always
installed even without specifying '--icons'.
When you consider what access permissions to allow for your
installation, note that there is a conflict in allowing anyone to join
while only allowing members to read. We wanted to leave the 'get'
script where it is whether or not there are access restrictions, so you
would not have to change URLs if you change the access restrictions from
public to private or vice versa. Therefore, when reading is restricted
to members only, everything is restricted including the registering of
new members. You can work around this problem by manually putting links
to the edit-member.pl and change-member.pl scripts in another directory
that does not have access restrictions (i.e. not a subdirectory of your
HyperNews directory), and also make links in that directory to the hnrc
file and to the .scripts directory so that the scripts can execute
properly. (You may also need to change the link to the change-member.pl
script in the hnrc file, but I believe that should not be necessary.)
If your server restricts access independent of HyperNews, you might be
able to use that with HyperNews. If the restriction is by domain,
then the server only knows that users come from the specified
domain(s). But if the restriction is to a set of users, HyperNews can
use the info for its authentication. Just configure HyperNews to
allow reading, etc by anyone, and HyperNews will detect that users
have been authenticated by the server already. However, server
authentication will not by itself provide personal info, such as the
user's name and home page, and more importantly, whether the user is
an administrator. So you will have to use the edit-member.pl form to
join members using the same user IDs. Administrators are identified
only in the setup process.
If you want HyperNews to manage the same password file as is used
outside of HyperNews, you should probably be able to do this by
configuring HyperNews to use the same file. See $hnPassword in the hnrc
file. Managing the group files is a different story; HyperNews checks
whether a user is a group member itself rather than using the server's
mechanism. (Also see the $externalSecurity option in hnrc file.)
HyperNews includes optional use of DBM password files with the
Netscape server.
Caching
HyperNews supports caching of pages generated to display forums and
messages. Caching pages means that HyperNews does not have to
regenerate those pages each time they are requested.
(The lack of per-user display customization is partly a
reflection of the goal to support caching.)
You must first set $supportCaching = 1 in the hnrc file. The default is
0 because people still have problems dealing with caches, and it is
better if they are at least aware of the presense of caching.
# Whether HN should support cachability of HN pages.
$supportCaching = 1;
You should also consider setting up a caching server to run in front of
HyperNews. This is one of the best ways to easily improve performance
of your HyperNews installation since the generation of pages can add up
for a large forum. Squid is
a very good free software caching server that can be configured as "an
httpd accelerator". Nothing more needs to be changed in HyperNews to
support server-side caching; the remainder of the setup resides in your
caching server and regular HyperNews server. Make your caching server
run as if it were the real server, and have the cache forward requests
to your HyperNews server, which might run on the same machine but with a
different port number.
When you are reinstalling HyperNews to change the configuration or to
use a new version of HyperNews, and you want to keep the old version
running, you'll probably want to test the new version before swapping
out the old version. You can install HyperNews in a different
directory, such as HyperNews1.9.6, just as it is untarred by
default, then configure it to run as if it were the new version using
the same HyperNews document directory, same hnpeople directory, etc .
(Note, however, that if you are changing the readability of forums from
public to private (members only), then this would have an impact on the
shared document directory.)
You may want to copy the hnrc file from the old version over to the
new version before running the configuration script; this way you will
get whatever settings were used previously by default. (Note that the
location of hnrc in older versions was in the HyperNews or
HyperNews/.scripts directory. The setup scripts will look for it both
old places. In 1.9.4, we moved it to the Admin directory, where I
think it will stay.)
If you are using cgiwrap, you will need to make a new link to it
in the new installation.
When you are satisfied that the new installation works, then just swap
it in by changing directory names (e.g. mv HyperNews
HyperNews.old; mv HyperNews1.9.6 HyperNews). (Actually, you
probably don't want to do this casually because someone might be in the
middle of an operation such as writing a message; this could be a
problem when security options change or the names of scripts or form
fields change. To be extra safe, shut your server down temporarily.)
Let us know if you have any problems doing this.
Makefile
Included in the .scripts directory is a Makefile. If you are familiar
with Unix makefiles, this is not a typical instance since it does no
compilation or dependency checking. But it is used to automate a few
command-line operations associated with the packaging and
installation of HyperNews. I use it regularly, but it has not been
tested by users who are not familar with what is going on, so caution is
advised. If you venture so far as to make enhancements, please let me
know so I may include your changes in the base.
When installing HyperNews for the first time, it is typically more work
because many issues need to be worked out. It would be nice if an
autoconfig or Perl Makefile.PL installation process could be used, but I
don't know one that has been adapted to know about CGI programs and web
servers. Please let me know if you come across one.
Nevertheless, I use the following procedure:
cd HyperNews###/.scripts
# Edit fixPerlPath, then do:
make fix
make setup
# Edit Admin/hnrc, fix other things, such as hndocs, then do:
make setup
make install
When reinstalling HyperNews, the process is much simpler if the current
configuration can be reused. The following assumes that the current
installation is in HyperNews in the same directory as the
new installation. After untarring into the new HyperNews###
directory (### is the version number), I do:
cd HyperNews###/.scripts
make copyconf # This copies configuration info from HyperNews.
make fix
make setup # Repeat as needed to change configuration.
make install
After the make install, the old HyperNews directory is
renamed HyperNews.old (after removing any previous
HyperNews.old) and the HyperNews### directory is moved
to HyperNews. Note that your current directory has been
changed in the process. You can undo the install step, in case you need
to go back and fix something, with:
make undoinstall
If instead of installing a new version, you want to make a copy of the
current installation that is in HyperNews, you can do the
following, as long as there is not already a HyperNews###
directory:
cd HyperNews/.scripts
make clone
make copyconf
make setup
make install
To make a distribution copy of HyperNews, I do:
make dist # Create hypernews.tar.gz
make docs # Create hndocs.tar.gz
You can install HyperNews multiple times while sharing a single copy
of the source. Each installation can have not only a different
configuration, but a different group of member users. Each member may
share the same password and membership info across all subgroups (if
you choose to do it that way - see below). For each installation, you
will specify the administrators, and where the member files are.
A future version of HyperNews will make multiple installations even
easier, but for now, you have to do it manually. First install
HyperNews normally as described above with the group (specified in
$hnGroup) having no name. This will establish the "root" level and
corresponding root level administrators.
Then, for each new installation, make a new directory. This directory
may be anywhere, and in particular, it may be a subdirectory of the
HyperNews directory (though that might make upgrading HyperNews more
complex because you cannot just replace the HyperNews directory).
You may want to add more ScriptAlias directives to your
server configuration (or whatever is appropriate for your server) for
these additional script directories.
In the directory for an installation, make an Admin subdirectory, and
copy the hnrc file from the first installation into Admin, if you want
to use that for default configuration. What you change in the
configuration of this installation depends on why you are doing a
separate installation - change whatever is appropriate and share the
rest. Make a symbolic link from the ".scripts" subdirectory to
wherever the .scripts directory in the first installation was
(e.g. ln -s ../HyperNews/.scripts .scripts). Then
open setup-form.pl in the new directory, just as for a normal
installation. In the $hnGroup field, you can specify the name of a
group if you want the membership to be different than that of the "root"
installation. Otherwise, you can leave $hnGroup as it is.
If you are running setup.pl from the command line, since the .scripts
directory is a link, running "setup.pl" or
"./setup.pl" in that directory will assume you mean the root
installation. So try ".scripts/setup.pl" or
"Admin/setup.pl" instead, starting from the correct parent
directory. If you use the setup form, and you link all the subgroup
.scripts directories to the root level .scripts, then the administrators
for the root level are the only ones who can setup subgroups.
For example, let's make an installation of HyperNews for a group
called 'Staff. We already have 'HyperNews' installed in one directory
as the 'root' installation, and we want the Staff installation at the
same level. Do the following:
$ cd cgi-bin
$ mkdir Staff
$ ls -F
HyperNews/ Staff/
$ cd Staff
$ mkdir Admin
$ ln -s ../HyperNews/.scripts .scripts
$ ls -aF
./ ../ .scripts@ Admin/
$ cp ../HyperNews/Admin/hnrc Admin
$ cd Admin
$ ln -s ../.scripts .scripts
$ vi hnrc # Change configuration of this installation.
$ ./.scripts/setup.pl # Execute setup.pl from the command line.
If you want your HyperNews documents (forums and messages) to be
secure from access by other installations of HyperNews (possibly other
groups of users), or from direct server access, you should probably
assign the $hndocs directory for each installation to a different
directory rather than share the same directory or nest the
directories. In each directory, include an appropriate .htaccess file
(or whatever your server calls it) to restrict access. HyperNews
scripts don't look at the .htaccess file for the documents they access
(only the server itself does), and that's why you don't want to nest
the document directories.
You can use the .htaccess files that HyperNews already produces by
linking to them. To protect your "hn" directory, do:
cd hn; ln -s hnpeople/Admin/.htgroupaccess .htaccess
If you restrict access to your $hndocs directory, you should probably
also change $hnicons and $hniconsURL to be outside of the $hndocs
directory then, so they will remain publically accessible, and
sharable. The Icons should probably *not* be protected, otherwise
people may get authentication requests for the first 4 icons (if the
brower makes 4 simultaneous requests).
To share membership files across installations, and thus share
password files, in each installation, simply assign the $hnPeople
variable to the same directory. You should probably move the
$hnPeople directory out of the $hndocs directory for this purpose.
(Note that the default value for $hnPeople in the setup-form is
relative to the $hndocs.) The $hnGroup subdirectory of $hnPeople will
list only the members of that group. Use the edit-member.pl function
for the group to add members to that group. Adding a member to a
group also adds the same member to parent levels all the way up to the
root.
Since adding a new group requires some manual installation in the file
system, there is no risk that anyone but the installer could do so.
In the future, we will supply a script to do this more automatically,
and then only the admin for a group would be allowed to add a
subgroup.
Cookies
HyperNews supports use of cookies for optional authentication. This is
particularly useful when you have some of the HyperNews services
available publically that ask for the userid and password in a form.
The edit-response.pl form is a typical example. In that case, once the
user has authenticated by some means (either by one of these forms or by
accessing a member-only service in the SECURED directory), HyperNews
will send a cookie to the browser that is unique to that user.
Thereafter, the browser sends the cookie when the user visits pages on
the same server (in the same security realm), thus causing HyperNews to
authenticate the user even when authentication is not required.
However, the cookie won't help when the server requires authentication
for SECURED services - but once it has asked, it won't ask again. Also,
the cookie is set to expire when the browser session terminates, unless
that default setting is changed.
To enable this use of cookies, you must edit your hnrc
file to change the $UseCookies and $HNCookiePassword variables. (You
don't need to run setup.pl after making this change.)
If you set $UseCookies to 'sometimes', each user will have the option
to use cookes for their own access.
If you've done the installation correctly, HyperNews should be runnable.
The first thing you need to do is change the passwords of
administrators. By default, they are empty, but as a security
precaution, you can't do anything with an administrator UserID that has
an empty password except to change the password to something else. As
an administrator, you should be aware of more of the security issues regarding membership.
You also may want to add some additional members via your browser using
the edit-member.pl program. See the instructions for becoming a member. Alternatively, there is a
batch-add-members.pl script for adding many members at once.
In the current version of HyperNews, the only way to remove members
once you have added them is manually. To do that, go into your
hnpeople directory and remove the files corresponding to members you
want to remove. Also remove them from the .htpasswd file.
Next, create some forums
(also called base articles). If that fails, you probably have an
installation problem so return here to check that you did everything
correctly.
HyperNews provides support for a two-way email gateway.
If you want to allow only outgoing email or also incoming email, see
that page for documentation.
A number of additional customizations are available in the hnrc file.
One feature that is frequently asked for is reversing the order of the
messages. See $reverseMessages for that.
Another frequent request is for a way to notify all members. Please see
the
discusion on the All-Member notification feature. (This needs to be
properly written up, as do many other features.)
User Instructions
You should also provide a customized instruction page for how to use
HyperNews at your site. You can start with the instructions.html
included in the distribution in the hndocs.tar.gz file. The setup
process does not install any instructions document since you should
first customize it for your configuration. Also, the icons in that
document are assumed to be in the directory "/Icons".
By default, the variable $instructionsURL in hnrc references
our instructions at
"
http://www.hypernews.org/HyperNews/get/hypernews/instructions.html".
The $instructionsURL variable could point to either a HyperNews page
that you create, or to a normal page. You can continue to point to our
instructions, but I would prefer that you not do that because users
often get lost on my server thinking they are on your server. On the
other hand, if you don't customize your instructions, you might as well
point to ours.
(But please do not just copy the HTML of the
instruction forums themselves; although it will appear to be a working
forum to users, the copy you get will not be updated even though the
controls will work to add messages to the HyperNews.org instruction
forums. Everyone will be confused.)
Every server imposes different constraints that you may not be able to
control, and there are many variations. It is often possible to get by
with no server configuration changes - given minimal cgi support. But
it can be fairly awkward. You may not be able to hide the 'cgi-bin'
from the path, or wherever you put HyperNews. Or, if your server is
configured to only execute files with a '.cgi' suffix, try the setup.cgi
program instead of setup.pl - it's the same program but it adds '.cgi'
to the script names. If you can't do symbolic links, try 'setup.pl -N'
to copy the files. (I'm not sure that works anymore, however.)
If you get a permission problem saying that some file could not be
written, or perhaps files are silently not being written, this is
probably a permission problem. Most likely, the user:group running
your server is incompatible with the owner:group of the files or
directories it is trying to modify. See the section above on setting
up your Documents Directory. The same issues apply to the HyperNews
program directory and subdirectories, although after installation is
completed, these directories and script files should not be modified.
If you get an error about an UnknownUser when you try to create a forum,
this is probably because the server is not properly authenticating you.
Check how your server is set up to do authentication and then check
whether HyperNews has set up the access files correctly to use the
server's authentication. The HyperNews programs should see the
REMOTE_USER if all is correct.
If you get an error when adding a message but the message gets added
anyway (do a reload to find out), one cause for this is that outgoing
email is failing for some reason. One reason it fails on some systems
is that you have not set up an email alias for the address named by your
$mail_to variable, which is 'HyperNews' by default, and for $mail_from,
which is 'Owner-HyperNews' by default. See your hnrc file and the email gateway forum for details. You can also fix
this by turning off email subscription and notification either in the
setup form or in the hnrc file.
Daniel LaLiberte (liberte@hypernews.org)
Last modified: Mon Oct 22 12:50:47 EDT 2001
- 1
HyperNews' setup-form wants to tack on a unix path to a URL.
by Steven Peterson, 1996, Feb 01
-
- 1
SCRIPT_NAME inconsistency
by liberte@hypernews.org, 1996, Feb 01
-
Hoping to avoid further problems . . .
by peterson@frontier-news.com, 1996, Feb 01
-
No end of problems, from my perspective anyway
by liberte@hypernews.org, 1996, Feb 01
-
Oops - my mistake
by liberte@hypernews.org, 1996, Feb 01
-
hndocsURL still used
by jay mortensen, 1996, Feb 08
- 2
hypernews and NT
, 1996, Feb 01
-
- 3
I'm having problems getting the program to use .cgi files
by Steven Peterson, 1996, Feb 02
-
- 1
Should work now
by liberte@hypernews.org, 1996, Apr 05
-
- 4
re-building group/password files makes bad group files for NCSA httpd
by Blaine Price, 1996, Feb 11
-
- 1
1.9B5.2 might fix it
by liberte@hypernews.org, 1996, Feb 12
-
- 5
Dutch FreeNet seelks help installing HyperNews
by Digitaal Limburg, 1996, Feb 14
-
- 1
Dutch FreeNet has succeeded in installation
by digilimb@dds.nl, 1996, Feb 21
-
- 6
HyperNews Problem
by Lorne Dmitruk, 1996, Feb 15
-
- 1
Partial Fix so Far
by dmitruk@ccism.pc.athabascau.ca, 1996, Jan 28
-
Try these versions
by tanaka@ngdc.noaa.gov, 1996, Feb 05
- 7
Can I install HyperNews? I am not an administrator.
by Young Jik Kwon, 1996, Feb 15
-
- 1
yes you can
, 1995, Dec 17
-
- 3
Slightly different problem
by gcle@eo.net, 1996, Apr 23
-
- 1
Installation Requirements
by liberte@hypernews.org, 1996, Apr 23
- ...
2 Message(s)
- 4
I did, here's how
by krowitz@tiac.net, 1996, Oct 01
-
- 5
Has anyone installed HN with CGIWrap ?
by cls@greens.org, 1996, Nov 20
-
- 8
Snags in configuration for Linux
by Larry Mills-Gahl, 1995, Oct 18
-
- 1
problems resolved (for now)
by lmg@webfarm.com, 1995, Oct 19
-
some comments
by nesta@cynico.com, 1995, Nov 03
- 9
What to add to NCSA's srm.conf
by Ken Tanaka, 1996, Feb 23
-
- 1
Dan fixed it
by tanaka@ngdc.noaa.gov, 1996, Feb 24
-
- 10
I'm having problems with Perl when running setuid HN scripts
by Patrick Petit, 1996, Mar 11
-
- 11
add-article: Error 403 Forbidden - access to file is never allowed [no ACL entry]
by Greg Houston, 1996, Mar 12
-
- 1
Internet Office Server == CERN?
by liberte@hypernews.org, 1996, Mar 15
-
- 12
adm with no password
by Samba DIALLO, 1996, Mar 12
-
- 1
I have the same problem
by cismas@ba-is.gsu.edu, 1996, Apr 17
-
- 1
It scrolls off
by debbiev@3hourtour.com, 1998, Jan 15
- ...
1 Message(s)
- 2
found fix for missed initial password
by ktohg@tritarget.com, 1998, Jun 09
- 13
Adding Icons
by Magnus Rydin, 1996, Mar 20
-
- 1
You just ....
by webmaster@itk.mh.se, 1996, Mar 20
-
- 2
How about multiple icons per message
by cls@truffula.sj.ca.us, 1996, Nov 21
-
- 1
Idea: How about multiple icons per message
by liberte@hypernews.org, 1996, Nov 22
- ...
- 14
Problems with .htgroupmembers creation
by Francisco M. De La Vega, 1996, Mar 22
-
- 15
HyperNews and Caldera desktop....
by David Black, 1996, Mar 27
-
- 1
Never mind - just needed to add a perl link
by dblack@icarus.shu.edu, 1996, Mar 27
-
- 16
Untitled
, 1996, Apr 02
-
- 17
Problem setting up notification on UnixWare system
by Kurt Schweitzer, 1996, Apr 03
-
- 1
I'm not much help
by liberte@hypernews.org, 1996, Apr 08
-
- 18
Unable to add Response
by Nazim Rahemtulla, 1996, Apr 01
-
- 1
Member only responses works in 1.9B5.6
by liberte@hypernews.org, 1996, Apr 08
-
non-member responses?
by dma@aei.ca, 1996, Jun 19
-
- 19
My .hngroupmembers keeps being flushed!
by Johan Edbäck, 1996, Apr 03
-
- 1
I got the same problem!!
by fvega@gene.cinvestav.mx, 1996, Apr 18
-
Perl 5.000 is at fault
by liberte@hypernews.org, 1996, Apr 18
-
- 20
Help - I cant get B5.6 to use B5.1 articles
by Robert Thompson, 1996, Apr 11
-
- 1
Socket problem
by liberte@hypernews.org, 1996, Apr 11
-
- 21
Changing the background colour
by Graham Cleverley, 1996, Apr 17
-
- 1
Customize $bodytag in hnrc or using setup-form.pl
by Daniel LaLiberte, 1996, Apr 17
-
is it impossible from base-article.pl?
, 1997, Oct 28
-
- 1
This is pretty cool
by trician@usa.net, 1998, Aug 03
- 2
Untitled
by trician@usa.net, 1998, Aug 04
- 3
URL
by trician@usa.net, 1998, Aug 04
- 22
The bottom of the main page...?
by Haralds Jass, 1996, Apr 20
-
- 23
Can't even get setup-form.pl to run without an error
by Randy Burgess, 1996, Apr 21
-
- 24
Removing the "Frames" option
by Graham Cleverley, 1996, Apr 21
-
- 1
Piece of Cake
by liberte@hypernews.org, 1996, Apr 22
-
- 2
Starting in Frames
by vick@blau.net, 1997, Jan 21
-
- 25
1.9B5.5 My $defaultNotification checkbox is not working
by Gonzalo Perez C., 1996, Apr 22
[Moved]
-
- 26
Running HyperNews under Netscape Server, anyone?
by Roland Siebelink, 1996, Apr 23
-
- 1
Fix posted already
by liberte@hypernews.org, 1996, Apr 23
-
- 27
Server protection setup error
, 1996, May 05
-
- 1
Position of additions to httpd.conf is critical
by Nigel.Gilbert@soc.surrey.ac.uk, 1996, May 12
-
- 28
setup.pl has syntax errors according to my perl v. 5.002
, 1996, May 07
-
- 1
I have the same problem. Have you solved it?
by gorlando@calnet.it, 1997, Mar 20
-
Solution is to make sure you are using Perl 5.002 or later.
by liberte@hypernews.org, 1997, Mar 20
-
- 29
base article no show, instead 'connection timed out'
, 1996, May 07
-
- 1
Fetching via http confusion
by liberte@hypernews.org, 1996, May 16
-
- 30
Password not accepted
, 1996, May 12
-
- 1
Authorization fails
by rfwilson@wilsonweb.com, 1996, Jun 14
-
More authorization woes
by dma@aei.ca, 1996, Jun 19
-
- 31
Add article prob after upgrade
, 1996, May 16
-
- 32
Problem with Solaris 2.5
, 1996, May 20
-
- 33
Setup under Pre-Protected area
, 1996, May 22
-
- 34
problem with member change form
, 1996, May 23
-
- 1
further diagnosis: it's Mosaic's fault
by bailin@faraday.physics.utoronto.ca, 1996, May 23
-
- 1
Which Mosaic?
by liberte@hypernews.org, 1996, May 23
- ...
- 2
I was afraid of this
by liberte@hypernews.org, 1996, May 23
-
- 1
clarification and partial solutions
by bailin@faraday.physics.utoronto.ca, 1996, May 23
- ...
- 35
Internal error: execve() failed
, 1996, May 23
-
- 1
Not sure - things to check
by liberte@hypernews.org, 1996, May 23
- 36
Multiple Installations
, 1996, May 24
-
- 1
Build your own index of forums
by liberte@hypernews.org, 1996, May 24
-
- 1
This is very site-specific
by jtara@stockclub.com, 1996, May 25
- ...
- 2
hnroot.html
by hu, 1997, Mar 17
- ...
- 37
Why do I need to log in to see my icons
, 1996, May 31
-
- 1
Access restriction probably accidental
by liberte@hypernews.org, 1996, May 31
-
Thanks
by carryer@vdr.stanford.edu, 1996, May 31
-
- 38
Adding / Deleting and administrator for a HN site
, 1996, May 31
-
- 1
It's crude, I know
by liberte@hypernews.org, 1996, May 31
-
- 39
need to change how membership info is stored
, 1996, Jun 05
-
- 1
Don't forget the htgroupmembers file
by liberte@hypernews.org, 1996, Jun 05
-
one file bad. directories?
by bailin@faraday.physics.utoronto.ca, 1996, Jun 06
-
Question: one file bad. directories?
by liberte@hypernews.org, 1996, Jun 06
-
- 40
Problem of reinstallation
, 1996, Jun 06
-
- 41
HELP! I cannot execute setup.pl wihtin Indy and perl 5.002
, 1996, Jun 11
-
- 1
Must not be Perl 5.002
by liberte@hypernews.org, 1996, Jun 11
-
- 42
Lost Icons
, 1996, Jun 15
-
- 1
Full URLs are the cause
by liberte@hypernews.org, 1996, Jun 17
-
- 43
setup-form.pl NOT a html document
, 1996, Jun 17
-
- 1
setup-form.pl should be executable
by liberte@hypernews.org, 1996, Jun 17
-
How to make HyperNews and .scripts cgi-bin directories?
by ktuoc@nosc.mil, 1996, Jun 24
-
- 44
I can't find out how to display "default" page
by eks, 1996, Jun 18
-
- 1
Untitled
by liberte@hypernews.org, 1996, Jun 18
-
- 45
Intermittent "Document contains no data" error
by Jonas Larsson, 1996, Jun 25
-
- 46
Install fails at fixPerlPath (CND 1.0)
, 1996, Jun 30
-
- 47
Workaround for fixPerlPath problem
by Tim Bird, 1996, Jul 01
-
- 1
Great, it worked!
by tallyho@voicenet.com, 1996, Jul 08
-
- 1
fixPerlPath changes
by lmg@webfarm.com, 1996, Jul 12
- ...
- 2
Thankyou so much you little beatuityti!
by jonhassall@innotts.co.uk, 1996, Sep 13
-
- 49
problem with 'get'
, 1996, Jul 05
-
- 1
Must be server problem
by liberte@hypernews.org, 1996, Jul 05
-
- 50
Setup fails at end (can't write to Admin/shlock?
by Lee Marzke, 1996, Jul 08
-
- 1
Setup error
by tallyho@voicenet.com, 1996, Jul 10
-
- 2
Fixed
by tallyho@voicenet.com, 1996, Jul 26
-
- 51
setup is fine but cannot create base articles or members
by Maida, 1996, Jul 17
-
- 1
TCP Error sounds unrelated to HyperNews
by liberte@hypernews.org, 1996, Jul 23
-
- 52
Get scripts does not get!
by Eric RAGONE, 1996, Jul 17
-
- 1
SPINNER's fault
by Robert.Andersson@cling.gu.se, 1997, Jan 22
-
- 2
Solution...
by Robert.Andersson@cling.gu.se, 1997, Jan 22
-
- 53
Help to install Hypernews
by B. Raven, 1996, Jul 28
-
- 54
lock error while adding users
by Brian Swail, 1996, Jul 30
-
- 55
Notification...All postings to all users?
by jvolkmann, 1996, Aug 02
-
- 56
Newbie: Why does it send e-mail to HyperNews?
by Brian O'Neill, 1996, Aug 08
-
- 1
Because it has to go somewhere
by liberte@hypernews.org, 1996, Aug 08
-
- 57
Help - need flush.pl!
by Ryan Huebsch, 1996, Aug 14
-
- 58
Error creating base article and edit member
by KhongTuoc M. Tran, 1996, Aug 14
-
- 1
Authentication problem?
by liberte@hypernews.org, 1996, Aug 15
-
- 59
installation problem
by Brian, 1996, Aug 15
-
- 1
More details please
by liberte@hypernews.org, 1996, Aug 15
-
- 61
INSTALL ON UUNET??
by hari sekhar, 1996, Aug 28
-
- 1
What's rbox?
by liberte@hypernews.org, 1996, Aug 28
-
- 62
Install problem, Can't locate NDBM_File.pm
by Lee Marzke, 1996, Aug 28
-
- 1
Perl problem?
by liberte@hypernews.org, 1996, Aug 29
-
- 1
Possible Fix for Perl Problem .. Can't find .. NDBM_File.pm ..
by thompson@ids-scheer.com, 1996, Oct 01
- ...
- 2
It worked before...
by alex@turing.kronos.com, 1996, Sep 18
-
- 3
HPUX Can't locate NDBM_File.pm in @INC
by stevei@fourgen.com, 1996, Nov 01
-
- 1
Some Perls have it, some don't
by liberte@hypernews.org, 1996, Nov 01
- ...
- 63
would like to remove HTML/URL options from setup
by Eric Lofland, 1996, Aug 29
- 64
1.9.1 under AIX: weird hnrc problem
by Kenneth C. Schalk, 1996, Sep 03
-
- 1
1.9.1 under AIX: weird hnrc problem
by liberte@hypernews.org, 1996, Sep 04
-
Nope, no single quotes here.
by ken@imlab.landarch.uiuc.edu, 1996, Sep 04
-
More: Nope, no single quotes here.
by liberte@hypernews.org, 1996, Sep 04
-
- 65
1.9.1 under AIX: wierd hnrc problem
by Kenneth C. Schalk, 1996, Sep 03
-
- 66
How to setup
by Guillermo Schwarz, 1996, Sep 05
-
- 1
Missing flush.pl
, 1996, Sep 09
-
- 67
How does hnrc relate to setup-lib.pl when running setup.pl ?
by Donald Payne, 1996, Sep 10
-
- 1
Running from command line vs running from web
by liberte@hypernews.org, 1996, Sep 10
-
- 68
Anyway to disable all email stuff thru hypernews ? I don't have mail on my web account
by Jon Hassall, 1996, Sep 11
-
- 69
I'm Sorry, but Isn't HyperNews a bit difficult to install
by Jon Hassall, 1996, Sep 11
-
- 1
Possibly, but for select configurations only
by liberte@hypernews.org, 1996, Sep 11
-
- 4
Isnt HyperNews.org. a bit difficult to install?
by Kdelphi95@aol.com., 1999, Apr 22
- 70
Help ! What is the code for this server ?
by Jon Hassall, 1996, Sep 12
-
- 71
Non-profit org needs tech to install Hypernew to new web site.HELP!
by Scott Morris, 1996, Sep 13
-
- 72
Another problem. Fix perl paths. Please help
by Jon Hassall, 1996, Sep 13
-
- 73
Inside BODY tag ??
by Nick Pollitt, 1996, Sep 14
-
- 1
Body tags
by kellyj@bah.com, 1996, Sep 30
-
- 74
requiring 5.002 is silly, i have perl 5.003!
by jon madison, 1996, Sep 25
-
- 1
requiring 5.002 is silly, i have perl 5.003!
by liberte@sdgmail.ncsa.uiuc.edu, 1996, Sep 26
-
- 75
Problem with HN 1.9B5.7
by Petter Gisslen, 1996, Sep 26
-
- 1
Problem with configuration?
by liberte@hypernews.org, 1996, Sep 26
-
No trailing '/'
by webmaster@itk.mh.se, 1996, Sep 30
-
Check permissions
by liberte@hypernews.org, 1996, Oct 01
-
Same problem!
by pedlefsen@wesleyan.edu
- 76
Are the all the pages CGI generated when requested
by michael swertfager, 1996, Oct 01
-
- 1
no
by jim@rollercoaster.com, 1996, Oct 02
-
Appearances are deceiving
by liberte@hypernews.org, 1996, Oct 02
-
- 77
Frame layout - can it be changed?
by Donald Payne, 1996, Oct 03
-
- 1
Question: Frame layout - can it be changed?
by liberte@hypernews.org, 1996, Oct 17
-
- 78
Bugs During CERN Installation
by Miles Fidelman, 1996, Oct 03
-
- 79
Can't run setup-form.pl
by Ender Oezguer, 1996, Oct 16
-
- 1
Things to verify
by ulrich@eiba.com, 1996, Oct 23
-
- 80
Need someone to install HyperNews $$$
by Ron Wilson, 1996, Oct 20
-
- 81
On a MAC?
by Sharon Thurgood, 1996, Oct 20
-
- 1
Not on a Mac, not on a PC, Sam let me be!
by liberte@hypernews.org, 1996, Oct 21
-
- 82
Problem with move/copy
by Fred Brittain, 1996, Oct 23
[Moved]
-
- 83
Navigation graphics do not appear
by Martin Grogg, 1996, Oct 25
-
- 1
What is your browser?
by liberte@hypernews.org, 1996, Oct 25
-
- 84
Can I translate the code to Spanish
by Alberto de Poo, 1996, Oct 28
- 85
$hnicons-bug
by Philipp Bachmann, 1996, Oct 30
-
- 1
It's a bug
by liberte@hypernews.org, 1996, Oct 30
-
- 86
hroberts@alumni.princeton.edu
by Hal Roberts, 1996, Nov 04
-
- 1
lock error on deletion
by liberte@hypernews.org, 1996, Nov 04
-
- 87
Setting up a SubGroup??
by Brian K. Swail, 1996, Nov 07
-
- 1
Most is documented already
by liberte@hypernews.org, 1996, Nov 07
-
- 88
My Help is broken, no files /hn/*.html
by Bernd Beier, 1996, Nov 11
-
- 89
Tar file called hypernew
by E. Charters, 1996, Nov 15
-
- 1
Scripts untar to HyperNews/.scripts
by liberte@hypernews.org, 1996, Nov 15
-
- 90
missing newline in .htgroupaccess
by Bob Kemp, 1996, Nov 27
-
- 91
Can I configure notification messages?
by Chris Brown, 1996, Nov 28
-
- 1
Do you mean new-member messages?
by liberte@hypernews.org, 1996, Dec 02
-
- 92
Subscribers aren't receiving mail. What should I check?
by Steve Isaacson, 1996, Dec 05
-
- 1
Members are not subscribers
by liberte@hypernews.org, 1996, Dec 06
-
- 93
Background Image and $bodytag
by Ron, 1996, Dec 08
-
- 1
Be careful about relative URLs
by liberte@hypernews.org, 1996, Dec 09
-
- 94
Hypernews on Novell Web server
by Andre Beley, 1996, Dec 12
-
- 95
hnrc file not being created, can't install
by Doug Archell, 1996, Dec 12
-
- 1
Did you submit the setup-form?
by liberte@hypernews.org, 1996, Dec 12
-
Perl 5.001 issue, partially resolved now!
by darchell@netcent.com, 1996, Dec 12
-
- 96
Problem running setup.pl form setup-short-form
by Etienne Delagrave, 1996, Dec 12
-
- 1
hnrc missing
by liberte@hypernews.org, 1996, Dec 12
-
- 97
Serious Install Problems, Instability
by Doug Archell, 1996, Dec 13
-
- 98
Can't load Fcntl.so, Help Me!
by Etienne Delagrave, 1996, Dec 16
-
- 99
User <me> has incorrect permissions?
, 1995, Jul 18
-
- 1
Permissions to $hndocs?
by pwiseman@mindspring.com, 1995, Jul 18
-
Problem solved? But in an unsatisfactory way!
by pwiseman@mindspring.com, 1995, Jul 19
-
- 1
Not unsatisfactory . . . necessary
by pwiseman@mindspring.com, 1995, Aug 02
- ...
- 2
Another Good reason to do this..
by jeffh@ee.pdx.edu, 1996, Jan 03
- ...
- 100
Want to configure out "Copy | Delete | Membership"
, 1995, Aug 29
-
- 1
Good idea
by Daniel LaLiberte, 1995, Aug 29
-
sirve para crear foros limitando accesos?
by enrique, 2002, May 07
- 101
Authentication failure creating base article
, 1996, May 23
-
- 1
Check authentication path
by liberte@hypernews.org, 1996, May 23
-
Check authentication path reply
by mgrogg@novell.com, 1996, May 29
-
Groupmembers missing?
by liberte@hypernews.org, 1996, Jun 07
-
Problem fixed??
by mgrogg@novell.com, 1996, Jun 11
-
- 102
What are the sendmail option?
, 1996, May 31
-
- 1
It's described in setup-lib.pl
by liberte@hypernews.org, 1996, May 31
-
- 103
symlink and unlink problems on SCO 5
, 1996, Jun 14
-
- 1
Question: symlink and unlink problems on SCO 5
by liberte@hypernews.org, 1996, Jun 14
-
- 104
Problem with installation on Apache server (Forbidden error #403)
, 1996, Jun 25
-
- 1
Check out access problem
by liberte@hypernews.org, 1996, Jul 02
-
- 105
No authentication dialog
by Martin Grogg, 1996, Jul 16
-
- 106
Error - Unable to unlink ...
by Martin Grogg, 1996, Sep 24
-
- 1
Experiencing unlink error on solaris 2.8
by Michael, 2001, Oct 02
-
Possibly a permission problem
by Daniel LaLiberte, 2001, Oct 02
- 107
Perl setup.pl script bombs with syntax errors
by Steve Sutherland, 1996, Sep 30
-
- 108
trouble with setup-form.pl (v1.9.2 on Solaris 2.5)
by Cyndy Chandler, 1996, Nov 21
-
- 1
Perl 5.002 problem?
by liberte@hypernews.org, 1996, Nov 22
-
- 109
Untitled
by Etienne Delagrave, 1996, Dec 09
-
- 1
NDBM_File missing, but not needed.
by liberte@hypernews.org, 1996, Dec 09
-
- 110
Netscape server on Solaris 5.4, perl5.003, no edit-article
by Cameron, 1996, Dec 22
-
- 111
Debugging strategy??
by Cameron, 1996, Dec 24
-
- 1
Some debugging ideas
by liberte@hypernews.org, 1996, Dec 30
-
Looks like a Perl problem. Filename globbing runs away.
by cls@greens.org, 1997, Jan 03
-
Looks like a Perl problem to me too
by liberte@hypernews.org, 1997, Jan 06
-
- 112
I am confused on how to use hypernews to view usenet
, 1996, Dec 26
-
- 113
Setting location of "instructions.html" file
by Russell Benasaraf, 1996, Dec 27
-
- 1
Change $instructionsURL
by liberte@hypernews.org, 1996, Dec 31
-
- 114
Pourquoi si peu de message francais ?
by Henri Allaire, 1997, Jan 05
-
- 1
Internationalization
by vegardh@gruk.no, 1997, Jan 29
-
- 115
Perl Problems
by Tim Toll, 1997, Jan 06
-
- 1
More fun with NDBM
by stevei@fourgen.com, 1997, Jan 06
-
- 2
EXECUTABLE
by cpierce@dataware.com, 1998, Aug 20
- 116
HyperNews, Linux, and Apache
by Tim Toll, 1997, Jan 09
-
- 1
But it works with your server...
by ttoll@css.tayloru.edu, 1997, Jan 09
-
More info
by ttoll@css.tayloru.edu, 1997, Jan 09
-
More questions
by liberte@hypernews.org, 1997, Jan 09
-
Even more info
by ttoll@css.tayloru.edu, 1997, Jan 09
-
mSQL is not supported by HyperNews
by liberte@hypernews.org, 1997, Jan 10
-
- 117
Doccumentation Issues
by Hal Levy, 1997, Jan 10
-
- 1
Some clarifications added
by liberte@hypernews.org, 1997, Jan 10
-
- 1
Thanks- and more
by hal.levy@mail.trilogy.net, 1997, Jan 10
- ...
- 2
Apache doesnt support frames !
by al_ganesh_2000@yahoo.com, 2000, Jun 07
- 118
Bug with setup.pl : Can't Locate NDBM_File.pm !!! Please Help !
by Xavier Beaudouin, 1997, Jan 13
-
- 119
Problem in creating URL base articles
by Venu Vasudevan, 1997, Jan 14
-
- 1
Problem in Perl installation
by liberte@hypernews.org, 1997, Jan 14
-
- 120
directory aliasing with netscrape server?
by Jonathan Wahlstrom, 1997, Jan 15
-
- 121
Another question if you don't mind.
by Chris Vicknair, 1997, Jan 21
-
- 1
No configuration option to use frames by default
by liberte@hypernews.org, 1997, Jan 21
-
- 122
What is the "my" in the code?
by Christopher Vicknair, 1997, Jan 21
-
- 1
Perl functions
by edsall@iastate.edu, 1997, Jul 22
- 123
Installing "action" icons?
by Robert Andersson, 1997, Jan 22
-
- 1
Install the icons
by liberte@hypernews.org, 1997, Jan 22
-
Re: Install the icons
by Robert.Andersson@cling.gu.se, 1997, Jan 22
-
Check out your server
by liberte@hypernews.org, 1997, Jan 23
-
Re: Check out your server
by Robert.Andersson@cling.gu.se, 1997, Jan 23
-
Re: Check out your server
by liberte@hypernews.org, 1997, Jan 23
-
- 124
Premature end of script headers
by Lip Ping, 1997, Jan 23
-
- 1
Try 1.9.2 with Perl 5.003
by liberte@hypernews.org, 1997, Jan 24
-
- 125
Problem adding responses
by Svante Johansson, 1997, Jan 26
-
- 126
Mirrored/Cross-connected HN forums on different domains.
by Scott Hall, 1997, Jan 25
-
- 127
Make fix problem on Alpha
by Alicia Coolidge, 1997, Feb 06
-
- 128
Can I automatically list the base articles?
by Ian Piper, 1997, Feb 10
-
- 1
This might work
by celestinor@acm.org, 1997, Feb 18
-
- 129
I`m forget password.
by T.Akimoto, 1997, Feb 10
-
- 1
forget password
by amit, 2001, Apr 17
- 130
How can we change the color of article ?
by Jean-Pierre Chevalier, 1997, Feb 12
-
- 131
Problem with Virtual Hosts
by rj celestino, 1997, Feb 16
-
- 1
May be fixed in 1.9.3
by liberte@hypernews.org, 1997, Feb 17
-
Any other suggestions?
by celestinor@acm.org, 1997, Feb 17
-
Check out that server
by liberte@hypernews.org, 1997, Feb 17
-
Server is OK
by celestinor@acm.org, 1997, Feb 17
-
Maybe HyperNews is not http 1.1 compatible yet
by liberte@hypernews.org, 1997, Feb 17
-
yep http 1.1 is the cuplrit
by celestinor@acm.org, 1997, Feb 17
-
Got a fix! (a hack to be honest).
by celestinor@acm.org, 1997, Feb 18
-
Not such a hack
by liberte@hypernews.org, 1997, Feb 19
-
- 132
Bug with chmod calls
by Colin Henein, 1997, Feb 18
-
- 1
Wow - thanks for that fix
by liberte@hypernews.org, 1997, Feb 19
-
- 133
Reporting on HyperNews
by Christopher Vicknair, 1997, Feb 19
-
- 1
No reporting functions yet
by liberte@hypernews.org, 1997, Feb 19
-
- 134
How t do I turn off text frame?
by Russell Sipe, 1997, Feb 22
-
- 1
1.9.3 allows customization
by liberte@hypernews.org, 1997, Feb 24
-
- 135
Posting on behalf of users
by Stephen McMahon, 1997, Feb 25
-
- 1
Possible with change
by liberte@hypernews.org, 1997, Feb 26
-
- 136
HyperNews 1.9.2 and source of slow response
by Keith Jackson, 1997, Mar 05
-
- 1
source of slow response unknown
by liberte@hypernews.org, 1997, Mar 06
-
Re: source of slow response unknown
by keith@educ.lsuc.on.ca, 1997, Mar 10
-
Re: source of slow response unknown
by liberte@hypernews.org, 1997, Mar 10
-
- 137
Can't post in HyperNews 1.9.3
by Brian Preble, 1997, Mar 05
-
- 138
Apache server hicup?
by david.king, 1997, Mar 09
-
- 1
Get HyperNews 1.9.3
by liberte@hypernews.org, 1997, Mar 10
-
- 139
replicated server?
by Scott Draves, 1997, Mar 11
-
- 1
How are they replicated?
by liberte@hypernews.org, 1997, Mar 11
-
- 140
"malformed header from script" error
by Barry Hemphill, 1997, Mar 14
-
- 1
Notification problem with default address
by liberte@hypernews.org, 1997, Mar 14
-
- 141
Can I do this?
, 1997, Mar 16
-
- 143
Add Response problem in 1.9.3
by Stephen Moss, 1997, Mar 17
-
- 144
Known bug - sorry
by Daniel LaLiberte, 1997, Mar 17
-
- 145
Get doesn't get - srm.conf ?
by Stephane Gay, 1997, Mar 21
-
- 1
Solved
, 1997, Mar 21
-
- 146
Unable to UNLINK error after submitting setup-form
by Nick Galea, 1997, Mar 31
-
- 1
Who owns HyperNews/SECURED/.scripts?
by pwiseman@gsu.edu, 1997, Apr 02
-
- 147
Common problem with sendmail: The path is not in the configuration form
by Ralf Rudolph, 1997, Apr 11
-
- 1
path to sendmail reported as error in installation
by oliver@jackson-bond.demon.co.uk, 1999, Sep 06
-
Agreed: better configuration tools needed
by liberte@hypernews.org, 1999, Sep 10
- 148
How do I change the icons?
, 1997, Apr 18
- 149
Perl 5.003 dumps core on setup-form.pl in 1.9.5 install
by Gunnar Helliesen, 1997, Apr 20
- 150
Copying messages
by John Schroeder, 1997, Apr 23
- 151
Forbidden access blues
by nicholas alston, 1997, Apr 24
- 152
Can't add base articles
by Dominica Anderson, 1997, Apr 24
- 153
Possible to change .pl files to .cgi?
by Rian Schmidt, 1997, Apr 27
-
- 1
Good Point
by fields@usa.net, 1997, Apr 28
-
Already solved
by liberte@hypernews.org, 1997, Apr 28
- 154
HyperNews instructions link?
, 1997, Apr 27
- 155
Repeated URL contents http://server/path/path/file.cgi
by Rian Schmidt, 1997, Apr 29
- 156
Win extract to Novell doesn't like Outline+1.gif file name
by S Page, 1997, Apr 29
- 157
Correct directory structure?
by Thomas Cameron, 1997, May 02
- 158
HN and mirroring?
by Mike Yakoubov, 1997, May 05
-
- 1
No explicit mirroring support yet
by liberte@hypernews.org, 1997, May 05
-
But what about order?
by qub@zhurnal.ru, 1997, May 10
-
Out of order would be ... out of order
by liberte@hypernews.org, 1997, May 12
- 159
Group Membership for each Forum or base article
by Jo, SanKu, 1997, May 06
-
- 1
Not trivial, maybe not efficient
by liberte@hypernews.org, 1997, May 06
-
Group membership for each forum again
by skjo@tamu.edu, 1997, May 06
- 160
Error Message for add-respons.pl
by Jo, 1997, May 13
-
- 1
Errors from command line don't mean much
by liberte@hypernews.org, 1997, May 14
- 2
Solution : Error Message for add-respons.pl
by skjo@tamu.edu, 1997, May 20
- 162
Help can't perl to work
by Jamie Zellerbach, 1997, May 23
-
- 1
More info on strugles
by jamiezel@sala.net, 1997, May 24
-
More struggles needed.
by liberte@hypernews.org, 1997, May 27
-
Getting there.
by jamiezel@sala.net, 1997, Jun 23
-
Oh hell I am still at it!
by jamiezel@sala.net, 1997, Jul 02
- 163
Split the messagelist ?
by Jan Schumacher, 1997, May 29
-
- 1
Splitting by date or subject
by liberte@hypernews.org, 1997, May 29
- 164
I am unable to install this - can you ?
by Jan Schumacher, 1997, May 30
-
- 1
Gifs missing in the sourcecode
by jan@schumacher.org, 1997, May 30
-
icons-table probably missing
by liberte@hypernews.org, 1997, Jun 05
- 165
Changing direction of messages
by Jan Schumacher, 1997, May 31
- 166
Proxy Error
by Jan Schumacher, 1997, May 31
- 167
Renaming ".pl " files to ".cgi"?
by T.J. Arnesen, 1997, May 31
-
- 1
.cgi is already supported
by liberte@hypernews.org, 1997, Jun 05
- 168
Upgrading 1.9.1 -> 1.9.5
by Richard Goerwitz, 1997, Jun 02
-
- 1
Question: Upgrading 1.9.1 -> 1.9.5
by liberte@hypernews.org, 1997, Jun 05
- 169
Found an error in add-lib.pl
by Jan Schumacher, 1997, Jun 02
- 170
Can I avoid symlinks (for suexec compatibility)
by Barry Hemphill, 1997, Jun 04
-
- 1
Copying code should work fine
by liberte@hypernews.org, 1997, Jun 05
- 171
Adding base articles (just hangs)
, 1997, Jun 07
-
- 1
More Info (just hangs)
by dking@csun.edu, 1997, Jun 07
-
This hanging is probably the redirect problem
by liberte@hypernews.org, 1997, Jun 09
- 172
Icon Installation Problem
by Heath, 1997, Jun 08
-
- 1
To be more precise...
by hberes@vt.edu, 1997, Jun 08
-
icons-table must be available
by liberte@hypernews.org, 1997, Jun 09
-
File Permissions the Solution
by hberes@vt.edu, 1997, Jun 09
- 173
Cannot modify
by Daniel M LaLiberte, 2006, Sep 11
- 174
Install problem
by SCOTT BOSSI, 1997, Jun 09
- 175
Uknown/user problem
, 1997, Jun 09
- 176
flush.pl missing
by Luc-Olivier Pochon, 1997, Jun 11
- 177
Cela fonctionne
by luc-olivier, 1997, Jun 19
- 178
Weird Page Displaying
by David A. Tong, 1997, Jun 19
-
- 1
Too Much Caching
by liberte@hypernews.org, 1997, Jun 19
- 179
PLEASE HELP!
by Shafayat Kamal, 1997, Jun 23
-
- 1
I figured it out but got more problems!
by sk@iessoft.com, 1997, Jun 23
-
This stinks, I'm getting rid of it...
by sk@iessoft.com, 1997, Jun 23
-
Grrrr...I can't remove it!
by sk@iessoft.com, 1997, Jun 23
-
Many small problems
by liberte@hypernews.org, 1997, Jun 24
-
Yay! Something worked! Still got probs though!
by sk@iessoft.com, 1997, Jun 24
- 180
Error Message on Installation
by Stephen Eason, 1997, Jun 24
-
- 1
Permission problem with Admin directory
by liberte@hypernews.org, 1997, Jun 25
- 2
Error Using HyperNews
by jlponce@anuies.mx, 1998, Jun 11
- 181
Can anyone help with this?
by Scott Little, 1997, Jun 28
- 182
Add a new member only by andministrator and the member ?
, 1997, Jun 30
- 183
File Not Found?
by A Keane, 1997, Jul 10
- 184
symlinks on Apache
by Alan Mackenzie, 1997, Jul 11
- 185
Need help with error adding messages
by David Wade, 1997, Jul 23
-
- 1
Add message problem
by James L. Kelly, 1997, Aug 01
-
Re: More: Add message problem
by wadedm@jmu.edu, 1997, Aug 01
- 186
urls behind firewalls
by Ties Meyer-Jark, 1997, Jul 25
- 187
Auto subscription
by James L. Kelly, 1997, Aug 01
- 188
setup-form.pl requires login name and password?
, 1997, Aug 04
-
- 1
setup-form.pl requires admin after first time
by liberte@hypernews.org, 1997, Aug 04
-
weeeeeeeeeeeee! Thank you
by emilio.recio@mail.tju.edu, 1998, Sep 15
- 189
Listing all users
by James L. Kelly, 1997, Aug 05
- 190
Local time vs GMT
, 1997, Aug 13
-
- 1
What Local time?
by liberte@hypernews.org, 1997, Aug 13
-
MET DST
by perrot@lal.in2p3.fr, 1997, Aug 14
- 191
Tar
by Alexandre gracovetsky, 1997, Aug 13
-
- 1
Use Unix
by liberte@hypernews.org, 1997, Aug 15
- 193
Tar error message
by alexandre gracovetsky, 1997, Aug 14
- 194
cgiwrap woes
by Stephen Booth, 1997, Aug 18
-
- 1
Question: cgiwrap woes
by liberte@hypernews.org, 1997, Aug 20
- 195
setup-short-form.pl
by alexandre Gracovetsky, 1997, Aug 22
- 196
HELP ME!!!!!!
by dirk funk, 1997, Aug 22
- 197
Icons do not show up
, 1997, Aug 22
-
- 1
Need -I flag to setup
by bweissman@baychi.org, 1997, Sep 16
- 2
missing display_Icons.pl?!
by scott@womer.com, 1997, Oct 17
-
- 1
display_Icons is not needed
by dlaliberte@gte.com, 1997, Oct 20
- 4
missing display_Icons.pl?!
by scott@womer.com, 1997, Oct 17
- 198
set-up questions ver. 1.9.5
by Christian Stalberg, 1997, Aug 23
- 199
Dosdata.sys and Dos-up drivers
by Jan Launius, 1997, Aug 27
- 204
ÎŇĎëhave a try. nothing.:-)
, 1997, Sep 12
- 205
ÎŇĎëhave a try. nothing.:-)
, 1997, Sep 12
- 206
Is anyone using Netscape Enterprise server with SSL ?
by Dave Braun, 1997, Sep 16
-
- 1
Using Enterprise Server? Use Collabra, at least it's supported!
by removethispart-ceric@ibm.net, 1997, Sep 28
-
I have installed Collabra last week
by dbraun@world.northgrum.com, 1997, Sep 29
- 207
Installation problems
by Han Barnat, 1997, Sep 23
- 208
Cannot create a forum called "2M350".
by Paul De Bra, 1997, Sep 25
- 209
setup.pl fails syntax check on perl5.002
by Luke Emmet, 1997, Sep 25
- 210
Error 500 execve() failed
by Maan Bsat, 1997, Oct 02
- 211
Email Notification Problems
by Vickie, 1997, Oct 18
-
- 1
mail to own domain failing; must be outside of HyperNews
by dlaliberte@gte.com, 1997, Oct 20
- 212
Is Hypernews works on a windows NT4 server?
by French surfer, 1997, Oct 28
- 213
Groups, Existing Passwords, Authorization
by Debbie Vorndran, 1998, Jan 15
-
- 1
Integration with existing passwords OK, groups not.
by liberte@hypernews.org, 1998, Jan 16
- 214
Order of Messages
, 1998, Jan 15
- 215
REMOTE_USER
by Henk Meij, 1998, Jan 28
- 216
Add forum error: Odd number of elements in hash list
, 1998, Feb 10
-
- 1
urc.pl problem
by liberte@hypernews.org, 1998, Feb 10
- 217
Do I need to upgrade to 1.9.6?
by Bob Weissman, 1998, Feb 18
-
- 1
Don't upgrade unless you find a need
by liberte@hypernews.org, 1998, Feb 18
- 218
Newer Messages First -- How do I do this??
by Aren Cambre, 1998, Feb 19
- 219
Need help installing HyperNews on SGI
by Andrew, 1998, Feb 26
- 220
error in edit-member.pl when adding user with same email address
by Brian Stormont, 1998, Feb 27
- 221
Header and Footer not being used globally
by Doug Archell, 1998, Mar 02
- 223
Moderated discussions possible ?
by Frank ROUSSEL, 1998, Mar 12
-
- 1
Sure
, 1998, Aug 18
-
Moderation before or after posting?
by liberte@hypernews.org, 1998, Aug 18
- 224
Where do I get BETA versions of HyperNews?
by Louis-David Mitterrand, 1998, Mar 16
- 225
Is there any way to reverse the sorting?
by Maverik, 1998, Jan 15
-
- 1
I need the same.
by nacho@ibermatica.es, 1998, Mar 30
-
See $reverseMessages in hnrc
by liberte@hypernews.org, 1998, Mar 30
- 226
Password-Probs
by Werner Mannsdörfer, 1998, Apr 04
- 227
Adding New Membership Info for Error
by James W. Blackwell, 1998, Apr 08
-
- 1
Change HNuserError to HNUserError
by liberte@emancholl.pair.com, 1998, Apr 08
- 228
Message Order
by Osman, 1998, Apr 23
- 229
Perl 5.004_01: Premature end of script headers
by Joern Schekahn, 1998, May 01
-
- 1
I'm having the same problem
by Srinivas.Annam@return2india.com, 1998, Aug 15
-
same problem with premature end of script headers
by emilio.recio@mail.tju.edu, 1998, Sep 15
- 230
Problems when Upgrading to 1.9.6
by Lars-Ĺke Ragnarsson, 1998, May 08
-
- 1
*.html,urc incompatibility? Do we need a script to upgrade?
by mao@ngdc.noaa.gov, 1998, Jun 12
-
- 1
HN is backward compatible with old urc files.
by liberte@emancholl.pair.com, 1998, Jun 16
- 2
possible fix...
by aphrael@bradley.edu, 1999, Feb 18
- 231
Mail is not working
, 1998, May 08
- 232
Error calling setup-short-form.pl from Netscape
by Olmeda Piero, 1998, May 08
-
- 1
Re: Question: Error calling setup-short-form.pl from Netscape
by liberte@emancholl.pair.com, 1998, May 08
- 233
edit-article.pl: Server Error/ Malformed header
by M.Iqbal, 1998, May 15
-
- 1
500 server error for edit-article
by liberte@emancholl.pair.com, 1998, May 16
-
Server 500 Error Remedy
by ncriss@indy.net, 1998, Jun 05
- 234
security settings not working
, 1998, May 20
- 235
Displaying the date in full
by Hanna Allen, 1998, May 24
-
- 1
Date format not an option, yet
by liberte@emancholl.pair.com, 1998, May 24
- 236
Untitled
by Lim Kean Heng, 1998, May 30
-
- 1
Tainting error - remove the -T from get script
by liberte@emancholl.pair.com, 1998, May 30
- 237
In members, can it send the password to mail account?
, 1998, Jun 07
-
- 1
Requiring legit email is an option, but not IP access restrictions.
by liberte@emancholl.pair.com, 1998, Jun 09
- 238
Default Forum for Incoming Mail
by Stephanie Brail, 1998, Jun 09
-
- 1
Setting a default forum is fairly painless
by j-smith@physics.tamu.edu, 1998, Jun 12
-
Re: Default forum may be all you are getting
by liberte@emancholl.pair.com, 1998, Jun 16
-
- 1
Re: Default forum may be all you are getting
by j-smith@physics.tamu.edu, 1998, Jun 16
- 2
Re: Default forum may be all you are getting
by j-smith@physics.tamu.edu, 1998, Jun 17
- 239
Search Script?
by Stephanie Brail, 1998, Jun 09
- 240
ERROR USING HyperNews
by Jose Luis Ponce, 1998, Jun 10
- 241
Help, Icon Installation Problem !!!
by Jose Luis Ponce, 1998, Jun 12
- 242
So difficult to install
by lll, 1998, Jun 15
-
- 1
"difficult to install"
by Kdelphi95@aol.com., 1999, Apr 22
- 243
multiple instalation 404 error on submit of edit-article.pl
by Dale, 1998, Jun 17
-
- 1
Re: File probably not found
by liberte@emancholl.pair.com, 1998, Jun 18
- 244
Error evaluating: &get()
, 1998, Jun 19
- 245
Perl "Insecure dependency" when trying to access brand new forum
by Shash Chatterjee, 1998, Jul 01
- 246
Is it possible to use relative URLs?
by Gerd v. Egidy, 1998, Jul 08
-
- 1
Relative URLs should be possible
by liberte@emancholl.pair.com, 1998, Jul 11
-
Re: Relative URLs should be possible
by spam@fire.franken.de, 1998, Jul 11
-
Patch or relative URLs
by liberte@emancholl.pair.com, 1998, Jul 11
- 247
Can Buttons Bar appear at top of message list?
by Dave K., 1998, Jul 10
-
- 1
Buttons on top is easy to do
by liberte@emancholl.pair.com, 1998, Jul 11
-
Re: Buttons on top is easy to do
by dkup@mindspring.com, 1998, Jul 14
-
Buttons before Messages option will be in 1.9.7
by liberte@emancholl.pair.com, 1998, Jul 15
- 249
Creating base article
by James W. Blackwell, 1998, Jul 24
-
- 1
404 *in* the content, or instead of content
by liberte@emancholl.pair.com, 1998, Jul 24
-
404
by jamesb@lsg.net, 1998, Jul 24
- 250
More Info...
by James W. Blackwell, 1998, Jul 24
- 251
HyperNews installation via ftp and web only
by Daniel LaLiberte, 1998, Jul 30
-
- 1
Another Possible Solution
by eric@macperspectives.com, 1998, Aug 05
- 2
I found CuteFTP helpful with WWWBoard installation.
by mary@sonic.net, 1998, Aug 16
- 252
Installation problems.
by KillerTrout, 1998, Aug 01
- 253
Howto: restrict email domains from change-member.pl
by Gerolf, 1998, Aug 02
-
- 1
Add lines to $hnPeople/.restricted
by liberte@emancholl.pair.com, 1998, Aug 02
- 254
Question about threading options
by David Henderson, 1998, Aug 06
-
- 1
Reverse top-level only
by liberte@emancholl.pair.com, 1998, Aug 06
- 255
Embedding Discussion at the end of a Page
by Eddie Young, 1998, Aug 10
-
- 1
Embedding as you want not supported
by liberte@hypernews.org, 1998, Aug 10
- 256
Problem adding members/ adding base articles in HN 1.9.6
by Paul Abery, 1998, Aug 11
- 257
!!Please Help Me!!
by Ersin Basaran, 1998, Aug 20
-
- 1
Check out missing Administrators
by liberte@hypernews.org, 1998, Aug 20
-
You are right!
by ersin@sabanciuniv.edu.tr, 1998, Aug 21
- 258
Installation help on: Set up the HyperNews Document Directory
by Gene Chipman, 1998, Aug 26
-
- 1
This part *should* be easy, or you will have more problems
by liberte@hypernews.org, 1998, Sep 01
- 259
Premature end of script headers
by John Beimler, 1998, Sep 05
-
- 1
More details needed
by liberte@emancholl.pair.com, 1998, Sep 05
- 2
possibly an suexec problem
by mfidelman@ntcorp.com, 1998, Sep 14
- 260
Asking for authentication TWICE!
by David Collantes, 1998, Sep 07
-
- 1
How is login being used?
by liberte@emancholl.pair.com, 1998, Sep 07
-
Re: How is login being used?
by david@bus.ucf.edu, 1998, Sep 08
-
Paging by dates
by liberte@emancholl.pair.com, 1998, Sep 08
- 261
HN and Server Side Includes
by Carlos E., 1998, Sep 11
-
- 1
SSI is risky with untrusted publishers
by liberte@hypernews.org, 1998, Sep 12
- 262
cannot stat program: (edit-member.pl)
by Miles Fidelman, 1998, Sep 14
-
- 1
anybody notice that the author on this has changed automagically?
by mfidelman@ntcorp.com, 1998, Sep 28
- 263
cannot run setup-form.pl twice
by Franco Bagnoli, 1998, Sep 17
-
- 1
I am having the same problem - any solutions?
by chatsa@aud.alcatel.com, 1998, Sep 22
- 2
Possible Solution, not official
, 1998, Sep 28
-
- 1
This indeed fixes my problem
by chatsa, 1998, Sep 29
- 264
Apache config prob: .../get: No such file or directory
by Alex Krowitz, 1998, Sep 17
-
- 1
Maybe reinstall 1.9.7 (soon 1.9.8)
by liberte@emancholl.pair.com, 1998, Sep 18
-
Oops - simple explanation (perl path)
by akrowitz@kronos.com, 1998, Sep 18
- 265
"Document Contains No Data"
by Christopher N. Deckard, 1998, Sep 25
- 267
HyperNews with Netscape 3.5.1
by Daniel Coletti, 1998, Sep 25
-
- 1
Same problem
by marga@ibit.org, 1998, Nov 11
- 268
Even Admin can't delete messages?!
by Carl, 1998, Oct 08
-
- 1
Form-based authentication not fully supported
by liberte@emancholl.pair.com, 1998, Oct 08
-
Ok, so can I manually delete messages?
by freak_O_nature, 1998, Oct 09
-
but with manual security and member only posting, remote user unrecognized.
by freak_O_nature@usa.net, 1998, Oct 09
-
Manual security is the problem
by liberte@emancholl.pair.com, 1998, Oct 10
- 269
Trouble in reinstalling
by Padmanab, 1998, Oct 07
-
- 1
Probably known problems - fixed in 1.9.8
by liberte@hypernews.org, 1998, Oct 08
- 270
setup.pl gives bad path?
by Rob Lingelbach, 1998, Oct 11
-
- 1
Solaris process security
by liberte@emancholl.pair.com, 1998, Oct 12
-
fixed with 1.9.8.1
by rob@alegria.com, 1998, Oct 12
- 271
Is it possible to make 'new' icon a client side event?
by freak_O_nature, 1998, Oct 12
-
- 1
Making HyperNews into a mail reader is hard to do scalably
by liberte@emancholl.pair.com, 1998, Oct 13
- 272
Problem With Add New message
by Nicolas Ross, 1998, Oct 12
-
- 1
Browser In-Memory Cache Problem?
by Daniel LaLiberte, 1998, Oct 13
- 273
instructions.html where in distribution?
by Rob Lingelbach, 1998, Oct 12
- 274
No Message Icons option?
by rom, 1998, Oct 13
-
- 1
See $useHNIcons option
by liberte@emancholl.pair.com, 1998, Oct 13
- 275
existing forums lost with HyperNews1.9.8.1 upgrade
by Monique de Moree, 1998, Oct 15
-
- 1
Forums generally survive upgrades
by liberte@emancholl.pair.com, 1998, Oct 15
- 276
Bottom button bar is repeated with 1.9.8.1 (HN bug)
by Aren Cambre, 1998, Oct 16
-
- 1
Reversing order repeats buttons by default
by liberte@emancholl.pair.com, 1998, Oct 17
-
- 1
It worked
by acambre@mail.smu.edu, 1998, Oct 17
- 2
Duplicate buttons are all at bottom of message
by kupiec@bellsouth.net, 1999, May 05
- ...
3 Message(s)
- 277
Premature end of script headers, for edit-articles.pl
by John F. Gibson, 1998, Oct 28
-
- 1
Don't include '.scripts' in most URLs
by liberte@emancholl.pair.com, 1998, Oct 29
- 2
error due to incorrect ScriptAlias for /HyperNews/
by gibson@mae.cornell.edu, 1998, Oct 29
- 278
Is it possible at all for HyperNews to work on Windows-based platforms?
by Austin B., 1998, Nov 02
-
- 1
i want to know too..
by mr p, 2001, Apr 07
- 279
error when adding administrator passwords
by Monique de Moree, 1998, Nov 05
-
- 1
Tainting error in change-member-lib.pl
by liberte@emancholl.pair.com, 1998, Nov 05
-
I have the same error and could fix it with the following line...
by pfuchs@web-strategies.com, 1998, Dec 20
-
OK, but move untainting outside the loop
by liberte@hypernews.org, 1998, Dec 22
- 280
Admin function problesm
, 1998, Nov 09
-
- 1
Admin function hidden by default
by liberte@emancholl.pair.com, 1998, Nov 10
- 281
Setup went fine, but cant access anything now
by Tim Fisher, 1998, Nov 10
-
- 1
Access file format error probably
by liberte@emancholl.pair.com, 1998, Nov 11
- 283
problem installing on linux
by Bengt Kayser, 1998, Nov 11
- 284
RemoteUser problem with Netscape Server on Solaris
by Matthew Whalen, 1998, Nov 12
-
- 1
Probably bug in 1.9.8.1
by liberte@emancholl.pair.com, 1998, Nov 12
- 285
including a base article on an existing page (SSI)
by Daniel Barnett, 1998, Nov 25
[Moved]
- 286
Apache 1.3 & access.conf changes
by Stephen Moss, 1998, Nov 30
-
- 1
What issues/symtoms did this resolve?
by hodgesj@rccc.cc.nc.us, 1998, Dec 09
-
options + and - operators
by smoss@stthomasu.ca, 1998, Dec 10
- 287
Problems installing on Virtual Server
by Chris Zinck, 1998, Dec 01
-
- 1
Repeated output is new to me
by liberte@emancholl.pair.com, 1998, Dec 03
-
It seems to be working now
by czinck@zcg.com, 1998, Dec 03
- 288
Can't create directory -- Help!! What now?
by Ross Rubin, 1998, Dec 03
-
- 1
Re: Question: Can't create directory -- Help!! What now?
by liberte@emancholl.pair.com, 1998, Dec 03
-
Okay, almost there
by thcehcsd@usa.net, 1998, Dec 04
- 289
Only http URLs supported
by Alain Roghi, 1998, Dec 07
-
- 1
AIIT:Forums looks like a URL
by liberte@emancholl.pair.com, 1998, Dec 17
-
Only HTTP Urls supported
by aroghi@gfi.fr, 1998, Dec 17
- 290
Out of Memory error for preview-response.pl using CGIWrap
by Randy Moore, 1998, Dec 07
- 291
How do I create an HTML tag?
by ex Parte, 1998, Dec 10
[Moved]
- 292
When do the "new" icons drop off?
by Pam, 1998, Dec 23
-
- 1
never mind... sorry
by pam@ilovejesus.com, 1998, Dec 23
- 293
error with setup.pl
by Shamya Ullah, 1998, Dec 23
-
- 1
Re: Question: error with setup.pl
by liberte@emancholl.pair.com, 1998, Dec 23
-
/usr/bin/perl -v
by astapp@slamsoftware.com, 1999, Jan 15
-
Different perls may be available simultaneously
by liberte@emancholl.pair.com, 1999, Jan 16
- 294
403 Forbidden - Apache 1.3.3, Perl 5.004
by David Ethell, 1999, Jan 05
-
- 1
Aha, figured it out...
by david@ethell.com, 1999, Jan 05
- 295
Don't want Hypernews send email to admin ...
by opass@rocketmail.com, 1999, Jan 12
-
- 1
Read /hypernews/email for how to configure email
by liberte@emancholl.pair.com, 1999, Jan 12
- 296
I´m having trouble with generating the password.
by Angie, 1999, Jan 14
-
- 1
Forbidden: Do not have permission ...
, 1999, Jan 15
-
- 1
Sounds like different configuration problem
by liberte@emancholl.pair.com, 1999, Jan 16
- 2
Also Can't Run setup-form.pl Again
, 1999, Jan 15
- 3
Generage passwords got broken
by liberte@emancholl.pair.com, 1999, Jan 16
-
- 1
It was like magic!
by angiee@yahoo.com, 1999, Jan 16
- 297
No Such File "setup-form.pl"
by Mark, 1999, Jan 14
-
- 1
No setup-form.cgi
by liberte@emancholl.pair.com, 1999, Jan 15
- 298
Fixing Path to Perl
by Mark MacGregor, 1999, Jan 15
-
- 1
Normally the perl path would have been correct
by liberte@emancholl.pair.com, 1999, Jan 16
- 299
External Security problems trying to use long passwords
by Acy Stapp, 1999, Jan 15
-
- 1
Authorization mixup
by liberte@emancholl.pair.com, 1999, Jan 16
-
Was a Cookie Problem
by astapp@slamsoftware.com, 1999, Jan 16
-
Old moldy cookies
by liberte@emancholl.pair.com, 1999, Jan 17
-
Cookie Problems
by astapp@slamsoftware.com, 1999, Jan 17
-
Clearing a cookie is needed
by liberte@emancholl.pair.com, 1999, Jan 18
- 300
Real Problems seting up hypernews
, 1999, Jan 17
-
- 1
Server configuration question
by liberte@emancholl.pair.com, 1999, Jan 25
- 301
Password problem
by Chiyung, 1999, Jan 19
-
- 1
Admin has no password
by liberte@emancholl.pair.com, 1999, Jan 25
-
- 1
Untitled
by chiyung@cs.ust.hk, 1999, Jan 25
- 2
Re: Admin has no password
by chiyung@cs.ust.hk, 1999, Jan 25
- 302
What do the hit and log files do?
by Bengt Kayser, 1999, Jan 19
-
- 1
Waiting for future applications
by liberte@emancholl.pair.com, 1999, Jan 25
-
Simple way to add a counter?
by bengt@sunny.unige.ch, 1999, Feb 03
-
Displaying .hit counts
by liberte@emancholl.pair.com, 1999, Feb 03
- 303
symbolic links and installation...
by koorus, 1999, Jan 27
- 304
Design question: why so many symbolic links?
by Doug Yatcilla, 1999, Feb 10
-
- 1
Links are needed for sharing
by liberte@emancholl.pair.com, 1999, Feb 13
-
Changed setup.pl to use hard links; seems to work
by yatcilda@umdnj.edu, 1999, Feb 15
-
Thanks for the hard link report
by liberte@emancholl.pair.com, 1999, Feb 15
-
Internel Server Error
by rguyer@dual-tech.com, 1999, Mar 19
-
- 1
Re: Question: Internel Server Error
by yatcilda@UMDNJ.EDU, 1999, Mar 19
- 2
Question: Internel Server Error
by liberte@hypernews.org, 1999, Mar 19
- ...
3 Message(s)
- 305
Problem with Admin functions with 1.9.8.1
by mvickery, 1999, Feb 11
- 306
New Icons
by mvickery, 1999, Feb 11
- 307
Problems with change-member.pl -> Undefined subroutine &Apache...
by Achim Spangler, 1999, Feb 15
-
- 1
Apache configuration problem?
by liberte@emancholl.pair.com, 1999, Feb 16
-
problem with timeout
by Danut, 2000, Oct 24
- 308
Problem with movieng articles with treads
by Angie Salazar, 1999, Mar 01
-
- 1
I forgot to tell
by angiee@yahoo.com, 1999, Mar 01
- 2
Tainting bug when moving threads: already known
by liberte@hypernews.org, 1999, Mar 02
-
- 1
Thank you
by angiee@yahoo.com, 1999, Mar 03
- 309
No icons
by Braga, 1999, Mar 09
-
- 1
Icons there, but missing?
by liberte@hypernews.org, 1999, Mar 09
-
Yet, no icons...
by cbraga@digex.net, 1999, Mar 10
-
Correct URL but no image?
by liberte@hypernews.org, 1999, Mar 10
- 310
edit-article.pl - Internal Server Error
by Rick, 1999, Mar 18
- 311
add'l relational icons possible?
by Bill Folsom, 1999, Mar 31
-
- 1
Adding icons is not as easy as I'd like
by liberte@hypernews.org, 1999, Apr 03
- 312
After upgrade, individual icons for messages no longer shown in outline view
by David Condon, 1999, Apr 08
-
- 1
Rebuild the message outline tree
by liberte@hypernews.org, 1999, Apr 09
- 313
HyperNews and free web page hosting (geocities)
by Sune Stilling, 1999, Apr 12
- 314
Not sendidng mail to subscribers in version 1.9.9
by Vaclav Lexa, 1999, Apr 21
-
- 1
Not a problem with toAddress
by liberte@hypernews.org, 1999, Apr 22
- 315
How to configure forums without asking for a password
by Enrique, 1999, Apr 21
- 316
About identification.....
by Javier Alexandro Del Pino Coronel, 1999, Apr 24
-
- 1
Authentication may not be working for you
by liberte@hypernews.org, 1999, Apr 26
- 317
How to transfer Forums to a new server?
by Bengt Kayser, 1999, Apr 27
-
- 1
Just keep the same forum path.
by liberte@hypernews.org, 1999, Apr 28
-
solved!
by bengt@sunny.unige.ch, 1999, Apr 28
- 318
Cannot seem to post URL's as message bodies anymore...
by Bill Folsom, 1999, May 19
- 319
Can't access forms from browser
by Robert Ruiz, 1999, May 24
-
- 1
Try starting over from scratch
by liberte@hypernews.org, 1999, May 25
- 320
I don't remember my password and password cannot deliver to e-mail ...
by juniar, 1999, Jun 04
- 321
Can HyperNews Configure without using shell access,remote login , Just using browser both FixPerlPath and setup-form
by jun, 1999, Jun 06
- 322
HyperNews will NOT request userid/password
by Chris Bagge, 1999, Jun 10
-
- 1
Security configuration problem
by liberte@hypernews.org, 1999, Jun 10
- 323
Subscribing ALL members to a forum ??
by Azkar, 1999, Jun 11
-
- 1
Try All-Member notification.
by liberte@hypernews.org, 1999, Jun 11
- 324
random banners
by Pam, 1999, Jun 30
-
- 1
Question: random banners
by liberte@hypernews.org, 1999, Jun 30
-
Sorry...
by pam@lowcarbcafe.com, 1999, Jun 30
-
Same answer - changes to HyperNews would be needed.
by liberte@hypernews.org, 1999, Jul 01
- 325
Can I use double-byte code characters such a Chinese in Hyper News
by Han Solo, 1999, Jul 06
- 326
server error message after successful post of message
by Bengt Kayser, 1999, Jul 07
-
- 1
Looks like sendmail noise
by Daniel LaLiberte, 1999, Jul 12
- 327
User Id in Admin - problem
by Rod Longhofer, 1999, Jul 18
-
- 1
Form-based authentication problems with message deletion
by liberte@hypernews.org, 1999, Jul 19
-
- 1
It can be, daniel if you are interested...
by rod@longhofer.com, 1999, Jul 21
- 2
FIXED - RH6.0 proper setup for authentication for cgi-bin
by rod@longhofer.com, 1999, Jul 24
-
- 1
cgiwrap or Apache authentication restrictions?
by liberte@hypernews.org, 1999, Jul 25
- 328
a public host server that would accept to install hypernews ???
by iom, 1999, Jul 20
- 329
How can i delete a user?
by zoltan, 1999, Jul 29
- 330
GET not working ???
, 1999, Aug 09
-
- 1
Fixed
by A.George@cerebrus.co.uk, 1999, Aug 27
- 331
Errors when running Setup (Socket.pm not in path)
by Samah Sohrab, 1999, Aug 10
-
- 1
Socket.pm should always be in path, so Perl is broken
by liberte@hypernews.org, 1999, Aug 10
- 332
Reverse chronological order
by Giulio, 1999, Aug 14
-
- 1
Re: Reverse Order
by hbrady@remstar.com, 1999, Aug 23
- 333
Performance Tuning
by Ken Tanaka, 1999, Aug 26
-
- 1
Feedback: Performance Tuning
by liberte@hypernews.org, 1999, Aug 27
- 334
Incoming gateway problem: "<forumname> not available for sendmail programs"
by Alex Krowitz, 1999, Sep 03
[Moved]
- 335
external auth. failure running edit-article,pl
by Greg Kresko, 1999, Sep 08
[Moved]
- 336
Will pay for installation
by Satya Prabhakar, 1999, Sep 15
- 337
Is there a $ENV(ip address of the server according to the user)?
by Rafael Valcarcel, 1999, Sep 17
-
- 1
Multi-host access to HyperNews.
by liberte@hypernews.org, 1999, Sep 18
- 338
HTML documents missing from build
by Victor O'Rear, 1999, Sep 23
-
- 1
Docs are distributed separately - bugs are distributed
by liberte@hypernews.org, 1999, Sep 24
- 339
installation on virtualave.net
by d.k. henderson, 1999, Oct 04
- 340
Problem with multiple Installation ...
by Alexander Bernhardt, 1999, Oct 13
- 341
Can't change blank HNMail password to non-blank
by Sanek, 1999, Nov 04
-
- 1
May be bug in changing HNMail password
by liberte@hypernews.org, 1999, Nov 04
- 342
Bug with Perl ("ARRAY(0x82ac32c)")
by Michael Hasenstein, 1999, Dec 02
-
- 1
Could be mixed up HyperNews installation
by liberte@hypernews.org, 1999, Dec 02
- 343
Problem & Change coordinator
by Jimmy Braden, 1999, Dec 10
-
- 1
Custom html forms - corrected title
by j-braden@tamu.edu, 1999, Dec 10
- 2
Customizing HyperNews forms
by liberte@hypernews.org, 1999, Dec 10
- 344
Moving members from one server to another
by Daniel, 1999, Dec 12
-
- 1
tar it up and reinstall in your new web server.
by liberte@hypernews.org, 1999, Dec 13
- 345
Problem changing admins - there is no .htaccess file
by Jimmy Braden, 1999, Dec 22
- 346
Anybody installed hn on a hosting service?
by Paul Klarenberg, 1999, Dec 28
-
- 1
Restricted hosting services are difficult, but sometimes workable
by liberte@hypernews.org, 2000, Jan 01
- 348
How to install hypernews in Web hosting that not support for RLogin / Telnet
by Ahmad Juniar, 1999, Dec 31
- 349
after installation i cant create a base article... German Help?
by Wilfried Gödert, 2000, Jan 05
- 351
Post editing of articles
by Steve McKinnis, 2000, Jan 17
-
- 1
See /hypernews/base-articles.html
by liberte@hypernews.org, 2000, Jan 17
- 352
authentification for new user??
by Skiv, 2000, Jan 17
-
- 1
Did you run setup.pl?
by liberte@hypernews.org, 2000, Jan 17
-
yes I did.
by skiv@lanit.ru, 2000, Jan 18
-
passwords need not be required initially
by liberte@hypernews.org, 2000, Jan 20
- 353
setup.pl problem
, 2000, Jan 22
-
- 1
Check version of Perl being used
by liberte@hypernews.org, 2000, Jan 22
- 354
How to decouple sever/HyperNews security?
by Peter Soderquist, 2000, Feb 03
[Moved]
- 356
Installing HyperNews on a mirrored server.
by Roland Schweitzer, 2000, Feb 15
-
- 1
Support for mirrored servers is one of the original goals
by liberte@hypernews.org, 2000, Mar 01
- 357
hndocs
by indy, 2000, Apr 09
-
- 1
hndocs can be anywhere
by Daniel LaLiberte, 2000, Apr 10
- 2
re hndocs satellite tv dish network directv direct tv
, 2003, Dec 07
- 359
Creating links when installing
by Robert Cole, 2000, May 19
-
- 1
twisted cgiwrap
by liberte@hypernews.org, 2000, May 20
- 360
symbolic links | tar question
by Evan Cooch, 2000, May 19
-
- 1
Linking instructions
by Daniel LaLiberte, 2000, May 20
- 2
re links satellite tv dish network directv direct tv
, 2003, Dec 07
- 361
can't see the icons with a new configuration
by Javier Alexandro Del Pino Coronel, 2000, Jun 01
- 364
Install questions
by Tony Murray, 2000, Jun 15
-
- 1
Installation is not so easy anymore
by liberte@hypernews.org, 2000, Jun 16
-
Thank you,another question,though.
by Tony@batauto.com, 2000, Jun 16
-
see multiple installations
by liberte@hypernews.org, 2000, Jun 17
-
So cool,Thanks.
by Tony@batauto.com, 2000, Jun 17
- 365
How do I change an encoded global body tag?
by Suzanne, 2000, Jul 01
-
- 1
You may want to change the header and/or footer
by liberte@hypernews.org, 2000, Jul 02
- 366
Premature end of script headers
by Daniel, 2000, Jul 05
-
- 1
Most likely a Perl problem
by liberte@hypernews.org, 2000, Jul 05
- 367
Lost on install process.
by Tony Murray, 2000, Jul 13
-
- 1
confusing docs ... only the beginning
by Daniel LaLiberte, 2000, Jul 16
- 2
create admin password?
by CameronSpitzer, 2001, May 19
-
- 1
Admin created during setup
by Daniel LaLiberte, 2001, May 21
- 368
sender and recipient rewrite not working.. cgiwrap?
by Richard Grant, 2000, Jul 24
[Moved]
- 369
setup.pl problems
by Daniel, 2000, Aug 09
-
- 1
setup-form.pl problems
by daniel.angefors@saab.com, 2000, Aug 10
-
More: setup-form.pl problems
by liberte@holonexus.org, 2000, Aug 10
-
More: setup-form.pl problems
by daniel.angefors@saab.com, 2000, Aug 11
-
blank password problem
by liberte@holonexus.org, 2000, Aug 12
-
blank password problem
by daniel.angefors@saab.com, 2000, Aug 14
-
blanks passwords and authentication
by Daniel LaLiberte, 2000, Aug 15
-
Admin Password problem
by Paul, 2000, Nov 05
-
No admin password - fix
by Paul Anderson, 2000, Nov 12
- 372
FTP-Installation
by Roger, 2000, Sep 11
- 373
Lost in installation, HELP!!!
by Cyril Compeyron, 2000, Aug 18
- 374
How to order messages by a date contained in the title?
by Alessandro Russo, 2000, Oct 18
-
- 1
Ordering by date is still primitive
by Daniel LaLiberte, 2000, Oct 21
-
I see - any hints?
by Alessandro Russo, 2000, Oct 22
-
Sorting is done when messages are written
by Daniel LaLiberte, 2000, Oct 23
- 375
sigh - install woes | dreaded SYMLINK error
by Evan Cooch, 2000, Nov 12
-
- 1
part of the problem solved
by Evan Cooch, 2000, Nov 13
- 376
Rebuilding Password File
by Maynard, 2001, Feb 10
-
- 1
Use setup.pl
by Daniel LaLiberte, 2001, Feb 10
-
Thanks!
by Net Tender, 2001, Feb 11
- 377
Problem writing to.....
by Raul J., 2001, Feb 17
- 378
SWS 1.0
by From: Robertto Albornos, 2001, Feb 20
- 379
Anyone can push "Admin Mode" and change everything
by gruby, 2001, Feb 28
- 380
ScriptAlias | HyperNews | mod_perl
by Evan Cooch, 2001, Mar 13
-
- 1
ScriptAlias is optional
by Daniel LaLiberte, 2001, Mar 14
- 381
Premature end of script headers
by Maynard, 2001, Mar 17
- 382
change-member.pl failed loading
, 2001, Mar 30
- 383
Icons are lost after installation and setup.pl
, 2001, Apr 29
- 385
is it possible to install HN on a server with only http/ftp access?
by magius, 2001, Oct 21
- 386
Can't create directory: /SECURED
by jon, 2001, Nov 26
- 387
secured error
by earnest, 2001, Nov 28
- 388
Broken URL: /daol/HyperNews/get
by Col, 2001, Nov 29
-
- 1
Question: Broken URL: /daol/HyperNews/get
by Daniel LaLiberte, 2001, Dec 16
- 389
Error with Perl when running setup.pl
by Larry Staberg, 2002, Jan 21
-
- 1
Modules missing from distribution
by Daniel LaLiberte, 2002, Mar 03
- 390
lock: open(">\dir\etc/.shlock").: Permission denied
by Col, 2002, Jan 31
-
- 1
Solved
by Col, 2002, Jan 31
- 391
Access Restrictions
by Wojciech Komornicki, 2002, Jan 31
- 392
user registration by non-admins fails with publically-accessible {edit,change}-member.pl
by Olegario Craig, 2002, Mar 20
-
- 1
registration hack broken
by Daniel LaLiberte, 2002, Mar 20
-
- 1
Doesn't seem to work, and setup.pl rewrites it.
by Ole Craig, 2002, Mar 21
- 2
also tried editing /cgi-bin/hnews/edit-member.pl directly
by Ole Craig, 2002, Mar 21
- ...
1 Message(s)
- 393
Hypernews has suddenly developed problems
by Jon, 2002, Apr 30
- 394
hndirmode = 04775
by Walter Ogburn, 2002, Nov 11
- 395
how to setup hardlinks without shell account?
by earnest, 2003, Apr 22
- 396
How do I install?
by Kalin, 2004, Aug 26
-
- 1
Installation requires some unix shell knowledge
by Daniel M LaLiberte, 2004, Aug 26
This forum is closed.
||
About
||
Instructions
||
Test
||
Guestbook
||
Future ||
||
Source
||
Installation
||
Consortium
||