The apache tag has no wiki summary.
0
votes
1answer
82 views
Can I use select2 in my website?
I am working on project that deals in customer support. This website actually sells products ( so it is commerical ), and provides customer support. So in this project/website I was about to use ...
-3
votes
0answers
45 views
Apache FTP server [closed]
I want use mina apache Ftp Sever on my spring project but i have try to use http://mina.apache.org/ftpserver/ftpserver-1.0.xsd but not work this xsd. How can solve? Is change the path?
32
votes
9answers
3k views
Developing on a production server
Today I got yelled at for developing an application on a production server. Quote, "developing on a production server is not acceptable - ever!"
Here is the situation.
I set up a development ...
0
votes
1answer
52 views
Apache License and patents
I am trying to understand how Apache License affects patents. In regards to the Apache website http://www.apache.org/licenses/LICENSE-2.0 section 3, am I right to say for the first part that it is ...
-2
votes
1answer
59 views
Problems with large number of redirects in .htaccess? [closed]
Is there a negative to storing a large amount of redirects in an .htaccess? Does the server have to read this file for each request? Would it be better to check for redirects by comparing the URI to ...
-1
votes
1answer
119 views
Web App architectural design, help me stop buying more servers to scale up! [closed]
Background: I am part of a small dev team, I am not the lead\senior developer. The lead developer is very knowledgable and I trust his decision making but I am starting to wonder if we could improve.
...
9
votes
6answers
1k views
Execute code every hour
I need to create a web service that executes every hour. It will be used to review data in a database and add alerts to a table in the same database if certain conditions are met/not met. What we ...
2
votes
4answers
601 views
Is it possible to keep only one Database for both web and desktop applications?
I'm experiencing a trouble with my business model, let me explain better.
I'm developing a software for 1 year and few months, it's for the food industry, more exactly a software to: Delivery, Take ...
-3
votes
1answer
312 views
Running cherryPy on apache or not?
seems the cherryPy have a standalone web server, is this suggested to deploy the application on Apache Server? or just use the standalone one? If so, any pros and cons between these decision? Thanks.
2
votes
2answers
233 views
Work flow when editing files in /var/www. Constantly needing to input “sudo” commands
I installed Apache2 and PHP5 last night on my fresh Linux Mint machine.
I created a folder and created a simple index.php file with a call to phpinfo() to test out the installation and every works ...
9
votes
2answers
346 views
One sentence descriptions of the various common software licenses? [closed]
Instead of having to read entire documentation and sift through all the legalese, can someone outline the more common licenses in language that is short and sweet and gets right to the point?
...
3
votes
5answers
176 views
Approaches to updating and adding features to PHP websites
I would like to know how people approach with developing their websites that are in production.
For example:-
How do you manage versions, etc.
Also, do you create a subdirectory within the ...
5
votes
3answers
3k views
Is BSD license compatible with Apache?
Can I develop a BSD-licensed software that extends an Apache-licensed software (and vice-versa)?
-2
votes
2answers
235 views
Simple questions about apache and cgi
I'm just learning about using cgi in html files. I've read a lot of stuff on the web, but most of it is all about the trees and not enough about the forest. I'm a top-down learner and I'm having ...
3
votes
2answers
435 views
What do I need to consider when using code under the Apache License in an application submitted to Mac App Store?
First off, I am new to licenses and app stores.
There is an example app on a framework that has a Class file with much of the functionality I'll need for my own app. It's less than 1000 lines of code ...
3
votes
3answers
735 views
What and all the areas of Linux a PHP developer should know about? (Like just commands of it or something advanced)
I've developed a website using PHP but I implemented it on Windows OS and hosted it on Windows server.
I just searched the PHP job market to know the on-going technology requirement and to keep my ...
2
votes
1answer
182 views
Specifically for JS, CSS, HTML: what is the difference between optimization, compression, minification, tidying, concatenation?
When we talk about source code and the file which contains the code like CSS, HTML, JavaScript and we also talk about performance of a web site or application, what is the differences between these ...
2
votes
2answers
541 views
Using SVN along with WAMP
I would like to run SVN server on my local machine along with WAMP.
All SVN server binaries include Apache. Whereas I don't need Apache as I'm already running WAMP.
Please let me know if there are ...
10
votes
5answers
768 views
Why is the Apache HTTP Server so complex?
The Apache HTTP server is a fairly large project—much larger than, say, lighthttp or nginx or certainly the "simple HTTP servers" you see floating around in C/C++ tutorials.
What is the extra code ...
0
votes
1answer
166 views
Advertising clause in Apache License
The Apache 1.0 license includes an advertising clause:
Apache:
All advertising materials mentioning features or use of this *
software must display the following acknowledgment: * "This
...
3
votes
1answer
225 views
Apache Wave API
I'd like to create an application based around Apache Wave. Where can I learn more about working with Apache Wave and/or the API for a locally running instance?
At the moment, the extent of what I ...
6
votes
5answers
246 views
Can I use open source libraries in trialware?
I have written a small Java program which i'd like to distribute on my website. I have used a few external librarys which declare following licences: Apache License (2.0), LGPL and one API doesn't ...
1
vote
1answer
130 views
Questions and Concerns About Using Java/Tomcat and Apache
I am having to use Java due to needing one backend library.
Is it still considered good practice to set up Apache as the front-facing server and have Tomcat behind it? I am spending a lot of time ...
1
vote
2answers
181 views
I need quick start to Java, Apache, and Java web based apps to use JasperReports
Sorry, it is NOT duplicated question, just read it please,
I'm totally new to Java world, I'm a .NET developer, and I have a good exprience in ASP.NET.
Now I have a task to make a demo for ...
3
votes
4answers
158 views
Recommend a technical book explaining how the browser and server communicate
Although I've been developing web applications for close on 6 years now I still do not know what happens when a request reaches the server. I am looking for book that works through what happens when a ...
3
votes
2answers
377 views
What are the licensing issues involved in the Oracle/Apache java dispute?
I've just started following with interest the soap opera involving Oracle's acquisition of Java and the detriment of goodwill it seems to have generated in the open source community. Specifically, ...
1
vote
3answers
291 views
Is it acceptable to work around Apache's .htaccess nonsense in another language?
I'm getting sick of all of Apache's quirks, and I'm considering starting to avoid .htaccess as much as I can in favor of writing actual, predictable code. It would be easy and straightforward to ...
7
votes
1answer
1k views
How are Apache HTTP Server and Apache Tomcat related? (If at all)
I currently have Apache httpd running on a production Ubuntu VPS server. I write php scripts.
I'm interested in learning Java and I was wondering how I would go about writing some server-side Java to ...
3
votes
2answers
795 views
What is ant build file and maven build file?
Can somebody please tell me in simple words what exactly is ant build file and maven build file?