Tagged Questions
0
votes
0answers
49 views
Apache removes preceeding slash (not trailing slash) from requests
I'm doing a clean install of Bugzilla 4 onto a new Ubuntu 12.4 server. I've already installed MediaWiki on the server without incident. Bugzilla, on the other hand, is being a bastard.
When I go to ...
1
vote
0answers
133 views
how to install bugzilla [closed]
I have installed bugzilla in my machine following the instructions in
http://askubuntu.com/questions/61935/how-do-i-install-bugzilla
...
0
votes
1answer
593 views
How to get Apache to serve Bugzilla CGI from a subpage (NOT subdomain)? [closed]
I'm trying to set up Bugzilla with SSL to be served by Apache from
https://www.foo.com/bugzilla
since I don't want to pay for an extra SSL cert to get https://bugzilla.foo.com.
What is the best ...
1
vote
1answer
1k views
Apache multiple virtual hosts on the same same ip(diffrent url's)
I have 2 virtual hosts(bugzilla and board review) on an apache server sitting inside an ubuntu machine.
I have one external ip address I can use(with one port enabled) so I can't assign different ...
3
votes
1answer
680 views
Bugzilla Apache server config
I have installed Bugzilla on my dedicated server with Centos5.5.
I have already a website running on this server with Apache config
<VirtualHost *:80>
DocumentRoot /var/www/html/XXX
..
...
0
votes
1answer
530 views
Changing Bugzilla url
I have installed Bugzilla with Apache on a Windows machine. The Bugzilla web application is set to http://localhost but i have to move it to http://localhost/bugzilla . I think that the Apache server ...
0
votes
2answers
351 views
ActivePerl on Windows/Apache performance problems
I would like to ask you for help. In our company, we have installed Bugzilla 4.0 on Windows machine. For running perl, we are currently using ActivePerl.The problem is, that we have around 50 users ...
0
votes
0answers
827 views
XmlRpcClientException: An invalid XML character (Unicode: 0x8) was found
I'm using Apache XML-RPC library to get bugs from Bugzilla. Calling the service, I receive exception:
org.apache.xmlrpc.client.XmlRpcClientException: Failed to parse server's response: An invalid XML ...
2
votes
4answers
2k views
Bugzilla error after installation: “TEST-FAILED Web Server is not executing CGI files”
I want to install Bugzilla on my linux server. The installation was successful, but it gives this error:
TEST-FAILED Web Server is not executing CGI files
How to resolve this?
0
votes
2answers
1k views
How to set an HTTP environment variable from PHP for Bugzilla?
The bugzilla (perl-based) system has a feature to login automatically by using a http server environment variable. If you fill in the right ID or username, you are automatically logged in.
My server ...
