Tagged Questions
0
votes
0answers
9 views
Getting Error when trying to setup mod_python
After installing mod_python and changing the /etc/apache2/sites-available/default file.I am getting following error when I try to run
tail -f /var/log/apache2/error.log
ai-System-Product-Name ...
-1
votes
1answer
11 views
Update/Replace SSL certificates in Apache - how to configure [closed]
I am trying to replace some certificates in our Apache 2.x server that are about to expire. I have the new certificate files that should replace the existing ones, so I tried FTPing these and ...
0
votes
0answers
16 views
Getting a 403 error in Apache when trying to configure a alias to cgi-bin
As in title, I'm trying to configure a ScriptAlias to cgi-bin on Apache2 on OS X. Whenever I try to access it, however, I end up with a 403 Forbidden error.
I think the relevant lines from ...
-1
votes
0answers
13 views
Sites folder permission denied [closed]
I have just set up php54 from Jose Gonzales brew.
Apache shows "It works" in localhost but i am denied access to localhost/~username/Sites
I have httpd.conf set with:
Options Indexes ...
0
votes
0answers
17 views
Apache as a reverse proxy server to multiple serves which need sessions
I have two servers (X and Y) running the same application in the same machine (they could be in different machines).
I have a an apache server in localhost (different than those machines running X ...
0
votes
0answers
13 views
Desperate with Apache2 and cgi (Ubuntu 12.04). Help :(
m having an issue installing apache2 in Ubuntu 12.04. Im trying to set the cgi-bin folder in the path /home/www/cgi-bin. Ive followed and search all over the internet but I still dont get it...
...
0
votes
0answers
30 views
Apache Shared-hosting: How to check if Keep-Alive is enabled and its Time-out value
I'm using a shared-hosting with PHP 5.3.13, Apache 2.0 and CGI API.
How do I check if the server has Keep-Alive enabled and the current keep-alive time-out value?
I know that it is not possible to ...
0
votes
1answer
37 views
Apache2 multiple name-based virtual hosts on one machine with rails/rack
Am stuck on configuring apache to serve up two different sites with Name based virtual hosts at:
http://experimental/
and
http://api.experimental/
On one machine this setup works fine, and ...
0
votes
2answers
136 views
Does an apache restart reliably clear pagespeed cache?
I'm currently developing a website that's getting fairly frequent javascript updates and have just started using mod_pagespeed in an effort to ensure that customers will always have the latest code.
...
0
votes
1answer
17 views
balancing httpd and saving project files
I have this project I'm working on for already 3years+. It's big. And I'm thinking of future updates / scenarios as I am finishing it up, as well as work on my final touchs.
I recently looked over ...
0
votes
0answers
22 views
Tool or method to measure IO performance, specifically writev and sendfile
I would like to know if anyone can recommend me a tool to measure the performance of writev and sendfile on apache. I have been searching the web but have not found any tool that measures them ...
0
votes
0answers
8 views
all users ip now displays server ip how to fix
After the update of Debian, the sites started to display user IP-addresses as ip address of the server.
I use virtual hosts and cPanell. Help fix this please.
0
votes
0answers
22 views
Apply regex to server variable in RewriteCond
RewriteCond %{HTTP_HOST} ^img\.example\.loc$ [NC]
RewriteCond %{REQUEST_URI} !^/example/working/
RewriteRule ^([a-z0-9-_\ ]+)?/?(max|min)/([0-9]+)/([a-z0-9-_\ ]+\.[a-z]{2,6})$ ...
0
votes
1answer
28 views
Web browser not displaying the index.html in the htdocs directory - Apache
The installation path of my Apache web server is /usr/local/apache2.
I start the server using a apachectl start command and when i type localhost in my Web Browser it displays a Apache 2 Test Page ...
-1
votes
1answer
23 views
apache (httpd) load balancing [closed]
I have reached a state in my research where I understood that a database-driven web app (portal) can be optimised by replication / scaling (even sharding for huge db) and employing a solution like ...
0
votes
0answers
18 views
403 while accessing webpage using apache
I set up apache and changed my home directory to my
desktop/project.
I created a webpage and when I try to open it with http:// localhost/app/index.html, and the website works properly without any ...
0
votes
0answers
18 views
Apache Blocking Specifc ip's on intranet
I'm trying to block the following sites from student access:
192.168.1.101/mediawiki
192.168.1.101
and
192.168.1.101/wordpress
from being accessed on the student network at 192.168.5.1. However, I ...
1
vote
0answers
20 views
How redirect pages with apache2 when site is under maintenance
i can't understand how redirect pages when the site is under construction, i search a lot on the the web, and i found that some people use the .htaccess but this is what apache2 configuration said:
...
0
votes
1answer
22 views
MAMP doesn't start because of apache configuration
I have MAMP 2.1.1 installed in my Mac and I have used this one until now without problems. At this moment, I have created a virtual host and I have added the localhost.myproject to the /etc/hosts ...
0
votes
0answers
8 views
Inter-process state in an Apache module
How do you keep state between two different requests to an Apache module? Doing the following:
#include <stdio.h>
#include "ap_config.h"
#include "ap_provider.h"
#include "httpd.h"
#include ...
0
votes
0answers
25 views
mod security error form local host
I installed modsecurity then i got this errors at apache log
do you have any idea about it specially the one from localhost ?
[Fri May 03 13:38:27 2013] [error] [client X.X.X.X] ModSecurity: ...
0
votes
0answers
20 views
How do you redirect to an external ErrorDocument in Apache 2.2 without getting the “client denied by server configuration” error?
Below is my .htaccess file. Before upgrading apache it used to redirect to the ErrorDocument. Now, instead, it logs the error in httpd's error_log "client denied by server configuration" and ...
1
vote
1answer
78 views
Forbidden error in apache virtual host setup
Hello I have been looking through internet articles forums to solve my issue and so far it has been to no avail. I am trying to set up an Apache virtual host for my FuelPHP development on localhost ...
0
votes
0answers
32 views
Why is my XAMPP Apache only showing a blank page?
I've got a few Zend projects on my xampp, but if I'm going to the public directory to show the project, there's only a blank, white page. Testscripts with just an echo or the xampp tools are working ...
1
vote
2answers
23 views
httpd virtualhost - subdomains
I'm having some issue with setting/adding sub domains.. to my apache2(httpd)..
I have this in my httpd.conf
NameVirtualHost *:80
<VirtualHost *:80>
ServerAdmin stitofte@homiecraft.pro
...
0
votes
0answers
23 views
How to config apache virtualhost to server domain like www.example.com, www.example.com/zh, www.example.zom/en?
How to config apache virtualhost to server domain like www.example.com, www.example.com/zh, www.example.com/en simultaneously on a server with a same IP address?
All the answers I found was about ...
0
votes
1answer
19 views
h5ai folder date of modification is wrong
PROBLEM
h5ai web server index for Apache Server shows 'last modified' wrong dates for each of my folders on my index list. Files created, removed or modified inside one of index folders do not ...
0
votes
0answers
52 views
Apache virtual hosts not working when using subdomain
I am trying to setup a virtual host. I have done this many times before on different servers with no problem, however, I have never tried it using a subdomain.
For some strange reason when I go to ...
0
votes
1answer
16 views
Why does one client utilize multiple child processes with KeepAlive On
I've noticed that when a client accesses a web page, the requests for that page can potentially utilize several apache child processes, consequently reserving each of those processes for ...
0
votes
0answers
30 views
Is this possible to find the version of the ofbiz trunk folder version?
I have downloaded ofbiz-trunk folder for my ERP project work.I think i downloaded the 9.04 version.Actually downloaded folder has name contains its version.But my colleque has renamed the folder.So, i ...
0
votes
1answer
26 views
Apache Module mod_proxy_balancer
We are using apache version 2.2.23 in our environment.We have configured apache in such a way that it should load balance between two applications servers for the same home page.
BalancerMember ...
0
votes
0answers
19 views
Trying to get value set in cgi for Apache custom log file
I am setting a value from c cgi program using following command
setenv("my_key", "my_value", 1);
When I try to print it in custom log file in apache using following entry in http.conf file, I get ...
0
votes
0answers
25 views
Using shell environment variables in Apache configuration conditional statements?
I am unclear on whether I can have a variable such as
LAN_ALIAS=some.local.domain
in my shell environment, and conditionally use it to generate a ServerAlias directive:
<MagicalIfEnvVar ...
-1
votes
2answers
24 views
How to map localhost to project directory [closed]
Currently I placed my project in /www directory of my Apache2 server, and I can access this project by localhost/abc
However I want localhost to map to this project, what should I do in order to make ...
2
votes
0answers
56 views
Force redirection to HTTPS with query params by HAProxy
I am using HaProxy to load balance incoming requests and do sub-domain based redirection. Now I want to make all incoming request forcefully HTTPS, with query params.
For ex:-
...
0
votes
2answers
55 views
Dynamicly set document root for subdomains using regex
I've setup subdomain wildcard to accept anything subdomian,the main problem is that i use DirectAdmin and i am not able to point subdomain to specific path using DA API
i want to point any subdomian ...
0
votes
2answers
133 views
Apache Multiple VirtualDocumentRoot for Single Wildcard domain *.dev
I'm working with Virtualhosts and a local catch-all domain TLD and I need 3 use-cases to work simultaneously, but so far, I've only been able to get two to work at a time.
I need for three different ...
0
votes
0answers
30 views
Forbidden response in large url
I need to generate a large url like this:
/backend.php/Inscription/export/1577,1578,1579,..., 1580 etc....
But when the URL has more than 400 IDs, I obtain the following error:
You don't have ...
3
votes
2answers
54 views
File extension showing up after pretty URL rewrite
I have a rewrite rule like so:
RewriteRule ^listings/?(.*)$ listings.php?slug=$1 [L]
I will have URLs like "site.com/listings/Awesome-Place-Or-Thing". I would like slug to contain ...
2
votes
0answers
88 views
How to tell Apache to use just one .htaccess file and not request any other ones? [closed]
Can I tell Apache that I have just one .htaccess file on my application?
For example, if I have a .htaccess file inside my public_html and I have AllowOverride not set to none on my Virtual Host, the ...
0
votes
2answers
218 views
Apache2 won't start, ulimit error?
Here's the log from trying to start apache2:
* Starting web server apache2
/usr/sbin/apache2ctl: 87: ulimit: error setting limit (Operation not ...
0
votes
1answer
25 views
Erro Setting up VirtualHost for folders belonging to same domain
Noob Here.. I have the following folder structure on my Ubuntu Machine
/var/www/
/folder1
/folder2
Now i want to redirect my url xyz.com to folder1 & xyz.com/blog to folder2. I ...
0
votes
0answers
21 views
apache2 same with httpd
I've installed apache2 using apt-get into /etc/apache2.
Later I manually compiled and installed httpd2.4 into /usr/local/apache2/.
I've seen post like: My httpd.conf is empty which says that ...
0
votes
0answers
51 views
Apache config - https:// shows default SSL site with other domains on same server
I need help with my Apache2 config.
I have some sites hosted on this server that are not SSL and one site that is SSL.
The problem is that entering https:// of any site hosted on the server will ...
0
votes
1answer
25 views
symbolic link apache modules
My default apache modules are currently within /usr/bin. The modules i have generated however are within /home/user/platform/lib. Within the httpd.conf file i have added the two modules as per ...
0
votes
1answer
21 views
Does Mod Deflate automatically cache the defalted files?
I am using mod_deflate to compress javascript files. I want to know if the deflated files are cached somewhere or the files are compressed everytime they are requested for.
If they are cached, is ...
0
votes
1answer
61 views
Apache virtual hosts don't seem to be working
I've set up files for my sites' virtual hosts in /etc/apache2/sites-available. I've created a file called mysite.com and inside I have:
<VirtualHost *:80>
ServerAdmin email@mail.com
...
0
votes
1answer
28 views
Test application mobile on local server
I have a simple question,I started to develop a mobile application using PHP on my local machine,I use Ubuntu and apache2 server,the question is how I test my mobile template on my laptop like I see ...
0
votes
1answer
114 views
sub-domain on plesk : page not found
I have a problem with creating a sub-domain on plesk panel.So I created it correctly,also I check "file manager" and I find that the folder with the name of my subdomain created also...
I checked the ...
0
votes
1answer
27 views
URL rewriting - some rule works and some other doesn't
My Apache2.2 seems to work like this: when I request www.site.com/name first it is looking for folder /name/, if not found, next it is searching for file name.php.
But when I turn on RewriteEngine On ...


