The apache2 tag has no wiki summary.
0
votes
0answers
12 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
29 views
Apache SSL not working
Apache 2.2 on debian-based Linux
# a2enmod ssl && service apache2 restart
According to Sheilds UP!, "Your computer has responded that this port exists but is currently closed to connections" ...
0
votes
1answer
22 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
19 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
18 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
14 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
30 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
0answers
13 views
Mass virtual hosting: map any portnumber to own domain name [migrated]
I need to define rule (using mod_rewrite i think) to map any port to portnumber.domain.com. How to do that in Apache2 ? Now i have one config for each port number like below.
# 9003.domain.com
...
0
votes
2answers
23 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
47 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
18 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
14 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
19 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
31 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
30 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
39 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
62 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
156 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
146 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
13 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
40 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
43 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
47 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
33 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
115 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
57 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
42 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 ...
0
votes
1answer
47 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
67 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
63 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
59 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
56 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
238 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
83 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
93 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
111 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
112 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
171 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
74 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
44 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
56 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
74 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 ...
2
votes
0answers
38 views
Apache2 and PHP5 repository down?
I've recently been trying to get PHP and Apache on my Raspberry Pi as to make it a web server but when I try to apt-get them from their respective repositories, it gives me a bunch of '404 not found'. ...
0
votes
1answer
106 views
My server is not receiving any php uploaded files
I have a local LAN server running on a Raspberry Pi (apache2) with PHP installed. I know that PHP is working, because I wrote a test file, echo "Hello, World!" and it worked. But, whenever I upload a ...
2
votes
1answer
79 views
Apache 2.2.3 runs from CLI, unable to start service through Windows 7
I've happily been running Apache 2.2.3 on my Windows 7 desktop and laptop for some time (months/years) without any problem. However in the last couple of days the Apache2.2 service in the Windows ...
2
votes
1answer
99 views
Linux server broken packages
So, I'm trying to install the PHP5 cURL package on a Ubuntu Lucid 10.04.3 server. My concern is that there are broken packages on this server and if I install this package with the broken packages ...
0
votes
1answer
78 views
How do I prevent Apache service from auto-starting on Linux?
My problem is that I don't want to stop the apache daemon with the command ./apache2 stop from /etc/init.d (I know to do this).
I don't want the apache service start automatically in /etc/init.d on ...
0
votes
1answer
150 views
Broken Apache after upgrade from squeeze to wheezy
I have spent a good while searching and haven't been able to fix this problem.
I had a working chroot of Debian squeeze on my arm machine. I followed the guide to upgrading from squeeze to wheezy I ...


