Tagged Questions

0
votes
0answers
37 views

Apache loading queue problems

Hello guys, I now have 8GB of ram in my server, so bare that in-mind when making recommendations on how much to up settings. Basically, Apache won't concurrently load more than o …
0
votes
1answer
62 views

Apache Port Proxy

I have a non-Apache server listening to port 8001 and Apache listening port 80. I want a certain virtual domain to actually be served by the non-Apache server over port 80. Exam …
0
votes
2answers
45 views

How can I alias one directory to my filesystem and a subdirectory of that to a WSGI file in Apache?

I'm using nginx as a reverse proxy to apache/mod_wsgi and Django. Currently everything is working fine with / aliasing my wsgi file, and /media aliasing my media directory. However …
0
votes
0answers
30 views

Unnecessary Apache modules [closed]

I'm attempting to configure apache to use a bit less memory. I'm wondering what you would consider to be either "heavy memory users" or just totally unnecessary when it comes to th …
0
votes
0answers
19 views

apache: cgi links lead to a “you have chosen to open foo.cgi”, although scriptalias is set

Following this guide on CentOS 5.2, just getting nagios set up for the first time. The main page shows up just fine, but when I try to view any of the pages that should be generat …
1
vote
2answers
66 views

Php session files have different owners

i have a problem with my session files... if i go to my site directly (www.example.com) then php session files owner is www-data:www-data but if i go do the site via www.example.c …
0
votes
2answers
50 views

Is it possible to have htaccess if else type rewrite conditions and rewrite rules?

I am trying to write an htaccess file that essentially does this: if(requested file == "some-file.php" || requested file == "some-file2.php" || requested file == "some-file3.php") …
1
vote
1answer
20 views

How can I configure Apache to map /talk.html?id=77 to the file that is called talk.html?id=77 ?

I have a web application of a conference that has been closed years ago. There is no real need for the application to be running any more so I'd like to create static pages from th …
0
votes
1answer
180 views

how to use “AND”, “OR” for RewriteCond on Apache?

Is this how to use AND, OR for RewriteCond on Apache? rewritecond A [or] rewritecond B rewritecond C [or] rewritecond D RewriteRule ... something becomes if ( (A or B) and (C or …
0
votes
2answers
30 views

Apache RewriteRule

Hi , I have an encoding problem, using the Apache rewrite rule below: RewriteRule ^/somethingx/somethingy/somethingx_somethingz(.*) /somethingx/somethingy/somethingx_somethingy/$ …
5
votes
4answers
701 views

Any python libs for parsing apache config files?

Any python libs for parsing apache config files or if not python anyone aware of such thing in other languages (perl, php, java, c#)? As i'll be able to rewrite them in python.
0
votes
1answer
400 views

Apache & JBoss use port 80 at the same time

I have both Apache 2 and JBoss 4.2.3 on the same machine and would like both of them to use port 80. There are several ways I see people doing this mod_jk, mod_proxy, but I'm not s …
0
votes
3answers
268 views

Which apache worker to use with passenger and how?

I've this config in my apache2.conf <IfModule mpm_prefork_module> StartServers 5 MinSpareServers 5 MaxSpareServers 10 MaxClients 150 MaxRequests …
0
votes
1answer
110 views

Configure Apache to use different Unix User Accounts (www-data) per Site.

An Apache 2.x Webserver with default configurations from the ubuntu/debian repositories will use the www-data unix account for apache2 processes handling web requests. Assuming tha …
1
vote
2answers
348 views

How to redirect different sub domain requests to different servers

Under my domain, one of the subdomain must be directed to one server that hosts the relevant applications, and the rest must be directed to another server that hosts the relavant a …

1 2 3 next
15 30 50 per page