Re: Mantis package bombs



On Fri, Aug 24, 2007 at 11:53:11AM +0930, Tim wrote:
On Thu, 2007-08-23 at 14:10 -0600, Charles Curley wrote:
I just installed mantis (mantis-1.0.8-1.fc7.noarch et al.). I turned


Now what?

You might want to look at the recent threads I've had with Scott over
Apache and Drupal. It might be the same kinds of issues (symlinks to
things in /usr/share/program-name, SELinux contexts, Linux permissions,
Apache allow-from/deny rules, etc.).

No joy. SELinux is not an issue. File permissions all look good: files
are readable by other, direcotries readable and executable by other. I
set the perms to wide open:


Alias /mantis /usr/share/mantis

<Directory /usr/share/mantis>
# As passwords will be sent over the line do not allow plaintext
# communication
SSLRequireSSL

Options None

# Do not change this unless the default administrator
# login was removed; see documentation for details
Order Allow,Deny
Allow from all

php_flag "register_globals" "off"
SetEnv MANTIS_CONFIG /etc/mantis/config_inc.php
</Directory>

And I remembered to restart apache when I did so.

I did not muck with symlinks. Tha alias above should have done it
without. I have a similar alias for local docs:


# Allow access to local system documentation from localhost
Alias /doc/ /usr/share/doc/
<Location /doc>
order deny,allow
deny from all
allow from foo bar localhost .localdomain
Options Indexes FollowSymLinks
</Location>

I tried copying the Options line into the mantis alias; no joy.

--

Charles Curley /"\ ASCII Ribbon Campaign
Looking for fine software \ / Respect for open standards
and/or writing? X No HTML/RTF in email
http://www.charlescurley.com / \ No M$ Word docs in email

Key fingerprint = CE5C 6645 A45A 64E4 94C0 809C FFF6 4C48 4ECD DFDB

Attachment: pgphu4O7zcAag.pgp
Description: PGP signature

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

Relevant Pages

  • Re: require("common/latest.php") across multiple websites
    ... > I've set up the following using an Alias in Apache... ... > however the following maps out to an incorrect folder. ... My questions include, does PHP provide something ...
    (comp.lang.php)
  • Re: Configuring Sendmail and VSFTPD
    ... Attached is my httpd.conf file for Apache. ... >> Pete Nesbitt, rhce ... >Another consideration may be to use the apache 'Alias' definition. ...
    (RedHat)
  • Re: Aliase =?ISO-8859-15?Q?f=FCr_URL=27s_vergeben?=
    ... Der Apache Webserver unterstützt das mit der Alias Direktive: ... Sowas ist aber mir sicherheit nicht sehr sinnvoll, ... funktionierts nur mit Webseiten, bzw. den Protokollen, die der Apache ...
    (de.comp.os.unix.linux.misc)
  • Re: Apache
    ... > I would liketo set my apache with an alias that will point to an ... > external site without show in any way the other link. ...
    (comp.os.linux.setup)