Tagged Questions
0
votes
1answer
15 views
Do I need a web service in this case? When do we use them?
my issue is about web services and all the stuff around that. I've developed a java web app, using hibernate (to connect with a mysql DB), jsf and primefaces. The only thing I have to show to the user ...
1
vote
0answers
10 views
Apache httpd.conf User/Group Setting
I have an httpd.conf file that contains the following:
<IfModule unixd_module>
<If "env('OS') == 'Darwin'">
User daemon
Group admin
</If>
<Else>
User www
Group ...
-1
votes
0answers
4 views
Apache Webserver Only Working On Local Network [WIndows 7] [closed]
I have a small little server in my house that I use for FTP and Game Servers and that sort of thing.
Just the other day I decided to install Apache onto it and set up a little web server. Since I ...
0
votes
1answer
19 views
How prevent browser from caching XML file served by Apache? (My htaccess file is included)
UPDATE 2
I discovered the answer but I'm not sure why it's required and how to change this behavior in Apache.
If I unlink (i.e. delete) the XML file first and then recreate it (instead of just ...
0
votes
1answer
21 views
Limit Bandwidth per Apache Virtual Host [closed]
I'm going to launch a 2GB Linode VPS to host a couple of Wordpress CMS sites and one based on Yii framework. I planned on using Apache virtualhosts to assign each site it's own webroot on a user's ...
0
votes
0answers
21 views
Apache 2.2.22 on ubuntu always getting a 403 forbidden
I recently install apache on my server machine running ubuntu. I used basically the same setup as I had on my win machine. I keep getting a 403 error trying to access even the root directory of my ...
-1
votes
0answers
15 views
Apache on Ubuntu index page [closed]
I have one problem, maybe is stupid but I am stuck. I get from my provider virtual machine (Ubuntu server) and when I install apache, my page still redirect on webHosting provider.
I put my files in ...
0
votes
0answers
16 views
Enable KeepAlive in apache for specific requests only
Is there a way in apache to enable KeepAlive for some specific requests only, for example, when the request is for a specific document or from a specific set of ip-addresses.
I have a case where ...
0
votes
1answer
18 views
Webserver doesn't open files include %
I have a webserver (linux) and it looks like that all files include % they are not displayed
like
image%2filename.jpg
I have to rename all those thousand files and remove that %2 but as long as ...
0
votes
1answer
20 views
How to redirect a web page while not changing the URL (using Apache VirtualHost)
I'm setting up Virtual Hosts in my Apache web server and already have rules in place that just do a simple 301 redirect from one URL to another. However, I've now been asked if I can write a rule that ...
0
votes
0answers
28 views
Apache server not starting
Everytime I'm starting the apache server, I get this error in the apache error_log:
[Mon May 27 13:40:42 2013] [warn] pid file /apps/ama/apache/logs/httpd.pid overwritten -- Unclean shutdown ...
1
vote
0answers
22 views
Does Apache really “fork” in mod_php/python way for request handling?
I am a dummy in web apps. I have a doubt regaring the functioning of apache web server. My question is mainly centered on "how apache handles each incoming request"
Q: When apache is running in the ...
2
votes
0answers
38 views
Can I have two separate web servers/application servers accessing the same database, mysql
I have apache tomcat application server and wamp(apache) installed in my machine(localhost). My php application runs on wamp, and the webservices(SOAP) are based on java, which need to make changes to ...
-1
votes
0answers
23 views
How should I host multiple client websites (in development) through a single domain?
I'm currently working on a few website projects (friends and family stuff, mainly), and I have a single domain for myself (let's call this my 'agency' site).
As not all 'client' sites have domains ...
-1
votes
0answers
32 views
What's the best Amazon Cloud setup for a medium sized website [closed]
I am moving my companies website off of a shared hosting plan on Rackspace into the Amazon cloud. Our website maintains, on average, about 15-20 active users at any one time. It is built on WordPress, ...