Apache (HTTP Server) /əˈpætʃiː/ is a modular cross-platform web server software with a large variety of features(called modules) including SSL, compression, log, proxy and server-side programming language interfaces like Perl, Python, Tcl, and PHP.

learn more… | top users | synonyms

0
votes
1answer
24 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
20 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
1answer
20 views

Apache2 Ruby and Python load default website when *.domain.net is set in vhost file

5 sites setup using named vhosts. site1.domain.net (PHP) site2.domain.net (Python) site3.domain.net (Ruby) site4.domain.net (PHP) site5.domain.net (PHP) In the vhost for site1 I also have the ...
0
votes
0answers
46 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
24 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
267 views

Bitnami: How to configure GitLab 5.0 application in Apache2 not to have relative root?

(Or how to make GitLab application as root application on Apache2 HTTP server. ) I have not used Apache2 before, but I got Bitnami GitLab VM with preinstalled server. I and run into issues, because ...
0
votes
1answer
20 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
0answers
17 views

Based on UserAgent routing the request to two internal sites mapped to different ports of Apache2 server

I have two sites hosted using VIRTUAL_HOST, if a request comes from a mobile "Useragent" the request should be forwarded to site 2, which is on port 81 without changing the URL in the browser, ...
-1
votes
1answer
36 views

How safe is the Apache folder password protection? [closed]

How safe is the Apache folder password protection? Of course, safety is relative and depending on other variables, like the rest of the server and so on. But zoomed in on only the folder protection ...
0
votes
0answers
40 views

Execute Python script from apache as a root

I am using mod_python for executing a Python script from Apache 2.2.x at OpenBSD 5.1. I am successfully running a Python script which does not require root privilege. But I am executing several ...
0
votes
1answer
59 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 ...
-1
votes
1answer
85 views

500 internal server error or blank accessing php files

I keep getting either 500 internal server error or blank page when trying to access a php file in localhost, depending on the file. I know this might be a recurrent problem but I can't find the ...
0
votes
1answer
27 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 ...
-1
votes
1answer
53 views

Change port and host using .htaccess [closed]

I am trying to use mod_rewrite to basically port forward a port on a subdomain to another port on another IP. Like this: sub.website.com:2000 --> 123.45.67.891:3000 How could this be ...
1
vote
1answer
122 views

[Unix/Mac OS][Apache][PHP] - change configuration File (php.ini) Path

I have two php.ini : one regular in /usr/local/php5/lib/php.ini one for my CLI /usr/lib/php.ini The regular one works fine and load all the extensions I need, whereas the CLI one refuse to load ...
-1
votes
1answer
108 views

You don't have permission to access / on this server [closed]

I am getting the above error while trying to acces my Django application in Apache . I have done good home work before posting this question here . But still getting this error . Here is my ...
0
votes
0answers
16 views

retain HTTP_REFERER status for site that requires a login

I have a content management system that requires a login and that uses Apache, to serve up pages on, let's call it www.destination.com. meanwhile I have another server that some users are used to ...
0
votes
2answers
38 views

Cookies across subdomains and server - PHP and Apache2

I run a website which has many different subdomains. We are introducing a new download server which is using a subdomain of the main domain. The way we normally check user information is with cross ...
0
votes
1answer
100 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
18 views

Modifying proxied content on apache

I have an Apache 2.2 server running mod_proxy and I would like to manipulate the output before the proxy sends it down to the client, but I need something more powerful than mod_substitute. Is there ...
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 ...
0
votes
1answer
78 views

Apache rewrite engine not working on subdomain

I'm using Yii framework and have the following code in .htaccess: RewriteEngine on # if a directory or a file exists, use it directly RewriteCond %{REQUEST_FILENAME} !-f RewriteCond ...
0
votes
2answers
94 views

load balancing with apache server 2.2

I ve got a problem regarding apache load balancing configuration. Scenerio: I have two identical worpress blogs localhost:8001/ localhost:8002/ and one apache load balancer standing on ...
1
vote
1answer
350 views

How to redirect requests for .php files to PHP-FPM for all virtual hosts in Apache 2.4?

In Apache 2.2 forward all request that point to phisical .php file to PHP-FPM is as follow: LoadModule fastcgi_module modules/mod_fastcgi.so FastCGIExternalServer /usr/sbin/php-fpm -socket ...
2
votes
1answer
46 views

Crawler adds parameter from url to links

I tried two different web crawler (Sistrix and http://ssitemap.com). Both crawlers report errors about duplicated content for URLs like / and /?katID=12. It turns out that if the crawler calls the ...
1
vote
1answer
51 views

Fatal error: Call to undefined function curl_init() in my apache2 server with php5

I got this error when I run my project in which I use curl in windows7 environment. Fatal error: Call to undefined function curl_init() I am use Apache2.2 and latest version of PHP and the ...
0
votes
0answers
43 views

Error with subprocess in python and apache as well as requests

I am trying to develop a website with django, and I had everything running fairly well under my development environment but now that I am trying to deploy it to an apache based server I am running ...
0
votes
0answers
43 views

migrate .htaccess to lighttpd config

can u help me to convert the following .htaccess to lighttpd config? AddDefaultCharset utf-8 RewriteEngine On RewriteBase / RewriteRule ^one-two-([.a-z0-9_-]*)?\.html$ result.php?url=$1 [QSA,L,NC] ...
0
votes
1answer
19 views

apache2 - mod_rewrite problems

I am trying to rewrite a URL so that it does this: This: domain/404?hello to domain/e.php?n=404&u=hello where 404 is static, but string u can vary. This is what I've tried, but it does not work. ...
0
votes
0answers
71 views

The requested URL /frontend/ru/site/login/ was not found on this server

I have a problem, that my project working very nice on windows(on apache server ),then I moved my project to ubuntu 12.04 (apache2 server), but my project do not working. apache2 php 5.3.10 mysql ...
0
votes
0answers
49 views

ImproperlyConfigured: Requested setting MIDDLEWARE_CLASSES, but settings are not configured

i am confuring the apache mod_wsgi to django project and here is my djangotest.wsgi file import os import sys sys.path = ['/home/pavan/djangoproject'] + sys.path os.environ['DJANGO_SETTINS_MODULE'] ...
0
votes
2answers
85 views

mod_rewrite rules for clean URLs with optional parameters

I have the current URL: http://domain.com When you visit this URL it by default loads: http://domain.com/index.php In my .htaccess I have: Options +FollowSymLinks RewriteEngine On RewriteRule ...
0
votes
0answers
18 views

Virtualhost with ServerName in Debian / Youbuntu

I use a third party DNS , i have an A record set up that points to the IP address. and i have a CNAME which i think is useless because i just wanna see it work not really interested in CNAMEs. on ...
0
votes
0answers
95 views

httpd.conf alias not allowing access

I'm trying to create a new project on my local machine. Usually when I have a project, I create an alias in the httpd.conf file. But in create the lastest alias I get a 403 Forbidden error which I do ...
-1
votes
1answer
50 views

Access a virtual host directory remotely via url [closed]

I have a LAMP stack using virtual hosts to serve multiple websites, each with different domains, each site is within its own directory in a public folder. I've created a new directory to hold files ...
0
votes
1answer
19 views

.htaccess permalinks

I have an .htaccess file containing this: RewriteRule ^page/(.*[^/])/?$ index.php?page=$1 which basically takes page/1/ to index.php?page=1, and it works. But how can i force the index.php?page=1 ...
0
votes
3answers
256 views

The requested URL /frontend/ru/site/login/ was not found on this server

I have a problem, that my project working very nice on windows(on apache server ),then I moved my project to ubuntu 12.04 (apache2 server), but my project do not working. apache2 php 5.3.10 mysql ...
0
votes
1answer
88 views

.htaccess file set-up on ubuntu 12.10

as soon as i save these .htaccess file on my server i got a error 500 internal server error, any idea how can i resolve it. the other issue for some reason these .htaccess file works on the tutorial i ...
5
votes
2answers
169 views

speed up apache redirects by putting dns in hosts file

i am using apache and have a domain e.g.: www.example.com. I redirected example.com to www.example.com by using this: http://stackoverflow.com/a/1100363/441907 I also have a virtual host entry for ...
2
votes
0answers
73 views

Zend Server resets to defaults on Zend Studio 10 startup

I' m running Zend Server 6.0.1 and Zend Studio 10 on Mac OS X Mountain Lion. Because Zend Servers Apache listens to port 10088 by default on Mac OS, I changed that in Apache configuration file to port ...
1
vote
1answer
82 views

htaccess mod_rewrite is not working on 1&1

I have a .htaccess file located in my webservers /marssolover/protected folder which allows me to get a file from the protected folder and stream it via the filestreamer.php file located in the same ...
0
votes
2answers
46 views

writing apache2 htaccess file

I think my question is not clear enough, i will rewrite it. I want to echo my url from my index.php, it didnt work for me so i included the php code. if it help i have include .htaccess file.thanks ...
1
vote
1answer
1k views

APC and child pid XXXXX exit signal Segmentation fault [closed]

First I had xCache installed on server, I had xCache on lot of my servers but in this one after couple of days you go nothing except a blank page with this error in apache error log: child pid XXXXX ...
1
vote
2answers
41 views

Is it possible to use “%{HTTP_HOST}” in ProxyPass?

I'm trying to implement a transparent proxy using apache2 and mod_proxy that for now - doesn't do anything. just forwards the traffic to the correct "host". I don't want it to be host-dependant - but ...
0
votes
0answers
23 views

How to set different php version in apache2

I saw quite a few questions and responses regarding how to set up apache2 with different php versions, but what most of them had in common is that you need to compile your apache2, then you need to ...
-1
votes
2answers
42 views

Apache ignores virtual host that matches server hostname [closed]

I have an interesting problem on a debian squeeze based server. there is a default virtual host with < VirtualHost *:80 > then there is a virtual host with a ServerName "foo.bar" Whatever i do ...
2
votes
2answers
118 views

php odbc_exec doesn't work unless I echo first?

I am trying to query an access MDB file using php odbc_connect and odbc_exec. The idea is to return an array which I can then translate to json. I am running php through apache2 on Ubuntu 12.10 ...
1
vote
2answers
73 views

Apache redirect domain to folder is not specified

I need to redirect my domain to a sub folder if a sub-folder is not specified in the URL request. For eg. a) If request comes from "domian.com" or "www.domain.com", I want to redirect it to ...
1
vote
0answers
33 views

mod_mono reboots server process every minute, on the minute, citing file changes as reason

Running mod_mono server 4.0 on Fedora 17, every minute, on the minute, mono reboots itself, citing file changes as the reason for rebooting, despite the fact no files have been made. On occasion but ...
2
votes
1answer
52 views

Display virtual hosts from a php script?

I am looking to be able to build a script that will display all the virtual hosts running under my Apache (Ubuntu) development machine. To date, I've not found any examples or anything close to what ...

1 2 3 4 5 65