Tool for web server redirect management? [closed] - webserver

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm considering rolling my own, but just in case there's a good piece of software already available, I'm asking here: Is there something that will provide an interface to webserver redirect configuration, and allow redirects to be managed by a fairly non-technical userbase. The following requirements must be fulfilled:
Open-source
Apache
Support for internal / external redirects
Support for both web-server config and htaccess or meta-refresh files (for users who cannot restart the server)
Date range for validity

You could use either a RewriteMap script/program, or a static map (whichever is easiest for you/your users).
Check http://rewrite.drbacchus.com/rewritewiki/RewriteMap out for a basic example of the scripting capabilities. The performance hit is not as huge as you'd think because the process is launched one time only and stays alive until Apache is brought down. So be careful with resource management.

Related

Golang App Deployment [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am about to finish my app and I want to deploy it on a private server. I want to be able to do the following things automatically:
run the go tests
package the app
deploy it in the server
have the ability to roll back
How do I accomplish this easily for a go app?
Personally I'm using Fabric (python based) for app deployments, and Chef for server management. The thing is, since Go's artifacts are just one big binary, the deployer doesn't matter much, the build process is more important.
I'm just packing Go binaries as tar.gz's and sending them to the server with Fabric. I've never used Capistrano but from what I've read it looks perfect for deploying Go apps.

Web Form Builder, Open Source, Drag and Drop [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
This is not a technical question, but I will try to be specific in order to this question to fit into the stackoverflow requirements.
I'm currently facing a task where I have to design hundreds of web forms, integrated in a java web project (JSP pages). I'm searching for a Web Form designer tool with the following requirements:
Drag and Drop interface (to speed up the process);
Open Source;
Database access (not mandatory but at the same time very usefull);
Java integration or Java based (again, not mandatory but at the same time very usefull);
Capable of exporting local files (the forms can not be alocated online, like in many form builders);
I wasn't able to find a tool to fit this requirements. Does anyone knows one?
Thanks
Unfortunately, no there isn't. You can find frameworks that acts as a wrapper and therefore it can save some development time, such as http://www.jformer.com/
There are a few proprietary applications around. Take a look at http://www.wufoo.com/
I've been looking for similar tool without any success. I am thinking about starting an open source project in these lines. But, I do not have anything concrete yet...

CMS exposing data as a RESTful API [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Can you recommend a CMS that exposes the entire stored content through some kind of API (HTTP, XML-RPC, web service)?
I want to use it only for creating/editing content, and the content will be then retrieved from another site.
For instance, Wordpress has the type of API I am looking for, but unfortunately it lacks some of the functionality I need (hierarchically organized articles and media, article and image ordering, image galleries...).
You should take a look at http://osmek.com/ or http://expressionengine.com/ with the Export it plugin. It allows for channels to be pulled using a REST API.
I have been on a crusade to separate the CMS from the front-end of all of my projects and I have used ExpressionEngine in the past and really dig it. Another plugin that you may like with EE is Playa,it allows for relational data models.
Good luck
Check out prismic.io, contentful.com and osmek.com

A Simple JMX Monitoring Tool that persists data too [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I use Java Visual VM to monitor my App Server (JBoss) via JMX.
The problem is that i can see only real-time data.
I want to capture the information permanently, so that i can see history anytime. Even when Java Visual VM has been restarted.
Questions:
Is there a way to make Java Visual VM log the statistics periodically.
Is there any other tool that can log JMX stats?
I tried some things like Zabbix, but its too complex for this need.
It seems to me that JavaMelody fits for what you need.
The data is persisted. There are graphics over time (used memory, cpu, http sessions, active threads...).
It is easy to install (no agent to install on servers). And after the installation it is automated.
There is a pretty cool tool called RHQ for complete JBoss-monitoring: http://rhq-project.org/display/RHQ/Home

Are there any good software specification/requirement tools out there? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking for a good tool for our product/design team to use when they write up the specifications (app feature requirements) for our projects. Right now we're using Word docs that are continually edited, and it's hard to keep track of what has changed when we're developing.
You may look at CASE Spec. It is an affordable enterprise requirements specification and requirements management software.
The best way to track changes in docs or software is the use of CVS. I used TortoiseCVS for my projects.
In other collaborative projects I used Dropbox that is a share application that also can track changes.
http://en.wikipedia.org/wiki/Concurrent_Versions_System#IDEs_with_support_for_CVS