0
votes
2answers
23 views
On mac OS, I’ve enabled PHP but seem to have permission problems. How do I enable subdirectories?
Whenever I install a library that requires using subdirectories, it seems like I have to go to chmod hell. How can I make it where all subdirectories are accessible by PHP?
C:\Lib …
2
votes
3answers
44 views
Performance testing application for bottle necks using production data
I have been tasked with looking for a performance testing solution for one of our Java applications running on a Weblogic server. The requirement is to record production requests ( …
0
votes
3answers
73 views
What does it mean “to write a web service”?
Hello everybody,
I just asked a question about whether it was possible to write a web-page-checking code and run it from free web server, and one supporter answered and said that …
2
votes
4answers
77 views
Recommendations (and Differences) between different Ruby on Rails Production Web Servers
Very soon I plan on deploying my first Ruby on Rails application to a production environment and I've even picked a webhost with all the managed server and Capistrano goodness you' …
0
votes
1answer
36 views
Is it possible to have a free web-service that would check a page and email its HTML code to me?
Hello everybody,
I just asked a question about whether it was possible to write a web-page-checking code and run it from free web server, and one supporter answered and said that …
2
votes
7answers
201 views
fork/chroot equivalent for Windows server application
I have written a small custom web server application in C running on Linux. When the application receives a request it calls fork() and handles the request in a separate process, w …
0
votes
4answers
89 views
Java, HttpUrlConnection. Problem with getResponseCode()
I try to create the simplest Simplest WebServer and Client using HTTP. (Please, don't tell me to using Apache HTTPClient).
Client: try to PUT some file to Server.
// **PUT**
if(R …
0
votes
3answers
49 views
How is file upload handled in HTTP?
I am curious to know how webservers handle file uploads.
Is the entire file sent as a single chunk? Or is it streamed into the webserver - which puts it together and saves it in …
5
votes
7answers
203 views
what is the difference between web servers and application servers?
what is the difference between web servers and application servers? I have googled but couldnt get clear...
0
votes
5answers
186 views
Run Apache / PHP / MySQL (CakePHP) application on a USB stick?
Hi,
I have an existing CakePHP that runs on a LAMP environment and need to install it on a USB drive for mass public distribution.
There are a few requirements:
Protect the sou …
0
votes
2answers
19 views
Synchronising scripts / db / files from dev system to web server
I work as a freelance web dev, and up until now have been ftping my scripts / databases / static files to my web server manually, but I'm finding that is too error prone. So I'm lo …
0
votes
0answers
60 views
Question about stackoverflow? [closed]
Which webserver does stackoverflow use, I mean there are loads of people here every day doing multiple things simultaneously?
0
votes
2answers
21 views
Which web server should I use in win2003 as production environment?
It should at least support asp/asp.net,best support PHP too.
0
votes
2answers
32 views
Serving Silverlight apps from the webserver.
I am building my own web server and want to serve from it a Silverlight application. Is there anything else I have to do besides setting the mime type and pushing the application …
0
votes
0answers
38 views
Make ubuntu Server Accesible to the Internet [closed]
i just installed the latest version of ubuntu server, php, apache, shorewall and mysql.
the problem is that i cant access the website from other computers. i read that to fix that …
