Use this tag for Apache version 2.2.x specific question.

learn more… | top users | synonyms

0
votes
0answers
9 views

How to I test for a file in `.htaccess` relative to the htaccess file?

How to I test for a file in .htaccess relative to the htaccess file? I am using simple rewrite to test for the file down, and if it exists, only display the maintenance page: <IfModule ...
0
votes
2answers
47 views

index.cfm append with SES URL in MURA

Recently working with MURA CMS with RAILO on UBUNTU. I am installing MURA in inner folder of root directory. public_html >> website. Following code added in .htaccess to rewrite URL to run website ...
0
votes
1answer
20 views

XML parsing slows down

I am trying to read a pricelist and stocklist via the product code (that comes from a database table too) from xml files and puts the result into a MySQL table. Everything is OK except the response ...
-1
votes
1answer
33 views

Getting mod_jk running [closed]

I am trying to get Apache to forward requests to the examples that come with Tomcat. I did it once on another machine a few months ago, but on this new server I am stump. Tomcat is running fine, ...
0
votes
1answer
11 views

How to add a redirection for additional domain

I have a server with the following virtual host defined : <VirtualHost *:80> DocumentRoot /dev/null ServerName www.originaldomain.com RewriteEngine On RewriteCond %{HTTP_HOST} ...
0
votes
1answer
29 views

Prevent server behaviour : executing scripts without extension

I'm working on a server who has the tendency to execute scripts even when I don't add .php So lets say my page is activities.php then I can execute my script with : www.example.com/activities.php ...
0
votes
1answer
35 views

Rewriting URLs with one query string to another URL with a different query string

I'm trying to accomplish some redirects as follows: #Basic Rule Set RewriteRule ^/path$ http://newhost.com/Page?pagename=form1000 [R=301] RewriteRule ^/path/index.html$ ...
1
vote
0answers
51 views

LDAP with fallback to FILE-based authentication for svn using apache2

Hy, I implement a SVN-Server that authenticates users via LDAP protocol against an AD. I use apache2 version 2.2.14 for accessing the repository (HTTP). This works so far. I want to enhance my ...
1
vote
1answer
131 views

$_POST, $_GET and $_REQUEST Empty

SOLVED: I omitted the name attribute on the input fields. I have a simple html/php -form. And I submit it. The $_POST is always empty. If I try a get then the GET is always empty. Same for $_REQUEST ...
0
votes
0answers
39 views

whenever am trying to select multiple columns from my mysql table my apache is being reset

let's assume i have a table with five columns like TABLE(a,b,c,d,e) now if i try to fetch multiple columns like $sql="select a,b,c from TABLE"; $result = mysqli_query($link,$sql ); if (!$result) { ...
0
votes
0answers
144 views

Error 101 (net::ERR_CONNECTION_RESET): The connection was reset on apache 2.2 server

am using apache 2.2.i have written this code when am trying to run it my browser is failing to run it ,it's showing This webpage is not available The connection to localhost was interrupted. Error ...
0
votes
0answers
70 views

How to use apache websocket on windows 7 machine?

I need to develop a program that gets some files from the server and use them to draw some graphs on the client side. I was thinking to use Apache 2.2 on my Windows 7 machine and to use html5 to ...
0
votes
0answers
29 views

Adding global authentication to my secret area in apache 2.2

I am working on a network where all the users have their username and password which is generic for all authentication purpose. Now I have installed apache2.2 on my machine so as to make my machine a ...
1
vote
1answer
13 views

Can you see what's wrong with this apache2 rewrite rule?

Want to redirect /dl/[dlcode]/[cleanname].mp4 to /dl/cache/[dlcode].mp4 Got AllowOverride All in the apache2 config file then the following in the document root .htaccess, RewriteEngine on ...
0
votes
0answers
37 views

How can I use a shell enviroment variable in httpd config files?

I am trying to use shell environment variable in httpd.conf Followed this instructions: http://httpd.apache.org/docs/2.2/configuring.html#syntax But my variable is not being resolved here is the ...
0
votes
1answer
560 views

Setting timeout for all the ProxyPass mappings in Apache Server mod_proxy directive [closed]

What I have and works: I'm using Apache HTTPD 2.2 for proxy requests. I have multiple ProxyPass mappings: ProxyRequests On <Proxy *> AddDefaultCharset off Order deny,allow Allow from ...
0
votes
1answer
167 views

Install mbstring/libmbfl on PHP 5.3.14 (Apache2.2 version) on Windows server

I want to use simpleHTMLDom in my development environment, a Windows server running Apache 2.2 and PHP 5.3.14 (downloaded from Apache). I want to enable mbstring (extension=php_mbstring.dll), but I ...
2
votes
1answer
218 views

oci_connect() works only from command line

OK, so I have this terrible problem with oci, apache, php and suse. First off, versions: PHP 5.3.15 (cli) Apache/2.2.22 (Linux/SUSE) OCI8 1.4.9 SUSE 12.2 32 bit Oracle client 10.2.0.4 Problem I ...
1
vote
1answer
73 views

How crypt SSL paypal button on windows web server 2008 R2 64bits ,

I try to crypt with SSL paypal button on my windows web server 2008 R2 64bits. I've installed apache 2.2.22 , php 5.4.3, and openssl . I find class to crypt in ssl paypal button but it doesn't ...
1
vote
0answers
155 views

Could not load type 'System.Runtime.Serialization.Json.DataContractJsonSerializer'

I am new to mono/linux and I've tried to host my existing asp.net mvc3 website on ubuntu/apache2 using mod_mono. Everything goes ok except the calls to a ServiceStack service which seem to fail when ...
0
votes
2answers
221 views

WAMP server not able to be put online

I've recently install WAMP 2.2 on my Windows PC. For whatever reason, my WAMP server isn't working. I try to open php files on my localhost but I get the famous 404 error message. The icon is orange ...
1
vote
0answers
188 views

How to set DocumentRoot in httpd.conf to windows environment variable

First I want to say thanks to community for all the answers I've found here in the past. I'd like to set the DocumentRoot line in the http.conf file to the current windows user's dropbox folder. I ...
-1
votes
1answer
105 views

php mkdir works when called from command line, but not from apache (Windows)

I have narrowed down my issue to the following case. I have a simple file 'test.php' <?php mkdir("w:/Input/47/"); ?> When I run it from command line (php -f test.php), it successfully ...
0
votes
2answers
416 views

Apache2 VirtualHost (ProxyPass and Alias) configuration works in Ubuntu but not on OSX

I have been using an Ubuntu machine for my development environment for years and am attempting to migrate to OSX (Mountain Lion). The only hiccup at this point is the apache2 configuration. On the ...
0
votes
3answers
213 views

How to enable mod_info in Apache?

I gone through the apache guide to enable to mod_info. As per doc: To configure mod_info, add the following to your httpd.conf file. Location /server-info SetHandler server-info /Location ...
0
votes
1answer
60 views

install apache2 in linux after removing old installation

while searching for installing apache web server in linux ubuntu lucid ,I found that some articles use the name apache2 while others use httpd..Is apt-get install apache2 the correct way to install? ...
1
vote
1answer
91 views

error in opening website from ipv6 address

I have installed apache2 in my ubunntu 12.10 system with inet addr 172.16.17.235 and inet6 addr fe80::a05b:25ff:fef0:68a4/64 in LAN. Now when i want to open default website (index.html) located in ...
2
votes
1answer
481 views

Apache ImportError: No module named _socket in wsgi deployment on Django

I am using WSGI 3.3 for Python 2.7.3 (32bit) for Apache 2.2. I downloaded the wsgi from http://code.google.com/p/modwsgi/downloads/detail?name=mod_wsgi-win32-ap22py27-3.3.so and just renamed it and ...
0
votes
1answer
37 views

How to map following directory to a url using .htaccess?

I have few top level directory which contains sub directories e.g www which are treated as webroot ( for each subdomain e.g) htdocs/myapp/admin/www --- vhost subdomain admin.mysite.com ...
2
votes
1answer
61 views

Wildcard redirect for subdomains and URI

I have a problem with create pernament (301) redirect in apache: I have 2 domains: olddomain.com with many subdomains newdomain.com and I want to do redirect like: if user enter on ...
0
votes
0answers
40 views

Clicked link not going through .htaccess

We're trying to rewrite a URL to go to a different, external URL. So, in the .htaccess file we have RewriteEngine on RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] ...
1
vote
2answers
1k views

How to install the OCI8 PHP extension on Mac OS X 10.8 Mountain Lion

I need to use the OCI8 module for PHP on Mountain Lion which will use the oracle instant client, which is currently only supported as 32 bit. I have installed the 32bit version of the oracle instant ...
0
votes
1answer
197 views

how do i check if php-fpm is serving php request

i've installed php-fpm on Centos 5.8 + Apache2 So, the question is: how do i check if php-fpm is serving the php requests ? With an index.php like this one below echo "php-fpm test"; calling ...
2
votes
2answers
180 views

third level domain

I'm creating a series of third level domain with php using Virtualmin API (and till here all's right). I need a solution to serve to each of these subdomains the corresponding subdirectory, that is ...
1
vote
1answer
76 views

Apache SSL module preventing httpd from starting?

I have a couple of sites hosted under simple http protocol. I need to put https in one of theses, but when I try to enable ssl: # a2enmod ssl All my http hosted websites just stop working. With no ...
0
votes
0answers
30 views

where should i add vhosts, in apache2?

I 'm really confused with the tutorials from many users reagarding setting up Virtual Hosts in Apache2. Apache2 Documentation says, we got to add it in httpd.conf file. ...
0
votes
1answer
91 views

Apache 2.2 mod rewrite loop. How to replace [END]

RewriteEngine on I have following code: RewriteCond %{REQUEST_URL} ^$ RewriteRule ^files/(.*)$ getfile.php?file=$1 [L] RewriteRule ^(.+)/index([0-9]*).html$ index.php?path=$1/&page=$2 [QSA] ...
0
votes
1answer
29 views

Apache2 WSGI logging all appearing as errors

This is likely just an oversight of a simple setting, but my apache error log has been filling up like this: [Thu Oct 04 19:23:12 2012] [error] INFO:render.image_utils:aggdraw not available, using ...
0
votes
1answer
57 views

Cake routing breaking on windows server 2003 (%EF%BF%BD)

Just uploaded an app to a box running windows server 2003. Any route or link that is specified with a / in it becomes corrupt - a little black circle with a ? appears in the link/address bar with the ...
1
vote
1answer
148 views

Restarting Apache Using PHP in IIS

I'm trying to restart my Apache2.2 webserver using a bat file that is being called by a PHP running in IIS using exec(), Apache and IIS is in the same server. PHP code exec("cmd /c restart.bat"); ...
1
vote
1answer
96 views

Setting Up a Rails Application on a Subdirectory of Joomla site

I have a joomla site in my domain root, i.e www.myjoomlasite.com and I have a rails application in www.myrailssite.com/railsapp I want to deploy the rails application in a sub-directory of ...
0
votes
0answers
269 views

handling HTTP 400 errors within apache vhosts config

I have been reading this post with interest regarding setting up HTTP 400 error handling within the Apache config. I have found that I can configure it within my Apache config, but not my virtual ...
0
votes
2answers
217 views

Removal of the /var/www/icons alias from Apache config [closed]

I have a directory called /var/www/icons on my web server, which is also referenced as an alias in my Apache config as seen below: Alias /icons/ "/var/www/icons/" The directory contains a number of ...
0
votes
0answers
180 views

httpd high cpu usage during download

Some background infos: Windows Server 2008R2 Service pack 1 AMD Pheonom 9950 BE Quad - 2.61Ghz 6GB RAM (5.5 usable) 64-bit OS Apache 2.2 PHP 5.2 Landing page that starts the download is encrypted ...
0
votes
1answer
104 views

How to interpret access log of Apache server?

I checked this link but could understand as they have provided with a different format. This is an entry in my access log. 127.0.0.1 - - [13/Aug/2012:13:39:53 +0530] "GET /cgi-bin/test.cgi HTTP/1.1" ...
0
votes
1answer
356 views

Apache on Win2003 cannot find the path specified

A fresh installation of Apache 2.2 on Win2003. Configuration validates with the apache tool yet when I attempt to access the site the browser displays an internal error. Apache log shows: [Mon ...
0
votes
1answer
252 views

Struts Hibernate Mysql Tomcat based application hangs

I have an application running on Apache 2.2, tomcat 6 and it uses struts framework, hibernate framework. We use Mysql at back end. We also interact with third party servers to place some requests that ...
0
votes
0answers
242 views

Error loading WSO2 extension WSF.dll using apache2.2.22 on Windows Server 2003 R2

I'm having problems starting apache on Windows with the WSF.dll dynamic extension. When running httpd on command line, I get the following error (also see screenshots below): C:\Program ...
1
vote
1answer
248 views

Apache2 Reverse Proxy, why does my solution never match the example?

I need to make a reverse proxy back to a tomcat server running a grails application. I have always seen reverse proxy examples like this: ProxyRequests Off ProxyPass / http://localhost:8080/appname/ ...
0
votes
1answer
292 views

Apache WebDav Configuration

I am trying to configure WebDav on Apache 2.2 on FreeBSD. Apache is running fine, serving a lot of stuff. All the dav modules seem to be included in LoadModules command. This Virtual Host works fine. ...

1 2