The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
16 views

Apache 2.4 for production enviroment

I have installed the latest version of apache i.e. 2.4 on my Ubuntu 12.04 that is not yet available on the Ubuntu's official repository. I dont know how but it is installed in /usr/local/apache2 ...
0
votes
0answers
16 views

linking a folder to www

So Im running a VM that I want to use as a sandbox. I mounted permanently a folder (www) from my host OS. So basically I have /media/sf_www. Then I created a symbolic link to /var/www/pcwww. The ...
0
votes
0answers
20 views

Ubuntu 12.04 - Cli using correct php version, Apache is not

I'm working on a chef/vagrant build - the stack I'm using was configured to use php 5.3.10 installed from an apt-package. I need php 5.4.16. I initially tried setting the php version in the cookbook ...
0
votes
0answers
9 views

Apache : not found/apache2: 2: /etc/apache2/envvars:

Recently, i switched from Nginx due to a compatibility issue that i had with URL rewrite, i just couldn't get it and i already had it set up for Apache, When i tried to install apache Again, i ...
0
votes
2answers
20 views

Apache on Mac: vhost looks for wrong directory (other than DocumentRoot)

I just un-installed XAMPP and decided to take into use the Apache included within OS X. After a lot of fiddling around I've gotten it to somewhat work, but not quite. I use VirtualHostX for managing ...
0
votes
0answers
8 views

Virtual Box share: Mark the file as changed on the guest when updating it on the host

OR How can I force apache to reread a file before serving it when it thinks it hasn't changed? I'm running a web server (apache2) on the latest VirtualBox with the latest CentOS install. I write ...
0
votes
0answers
8 views

404 when trying to use PHPFarm with Apache2

I followed this tutorial: http://www.metod.si/multiple-php-versions-with-apache-2-fastcgi-phpfarm-on-ubuntu/ All is similar, then I put php file (info.php) to /var/www, but when trying to access ...
0
votes
0answers
12 views

Prevent apache2 from redirecting to folder

My local test server is configured such that if I open http://<serverip>/foo/bar my browser will load http://<serverip>/foo/bar.php I copied my page to a shared host, when I open ...
0
votes
0answers
16 views

Apache2 init.d script (configuration issue)

So I downloaded & installed Apache 2.4 from sources, it pretty much works, but then it occurred to me that there was no service-like control built-in, so I took this httpd.init from Ubuntu reps. I ...
0
votes
1answer
47 views

Apache package in cygwin does not seem to work. Error logs are also empty

I installed cygwin in a Windows pc. All ok. Then I tried to install apache package. I selected all relevant packages and installed them as well. The problem: In /usr/sbin I can see apachectl2 and ...
0
votes
0answers
25 views

Is my apache installation in windows ok?

I am trying to use Apache2 in Vista. I downloaded it and installed it. I did not install it as a service though. I see in the Start a Start Apache in console new button that seems to work. I.e. when I ...
0
votes
1answer
25 views

Configuring Apache2 to Auto redirect calls to port 80 to port 443

I am running an Ubuntu 12.04 Server-based Apache2 server with SSL. I seem to have my configuration correct to achieve SSL connections over port 443, and at first, I did not even configure the server ...
0
votes
1answer
18 views

How to disable error logs for users' home directories in Apache?

I cannot figure out how to disable error logging for Apache. I've found a few manuals for access logs and they work perfect. Is it possible to disable error logging for some directories? I ...
0
votes
1answer
41 views

Apache as Load balancer – forcing a break in persistent connection

I set up a load balancer with Apache 2.2 via mod_proxy and mod_proxy_balancer. The load balancing works just fine, but there is one case I cannot find any configuration options for, namely, while ...
0
votes
2answers
32 views

apachectl in two locations causing difficulty

I'm setting up a dev environment on a mac OS-X (10.8.3). My apachectl seems to be referencing /opt/usr/sbin/apachectl: $ sudo apachectl start $ ps aux | grep httpd | grep -v grep _www ...
0
votes
0answers
68 views

Segmentation fault at libpthread.so.0

My Apache shows segmentation fault. I’ve tried gdb for analyzing core dump. Following list is last some lines. Loaded symbols for /usr/lib64/libgcrypt.so.11 Reading symbols from ...
0
votes
1answer
24 views

Apache: setting up access permission not working

I'm on Mac OS X and having problem in setting Apache to function properly. When I access localhost it keeps showing 403 forbidden You don't have permission to access this page error. Though I have set ...
0
votes
0answers
15 views

Aptitude fails to write file to symlinked directory

I have a Ubuntu 12.04.2 server with /etc/apache2 as a symlink to another directory for logging purposes. When I try to install the libapache2-mod-passenger package it doesn't install the ...
0
votes
0answers
38 views

Apache: How to configure different KeepAliveTimeout in different named virtual hosts

In Apache 2.4.4, I am trying to use a different KeepAliveTimeout configuration in different named virtual servers. But looks like the global server KeepAliveTimeout is used everywhere. Documentation ...
0
votes
1answer
32 views

Redirect 404 to another website but with same file path

Is there a way to create a link that will in a way do this: If the user goes to http://website1.com/path/to/file and if it results in "404" it doesnt exist, make it automatically navigate to ...
1
vote
0answers
35 views

Configuration of mod_authnz_ldap to work with Active Directory

Please help to find a good tutorial / step by step instructions how to configure mod_authnz_ldap to work with Active Directory (I use Apache 2.2). Apache provides good documentation, but I want to ...
0
votes
0answers
60 views

Apache2 HTTP Error 500 when attempting to access localhost, no error in log

In Ubuntu, I'm trying to setup my PHP website locally in Apache2. I am able to get the "It works!" page to show when I navigate to localhost in the browser. I then copied the default site in the ...
1
vote
2answers
23 views

Creating a separate access_log and error_log for Apache2

I would like to set up Apache2 so that it logs to a separate log for access and error. App1 is located at /var/www/ and App2 is located at /var/www/app2. How should I approach this problem? Should I ...
0
votes
1answer
101 views

Solaris 10, When trying to run apache: ld.so.1: httpd: fatal relocation error

I'm trying to replicate a production box in my lab, I have installed apache and I'm trying to use the configuration copied from the production environment, the results are the following error ...
2
votes
1answer
234 views

streaming flv using ffserver

I'm running Debian for my home-server, which is a machine that lives under the telly in the living room and stores the family's photo's, videos, music, etc. I'm using all the usual services to serve ...
2
votes
1answer
162 views

Upgrade PHP to 5.4.14 on OS X 10.7.5 Lion

I am trying to upgrade PHP on my Mac. I have downloaded PHP 5.4.14 and have no problems with the configuration command: ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ ...
0
votes
1answer
16 views

Apache Server Configuration Extension?

I want to install a duplicate version of Apache server that shares almost all the configuration with an existing running version. Either one of the server will be running all the time and since I do ...
0
votes
0answers
62 views

Varnish caching, Apache or nginx

I have a server setup that is as follows. One dedicated Varnish caching server that load balance content between two php servers. The content on the php server changes 3 times a day maximum. And ...
0
votes
1answer
44 views

Apache seeing all incoming connection as 192.168.0.1

As mentioned, apache thinks that all my incoming connection is 192.168.0.1 (my router gateway). I am currently running a website through wamp, apache 2.4 with mod_remoteip enabled. However, it does ...
0
votes
1answer
49 views

Links from Localhost not working

After I type "localhost" in my browser the index.html successfully loads. However any to the links on that website appear to be dead. Once clicked, nothing happens. I see the right path in the path ...
0
votes
3answers
41 views

Setting up virtual hosts on PC with two servers

I have two apache servers running on windows 7. The one that comes bundled with XAMPP(running on port 80) and the one that comes with Zend(running on port 81). I would like to setup virtual hosts on ...
3
votes
3answers
143 views

See active connection on apache web server

I need a command or something to see live web viewer in Apache2 web server, in other word i want see the ip address of active connection and i found some commands like : netstat -plan|grep :80|awk ...
0
votes
0answers
70 views

proxytunnel socket read error Ubuntu 12.04

I have an ubuntu 12.04 LTS server. I've set up proxy server on apache2, on port 443. The server serves SSL web pages, and I can ssh to the server from a remote shell. I can connect to ssh with a ...
0
votes
0answers
46 views

autoreplace links when using reverse proxy with apache2

I configured a reverse proxy for accessing http://localhost:3131 under https://localhost/appname but the resulting problem is, that the links given by the webapp point to localhost/* instead of ...
1
vote
1answer
76 views

Apache: How to link or mount local directory to a remote one on Internet?

I have apache2 web server installed on Ubuntu Server which provides the service at 192.168.122.108:80. Also, I've been created a directory named ubuntu on apache's root directory. Now, the idea is to ...
0
votes
1answer
81 views

What do i do with my SSL certs. after buying them?

Ok, i have an apache server running on XAMPP and i have generated my csr and some fake certificates. I went to Thawte's website and got an SSL trial and they email me back with all these other ...
-2
votes
2answers
67 views

use server name instead of ip address [closed]

I installed apache 2 in my ubuntu server and I use many web application like osc , glpi. to brows these applications I have to write @ip/glpi in browser. my purpose is to use servername instead of ...
0
votes
1answer
64 views

acess multiple http/s ports via subdirectories of port 80/443 with apache2

My problem is, that I have server applications using http but running on port 9001 for example. As I have webapplications running on port 80 and port 443 I can't simply change the configuration of the ...
0
votes
1answer
13 views

Configured mailman but can't browse to index page from a different machine

Hi, I configured mail man on a server and it says got to page http://server1/mailman/ It works locally on the server; but can access that page from a different machine; it fails; -> I am using ...
1
vote
0answers
62 views

Debian Linux running on TS-7880 Arm Board; Cannot run shell scripts with non-root user

Here is the snippet of the script that I am trying to run some shell scripts on a TS7800 Arm Board through a non-root user: echo > /dev/ttts4 echo " `hostname`" > /dev/ttts4; echo ...
1
vote
0answers
262 views

Configuring Reverse SSL to SSL Proxy (preferably using Squid or Apache)

I have been trying to get a reverse proxy up and running for the past few hours for an application that now needs to be accessed publicly. For security and provider-that-blocks-port-80 issues, the ...
0
votes
0answers
99 views

Install Apache2.4 on Mac (redefinition of '…' errors)

I'm trying to install the latest Apache2.4 on my Mac. My Mac comes with Apache2.2 (and I'm not sure if I need to uninstall this first or how). I downloaded the source to apr1.4.6 and apr-util1.5.1) I ...
0
votes
1answer
119 views

ProxyPass within plesk 10/11

I would like to redirect some folder within apache2. My webserver uses with plesk 11. I followed this tutorial. It says I've got to put redirection rules in this file ...
1
vote
1answer
156 views

How to enable mod_mime on apache2

I am running apache2 on debian 6. I am wondering how do I enable mod_mime? according to an Answer here, I need mod_mime loaded so that my webserver can load .css files. Current Modules I have loaded ...
0
votes
2answers
129 views

Apache2 won't load css files on Debian 6 (Squeeze)

After using nginx for a few months, which worked pretty well, I decided to switch back to Apache. Now, I have just installed apache2, but it seems like it won't load my CSS files. I've been struggling ...
2
votes
1answer
194 views

Going crazy with php5apache2_4.dll not found

I have a computer with Win XP SP3 and I was going to install a WAMP system on it. I already had a pwerfectly working WAMP (Uniform Server, it is a portable wamp that works on usb stick) on another ...
0
votes
1answer
89 views

Resolving only to correct subdomain

I've asked this question previously at serverfault.com (what I believe to be the more appropriate site for this question, however, it was closed unanswered moments later and I was referred here. My ...
0
votes
0answers
47 views

how to configure virtualhosts - apache2 opensuse

I'm trying to configure virtual hosts in Apache2 running on openSuSE. I read so many tutorials but I still don't know how to make it. Can somebody help me? I am using only localhost and I want to ...
0
votes
1answer
58 views

Mac PHP compilation: Unrecognized options

I'm trying to compile PHP with a MSSQL extension. I get this error: WARNING: unrecognized options: --with-php-config when I try to run ./configure --with-php-config=/usr/local/php5//bin/php-config ...
0
votes
0answers
84 views

XAMPP enable PUT method

I'm using XAMPP on Windows and I'm trying to user the HTTP Put method. For some reason, Apache is configured in such a way that the PUT method is blocked. How can I enable the HTTP PUT (and also ...

1 2 3 4 5