Software :: Bugzilla Configuration - SSL Redirect

Mar 21, 2011

I installed Bugzilla on a Fedora 11 system and got it running. In the Admin options I set it to redirect all hits to SSL port 443.

This was a mistake.

After I saved that setting, every single request on all browsers seem to loop infinitely and the browser stops it - but I can't access any of the pages.

Does anybody know where that setting is set? Is it configured in Apache for that VHost? All I've found on the subject is changing the setting in Admin Options.

View 2 Replies


ADVERTISEMENT

Debian Configuration :: Implementing 301 Redirect On Apache2

Sep 8, 2011

I have scoured the internet in search of a way to implement this 301 redirect on Apache2 to no avail. My distro is Debian 5.0 Lenny. I want all request to sepserver.net to be 301 redirected to [URL]. Does anyone know how to do this? I have never done this before so I could really use a detailed explanation of how to implement this type of 301 that will work.

View 2 Replies View Related

Debian Configuration :: Redirect Trafic From Eth0 To Eth1

May 26, 2011

I have twe network cards eth0 and eth1. eth0 is connected to internet and eth1 is unusable. So, i'd like to redirect trafic from eth0 to eth1. how can i do it?

View 1 Replies View Related

Programming :: Bash Ambiguous Redirect - Redirect One Command Output Which Will Be Treat As A Content Of File For Another Command?

Mar 9, 2011

I am trying to grep multiple numbers from file, grep does have the -f option for that.

Code: grep -f <`seq 500 520` /etc/passwd I know this could be done with

Code: for i in `seq 500 520`; do grep "$i" /etc/passwd; done But my question is fare more behind this example. It is possible to redirect one command output which will be treat as a content of file for another command ?

View 2 Replies View Related

Ubuntu :: Install Bugzilla On 9.10?

Feb 1, 2010

I want to install Bugzilla on ubuntu 9.10

All the tutorials I found ask to install bugzilla from source.

Is installing from synaptic not advisable?

View 3 Replies View Related

Fedora Servers :: Upgrading Bugzilla Using YUM

Sep 8, 2009

When I installed F11 I chose to install Bugzilla with it. It is installed and working great, but It is not the newest version, and apparently the repositories I have installed do not have the newest version. Anyone know what repository I could get this from, if its possible?

View 3 Replies View Related

Fedora :: F12 ABRT And Bugzilla Can't Login?

Sep 17, 2010

First of all, I was unsure whether this should go in General Support or in Installation. The problem is occurring on my first boot of a freshly installed F12 system, but the immediate problem seems to be more concerned with Automatic Bug Reporting Tool and/or Bugzilla plugin.

That more immediate problem is: when I run the tool to report a crash, it complains that the Bugzilla Plugin is not properly configured. So I look at Edit->Plugins->Bugzilla just as it suggests, and I see a bugzilla URL that looks right, and blank Login and Password.

However, since I just did the F12 installation, which presumably is designed for any user, not a developer or member of the F12 project, there is no reason to assume that I even HAVE a login. So this is the first question: what Login and Password are they expecting here? Is there a special Login for the ABRT?

View 1 Replies View Related

General :: Install Bugzilla On Centos 5.5?

Feb 23, 2011

installing Bugzilla on CentOS 5.5 step by step? I want to learn how to install on my own pc, cause I will have to install it later on this semester for my professor.

View 2 Replies View Related

Server :: Bugzilla 3.2 Integration With LDAP?

May 6, 2010

I Installed Bugzilla 3.2 on Centos 5.3.I have other window 2003 server (Domain Controller).But it is Windows Small Business Server 2003.i have many OU on that.I want to integrate Bugzilla 3.2 with LDAP.

View 2 Replies View Related

Fedora :: Use Bugzilla Or Logger For Send A Bug Report?

Jul 16, 2010

when i am prompted to send a bug report i am given two choices. either i ll use bugzilla or logger. which one should i be using?

View 2 Replies View Related

Fedora Security :: SELinux Has Broken Bugzilla

Jul 19, 2010

I have recently upgraded from FC12 to FC13, and last week I updated all packages using YUM. The system is running as a VM inside CentOS 5.5 using KVM. SELinux is enforcing, using the targeted policy. Bugzilla is version 3.6.1 and was NOT installed using RPM or YUM.

Bugzilla was working OK on this machine until SELinux was upgraded last week from 3.7.19-28 to 3.7.19-33, and is still broken after testing 3.7.19-37 from the testing repo. With SELinux in enforcing mode, apache returns error 500 when I browse to the main bugzilla page. The apache error log shows this:-

Code:
[Mon Jul 19 13:15:08 2010] [error] [client 192.168.40.1] (13)Permission denied: exec of '/var/www/html/bugzilla/index.cgi' failed
Nothing, and I mean absolutely nothing, is recorded in /var/log/audit/audit.log, /var/log/messages or /var/log/secure.

[Code]....

View 5 Replies View Related

Fedora :: Drop Private Info From Bugzilla?

Feb 10, 2011

i have my personal email address in one of my bugzilla report.

really tired from spam. how can i drop my personal info from it?

[URL]

View 4 Replies View Related

Ubuntu Servers :: Install Bugzilla 3.6 On Lucid 10.4?

May 7, 2010

How to install Bugzilla 3.6 on Ubuntu Lucid 10.4 through the Advanced Packaging Tool(apt-get install) ???

View 4 Replies View Related

General :: Not Able To Install Bugzilla Module In Perl

Jul 21, 2011

I am using RHEL5 64 bit. I am trying to install bugzilla. While installing i am getting error.

View 2 Replies View Related

Software :: CentOS 5.5 - Apache And Bugzilla 403 Error

Apr 1, 2011

I loaded CentOS 5.5, Apache and Bugzilla with all the trimmings. My checksetup.pl finishes with no errors. I think the issue is on the Apache side of the equation. I can surf to localhost/test/index.html but cannot surf to localhost/bugzilla/index.html. I have commented out my <Directory> calls for /var/www/html/bugzilla. Restarted everything, cleared browser cash, validated that the test directory, bugzilla directory and both index.html files have the same settings. I can file:// to both index.html files but can't http:// to the bugzilla version. I get a 403 error. What can cause Apache to ignore a directory in this case?

View 4 Replies View Related

Software :: Subversion Using Bugzilla User Accounts?

Dec 13, 2010

I am trying to make subversion to use the user account from bugzilla. I surf the net and found many threads related but most of them are out-of-dated. I have install the following software on ubuntu10.10

1. apache2 -- apt-get install apache
2. subversion -- apt-get install subversion
3. bugzilla3 -- apt-get install bugzilla3
4. libapache2-mod-auth-mysql -- apt-get install libapache2-mod-auth-mysql

After installing those softwares needed, I edited the conf file on /etc/apache2/mods-available/dav_svn.conf

Code:

<Location /svn>
DAV svn
SVNParentPath /svnroot
SVNListParentPath On

[code]....

View 1 Replies View Related

Slackware :: Building The Perl Modules For Bugzilla 4.x.x?

May 16, 2011

I've done a clean install of Slackware 13.37 64-bit and am having trouble with building the Perl modules for Bugzilla 4.x.x (downloaded yesterday with bzr). This same problem exists with both Bugzilla stable and 4.1.2+.Executing checksetup.pl results in

Code:
checksetup.pl
* This is Bugzilla 4.1.2+ on perl 5.12.3

[code]....

View 3 Replies View Related

OpenSUSE :: Install A Complete Bugzilla System For Internal Use?

Apr 16, 2010

I am running an openSuse 11.1 server.

How easy is it to install a complete Bugzilla system for my own internal use?

Is there an rpm that will set it up automatically?

Is it part of the distro? Or 11.2 or 11.3?

What is the easiest way to install it?

View 8 Replies View Related

Ubuntu Servers :: Bugzilla Ldap Authentication Integration?

Aug 9, 2010

so I got bugzilla up and running (finally) on an ubuntu server...

but in order to use the ldap integration, you need:

Mozilla::LDAP (aka PerLDAP) Perl module
Mozilla/Netscape LDAP SDK

neither of which exist in the repositories, or anywhere on the internet. the best I could find was a request to build a package from over a year ago...

I did find source that I can build... the Perl module builds and starts to begin the setup process -- but I get stuck at the point where it requires the SDK... which I cannot find anywhere in a plain downloadable form. the one I found seems incomplete:

[URL]

View 1 Replies View Related

Ubuntu Installation :: Error Installing Bugzilla Lucid?

Aug 13, 2010

When I iried to install bugzilla on my Ubuntu Lucid, I kept getting the following message. I have used "sudo apt-get --configure -a " and this is as far as I can get with the installation. Is there a way of first stopping the process and then removing Bugzilla, as it has locked the admin for apt.

Setting up bugzilla3 (3.2.5.1-2) ...
dbconfig-common: writing config to /etc/dbconfig-common/bugzilla3.conf
granting access to database bugzilla3 for bugzilla3@localhost: already exists.
creating database bugzilla3: already exists.
dbconfig-common: flushing administrative password

[Code].....

View 2 Replies View Related

General :: Configure Bugzilla To Use External Mail Server

Feb 13, 2010

Planning to put a bugzilla server for bug reporting at our office. I have loaded and configured bugzilla on one of our machines running CentOS5.4. And there is another machine on CentOS5.4 that is running Zimbra community edition. Both are distinct machines. Zimbra is running fine and so is Bugzilla. I want bugzilla to use this Zimbra server to send mails so that I can use this internal mail server for my purpose.
This is the first time I am putting up bugzilla and have never worked on it but documentation helped. But I could not find any reference on how to do this?

View 1 Replies View Related

General :: Unable To Access Bugzilla After Lenny Upgrade

Jan 2, 2011

I was able to successfully upgrade my debian server from Etch to Lenny, however now I am unable to access Bugzilla via the establish url's.

The error I am getting is:

Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

Here is my error.log output:

[Sun Jan 02 10:58:55 2011] [error] [client 158.114.150.87] Not a subroutine reference at Bugzilla/Template.pm line 59.
[Sun Jan 02 10:58:55 2011] [error] [client 158.114.150.87] Compilation failed in require at Bugzilla.pm line 34.

[Code]....

Ok so after all the searching I did it came down to the simple fact that Bugzilla 2.22 doesn't work with Perl 5.10. I am in the process of upgrading to Bugzilla3 and running into some issues there getting my backup database loaded due to the install couldn't finish.

When you upgrade you are prompted to create a new database or use one already created. When I selected to use one already created is caused a break in the installation and I now I can't seem to get the installation to finish.

View 1 Replies View Related

Software :: Bugzilla - Tracking Progress And Status Of Various Projects

Feb 28, 2011

I am looking into setting up a system that can be used to track the progress and/or status of various projects being done by our I.T. staff. The specific features that I am looking for in the software are the following:

1. Project monitoring
2. Metrics
3. Email reminders
4. Bug tracking
5. Reporting
6. Scheduling

I have deployed applications like Bugzilla and RT Tracker in the past. However it has been several years since I have used either application so I am sure if either application can do some or all of the items that were listed above. Does anyone know if either of the two applications mentioned will do the items listed, or is there another application that is best suited for the job?

View 1 Replies View Related

Slackware :: Bugzilla - Permission Denied - Clean Install Of 13.1

Jul 24, 2010

I didn't back up the blasted /etc/httpd stuff.

I do a "clean" root-only install; i.e., the only partitions that are formatted are the root and usr partition leaving the others untouched (so I don't have to restore the entire thing every time or fiddle with updating). That leaves almost everything in place with only a few edits and additions to make to get back in business; smart and dumb and the same time, sigh.

The partitions look like this for what it's worth:

Code:

Anyway, my web server comes up just fine and other applications work as expected except for Bugzilla and I can't remember what the heck it is I have to do to get it going again. I add a file, httpd-bugzilla.conf in the extra directory and include it at the end of httpd.conf:

Code:

In the above, /var/www/htdocs/bugzilla is not a symbolic link, Bugzilla is actually installed there (and has worked just fine for a long, long time). And, yeah, I know I'm not really supposed to do that but there it is.

I also run checksetup.pl which completes cleanly (it also sets permission masks and group) and double-check that localconfig looks like it ought to.

Seems like that ought to do it, but...

Code:

View 1 Replies View Related

General :: Bugzilla 4.0 Not Recognizing SetEnv Variable For Virtual Host?

May 26, 2011

I am attempting to stand up a new server Red Hat EL6 with Bugzilla-4.0 and everything is working expect Virtual Host. By defualt Bugzilla looks for SetEnv PROJECT (variable) in the /etc/httpd/conf/httpd.conf file. I followed the given instructions to place SetEnv PROJECT (variable) under <VirtualHost> however bugzilla doesn't recognize that it is there. When I put SetEnv PROJECT outside of <VirtualHost> then it becomes the default for ALL my different virtual host instead of using what is inside the <VirtualHost> section.

Here is the NameVirtualHost section of my httpd.conf file

NameVirtualHost *:443
SetEnv PROJECT UIDPMO
<VirtualHost 140.188.65.31:443>

[code]....

PS: Here is what Bugzilla 4.0.1 guide says to do: 2.4. Multiple Bugzilla databases with a single installation The previous instructions referred to a standard installation, with one unique Bugzilla database. However, you may want to host several distinct installations, without having several copies of the code. This is possible by using the PROJECT environment variable. When accessed, Bugzilla checks for the existence of this variable, and if present, uses its value to check for an alternative configuration file named localconfig.<PROJECT> in the same location as the default one (localconfig). It also checks for customized templates in a directory named <PROJECT> in the same location as the default one (template/<langcode>). By default this is template/en/default so PROJECT's templates would be located at template/en/PROJECT.

To set up an alternate installation, just export PROJECT=foo before running checksetup.pl for the first time. It will result in a file called localconfig.foo instead of localconfig. Edit this file as described above, with reference to a new database, and re-run checksetup.pl to populate it. That's all. Now you have to configure the web server to pass this environment variable when accessed via an alternate URL, such as virtual host for instance. The following is an example of how you could do it in Apache, other Webservers may differ.

<VirtualHost 212.85.153.228:80>
ServerName foo.bar.baz
SetEnv PROJECT foo
Alias /bugzilla /var/www/bugzilla
</VirtualHost>

Don't forget to also export this variable before accessing Bugzilla by other means, such as cron tasks for instance. For anyone that fell into the same trap as I did. The Bugzilla guide neglects to tell you where to set the SetEnv PROJECT variable. It turns out that you need to add this variable in the /etc/httpd/conf.d/ssl.conf file under each virtual host section. So for me I did the follwoing

<VirtualHost_default_443>
SetEnv PROJECT PDS

Save the file, restarted Apache and everything worked as expected. Although I did include the NameVirtualHost section in /etc/httpd/conf/httpd.conf I don't think it made a difference.

View 1 Replies View Related

Server :: Bugzilla Error: Can't Send Mail To User@test.local.com

Apr 5, 2011

The thing is we have 2 servers one is bugzilla + proxy other is mailserver (internal)

The thing is when my dev team files any bug the bugzilla can't send mail to a user user@test.local.com

P.S:i am actually having problems since the sudden power cut and server restarts
the local mail server is having zimbra package installed

View 2 Replies View Related

Software :: Getting Bugzilla Setup On RedHat - Perl Install-module.pl DBD - Mysql ?

Apr 12, 2010

I am having some issues getting Bugzilla setup, I have the software on the server and am trying to get the pre-rec's setup.

I am using RedHat 4.1.2-42.

I have all of the required perl modules save one:DBD::mysql

When I try:

I get the following response(this is only an excerpt):

Can't test without successful make Running make install make had returned bad status, install seems impossible.

View 14 Replies View Related

Fedora :: ABRT Not Connecting To Bugzilla Nor The Remote Servers To Analyse Core Dumps

Jun 14, 2011

Has anyone noticed ABRT not being able to connect to Bugzilla or the remote Core Dump analysis server? Since my upgrade during the beta phase of F15 I have been unable to file bug reports from ABRT's traces, nor has it offered me the option to file bugs to bugzilla. What it does, however, is offer me to analyse the Core Dump and backtrace of the crash using either the remote server or locally with GDB. Needless to say I'm clueless in GDB, and it requires a LOT of debug symbols found in the corresponding debug packages. But trying to use the remote analysis server always results in a message of the server being busy and to try again later. IIRC the last time I was able to file a bug through ABRT was in 13, has anyone been able to do so in 15?

View 14 Replies View Related

Networking :: Redirect Only One Url To Another?

Mar 4, 2010

I use Centos 5.4, squid 2.6 stable21

I want to redirect only one url to another in a simpliest way.

View 3 Replies View Related

Red Hat :: Apache Redirect Url ?

Jul 29, 2009

http://test1.ch is the main page [url]is the sub page(alias) in another language(italian)

So that means every request on [url] should be redirected to [url]

I already tried: redirect permanent [url] but nothing happens

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved