How to install mod_perl for Bugzilla? [closed] - bugzilla

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I wish to install Bugzilla on windows machine , and I don't want to install it using the ready installer , I want to install it in my mysql server and my apache web server
I have installed perl 5, apache 2 and mysql 5.5 but while I was reading the Guide I found that I have to install something called mod_perl.
What is mod_perl and how do I install mod_perl?

To install Bugzilla on Windows, you can follow one of the tutorials that are out there. They walk you through step by step. This should solve this issue and any further issues. Here are a couple examples:
http://www.theprogrammersweblog.com/2009/02/installing-bugzilla-on-windows-system.html
https://wiki.mozilla.org/Bugzilla:Win32Install
For the installation of mod_perl, you can do the same thing (search for tutorials). Here is one:
http://perl.apache.org/docs/2.0/os/win32/install.html
With that being said, this post should really be over at ServerFault.

mod_perl brings together Apache and Perl, it allows the two to work together.
Here is a guide on how to install it.

Related

is it possible to install mssql with all terminal tools in kali linux [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
I have installed Kali Linux the previous year for learning purpose, but now I am in love with this Linux distro and vim, since I am a new user to linux, based on my knowledge I have tried all possible thing to install Microsoft SQL Server in Kali Linux, but I am unable to install, I have been https://packages.microsoft.com/config/ through this. I suppose Kali Linux is a debian(testing) based distro, so I tried to do it, but I am not seeing any improvement. Please, developer, help me with this
You can install Docker on it, right? Then just use the SQL Server Docker images.

Existing CakePHP projects force download of webroot/index.php source code [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I'm working on windows with Apache 2.2 and PHP 5.2.17. I've just done some fiddling to install mcrypt and since then when I try to access some (but not all) of my cakephp projects in my browser (chrome), the source code for webroot/index.php is downloaded to a file called download. If I unpack a fresh cakephp and access that it works fine.
I also get the same issue with Magento by the way.
Any solutions? Thanks.
For anyone having the same issue, it turned out to be only a problem for google chrome. I emptied the cache and all is back to normal. Thanks to Oldskool for making me aware that it was possibly a browser specific issue.

how to install cakephp on shared host? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
i already setup on localhost (wampserver) and it is work correctly but when upload my project on web hosting i dont know how to configure and setup cakephp 1.3 on the host.
when i log into ftp i see this folders
/public_html
/DO_NOT_UPLOAD_HERE
so i put my files here
/public_html/myproject/app
/public_html/myproject/cake
/public_html/myproject/vendors
/public_html/myproject/.htaccess
/public_html/myproject/index.php
but when request site i see 4.4 error...
also i see this tutorial link but i am not sure it is work on 1.3 version or just on 1.2 ..so please someone explain by Specific steps how to setup cakephp 1.3 on the host
Check out this link: http://book.cakephp.org/1.3/en/view/908/Requirements
You have a sidebar to your left , this is the cookbook for 1.3 , It's in English and It's simple , good luck.

jvm options in tomcat [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
i need to add the following jvm options in tomcat
a] -Dcalltracerlib=calltracer5
b] -agentpath:C:\calltracer\jvmti\calltracer5.dll=traceFile-C:\calltracer\call.trace,filterFile-C:\calltracer\filters.txt,outputType-xml,usage-controlled
how can i configure tomcat
From section 3.2 of this Tomcat configuration page:
Windows running Tomcat 5.5 and later : Go to the "Apache Tomcat x.x" folder in the Start Menu. Start the "Configure Tomcat".
Select the "Java" tab in the configuration dialog
It's been a while since I've run Tomcat myself, but that certainly sounds like a promising start... Alterantively, read the Tomcat Windows Service HOWTO which talks about using the --JvmOptions flag. Of course, that assumes you are running Tomcat as a Windows service. If you could give us more information we may be able to help more. If you're just running Tomcat from the command line, you may want to set the CATALINA_OPTS environment variable.

Puppet and NRPE [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Can I replace NRPE for Puppet, for managing? If the answer if affirmative, could somebody explain me which are the advantages between both of them?.
Thanks,
No
I think you are comparing two different things.
NRPE is an agent for remote monitoring.
Puppet is a configuration management framework, sort of like make(1) for entire Unix and Mac system configurations.
So, if what you want to do is install software and tweak configurations, Puppet is a good place to start.
While you can setup NRPE to basically allow arbitrary command execution, it's both risky because of NRPE's simple authentication and tedious as it's difficult to manage lots of hosts this way. Puppet is a tool for automating host configuration, which it is fabulous at. If you want to just run a few commands remotely look into mcollective, pssh, mussh, dsh, sshpt, fabric, pdsh, pussh, clusterit -- there are endless others. Even ganglia has a remote command execution framework. Tools similar to Puppet are Chef and CFengine.
DigitalRoss is correct. NRPE and Puppet are in two different spaces.

Resources